***MEMORY-WARNING***: notification-daemon[28739]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon...
Here's what I just got trying to run valgrind and notification-daemon
duncan@ubuntu:~$ G_SLICE= always- malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file= valgrind. log /usr/lib/ notification- daemon/ notification- daemon
***MEMORY- WARNING* **: notification- daemon[ 28739]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon...
Is that bug 116870?
(Have I understood: the error in the log from gnome-power-manager is not connected to this bug and should go to a new bug report?)