GNOME Bugzilla – Bug 349221
gdmchooser does not work
Last modified: 2006-08-03 22:55:15 UTC
Steps to reproduce: 1. Select XDMCP chooser on gdm screen 2. It does not launch Stack trace: smoku@wing ~ $ gdb /usr/libexec/gdmchooser GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/libexec/gdmchooser (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208813904 (LWP 13402)] (gdmchooser:13402): GLib-GObject-WARNING **: gsignal.c:1017: unable to lookup signal "activate" of unloaded type `GtkMenuItem' GLib-GObject-CRITICAL **: g_signal_add_emission_hook: assertion `signal_id > 0' failed aborting... Program received signal SIGABRT, Aborted.
+ Trace 69778
Thread NaN (LWP 13402)
Other information: gdm-2.15.7
Created attachment 69994 [details] [review] patch to fix bug. Thanks for the report. I can reproduce this problem, and I think I have fixed it in both the 2.14 branch and CVS head. I've attached a patch you can use to fix the code.
This patch fixed the bug. Many thanks. :-)