After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349221 - gdmchooser does not work
gdmchooser does not work
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.15.x
Other All
: Normal critical
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-29 22:05 UTC by Tomasz Sterna
Modified: 2006-08-03 22:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
patch to fix bug. (2.98 KB, patch)
2006-07-31 17:32 UTC, Brian Cameron
none Details | Review

Description Tomasz Sterna 2006-07-29 22:05:00 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.

Thread NaN (LWP 13402)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/libc.so.6
  • #2 abort
    from /lib/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #6 g_signal_add_emission_hook
    from /usr/lib/libgobject-2.0.so.0
  • #7 gdm_common_setup_blinking
  • #8 _start


Other information:
gdm-2.15.7
Comment 1 Brian Cameron 2006-07-31 17:32:25 UTC
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.
Comment 2 Tomasz Sterna 2006-07-31 18:09:14 UTC
This patch fixed the bug.
Many thanks. :-)