[Bug 374397] Re: console-kit-daemon: glibgobject warning value location for gachararray passed as null
Bug Watch Updater
374397 at bugs.launchpad.net
Fri Oct 27 03:03:06 UTC 2017
Launchpad has imported 4 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=496636.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2009-04-20T13:33:37+00:00 Jonathan wrote:
With current Rawhide, I get four copies of this syslog message every
time I log in:
Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/0
------------------------------------------------------------------------
On 2009-04-21T03:58:53+00:00 Matthias wrote:
This might fix it, I think
diff -up ConsoleKit-0.3.0/src/ck-manager.c.null-warning ConsoleKit-0.3.0/src/ck-manager.c
--- ConsoleKit-0.3.0/src/ck-manager.c.null-warning 2009-04-20 23:55:53.248884043 -0400
+++ ConsoleKit-0.3.0/src/ck-manager.c 2009-04-20 23:56:27.736126951 -0400
@@ -1213,7 +1213,7 @@ session_is_real_user (CkSession *session
g_object_get (session,
"unix-user", &uid,
- "session-type", session_type,
+ "session-type", &session_type,
NULL);
username = get_user_name (uid);
Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/2
------------------------------------------------------------------------
On 2009-04-21T05:02:14+00:00 Matthias wrote:
Built in ConsoleKit-0.3.0-8.fc11
Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/3
------------------------------------------------------------------------
On 2009-06-09T14:12:42+00:00 Bug wrote:
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/11
** Changed in: consolekit (Fedora)
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to consolekit in Ubuntu.
https://bugs.launchpad.net/bugs/374397
Title:
console-kit-daemon: glibgobject warning value location for gachararray
passed as null
Status in ConsoleKit:
Fix Released
Status in consolekit package in Ubuntu:
Fix Released
Status in consolekit package in Fedora:
Fix Released
Bug description:
I use ubuntu jaunty 64 finale release
When I shut down the system (the normal way) a pop-up window with a warning I don't have the time to read appears at the bottom of the desktop just before the system shuts down. I thought it was because I stop it before countdown is over but the same thing happens if I wait 'till the countdown is over.
So I opened the system reports to see what was written at the time of this pop-up warning and all I found was this :
noun-desktop console-kit-daemon[2805]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
May 10 00:37:13 noun-desktop last message repeated 6 times
May 10 00:37:13 noun-desktop init: tty4 main process (2500) killed by TERM signal
May 10 00:37:13 noun-desktop init: tty5 main process (2501) killed by TERM signal
May 10 00:37:13 noun-desktop init: tty2 main process (2508) killed by TERM signal
May 10 00:37:13 noun-desktop init: tty3 main process (2509) killed by TERM signal
May 10 00:37:13 noun-desktop init: tty6 main process (2510) killed by TERM signal
May 10 00:37:13 noun-desktop init: tty1 main process (3350) killed by TERM signal
May 10 00:37:13 noun-desktop console-kit-daemon[2805]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
May 10 00:37:13 noun-desktop last message repeated 5 times
May 10 00:37:16 noun-desktop bluetoothd[2967]: bridge pan0 removed
May 10 00:37:16 noun-desktop bluetoothd[2967]: Stopping SDP server
May 10 00:37:16 noun-desktop bluetoothd[2967]: Exit
ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
LANG=fr_FR.UTF-8
SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-11-generic x86_64
To manage notifications about this bug go to:
https://bugs.launchpad.net/consolekit/+bug/374397/+subscriptions
More information about the foundations-bugs
mailing list