GNOME Bugzilla – Bug 501010
gdmsetup crashes when trying to "configure X"
Last modified: 2007-12-06 19:32:29 UTC
Steps to reproduce: 1.Launch "gdmsetup" 2.Go to "Security" tab 3.Click on "Configure X server" gdmsetup crashes and gives the following segfault when following these steps: gdmsetup[27911]: segfault at 00000000 eip 08056909 esp bff474e0 error 4 Stack trace:
+ Trace 180408
Other information:
The problem with the crashing is due to the fact that keys is NULL. I fixed the function so that it just returns rather than crashing. This is more graceful. However, I think there are still bugs in this area of the code caused by the cleanup work that Jon McCann did. Refer to bug #462613. This is a known bug. If you find more issues, then please file bugs, although don't file any duplicates of 462613.
Thanks a lot for the fast fix :-O Thanks :-)
*** Bug 502072 has been marked as a duplicate of this bug. ***