On Sat, 2011-03-19 at 13:47 +0100, Michael Biebl wrote: > Hi, > > I've been running 0.8.3.998 on a up-to-date Debian Sid system, using > nm 0.8.3.998 and nm-applet 0.8.3.998. > Kernel is 2.6.38, wireless card is ipw2200 > > When I click on the applet in the systray, I get a lot of those errors on > my terminal where I started nm-applet from: >
Hmm. Could you run the applet, then switch to VT2 and gdb attach to it, 'break g_log', then run it, then flip back to X, drop the menu down, flip back to VT2, and grab a backtrace if it's stopped in the g_object_ref()? I'll check and see if I can reproduce, and if so, I'll give refdbg a shot but it would help to know what object type is having the refcounting issues... Dan > (nm-applet:22292): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > > (nm-applet:22292): GLib-GObject-WARNING **: instance of invalid > non-instantiatable type `(null)' > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion > `G_TYPE_CHECK_INSTANCE (instance)' failed > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > > (nm-applet:22292): GLib-GObject-WARNING **: instance with invalid (NULL) class > pointer > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion > `G_TYPE_CHECK_INSTANCE (instance)' failed > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > > (nm-applet:22292): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed > > > > Has anyone else seen similar warnings/error messages? > > Michael > _______________________________________________ > networkmanager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
