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 85149 - Crash on font/keyboard bindings capplets
Crash on font/keyboard bindings capplets
Status: VERIFIED INCOMPLETE
Product: gnome-control-center
Classification: Core
Component: [obsolete] font properties
1.99
Other Linux
: High critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-06-13 10:53 UTC by mike
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description mike 2002-06-13 10:53:36 UTC
With latest cvs CC and all latest packages for gnome2 both font and 
keyboard bindings crash on startup

No other capplets affected
Comment 1 Luis Villa 2002-06-13 11:29:53 UTC
Trace would be useful, Mike, since this works here.
Comment 2 mike 2002-06-13 21:58:02 UTC
0x40aa23b9 in wait4 () from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 gnome_scores_new
    from /usr/local/gnome/lib/libgnomeui-2.so.0
  • #4 pthread_sighandler
    from /lib/libpthread.so.0
  • #5 <signal handler called>
  • #6 g_object_ref
    from /usr/local/gnome/lib/libgobject-2.0.so.0
  • #7 g_list_foreach
    from /usr/local/gnome/lib/libglib-2.0.so.0
  • #8 gtk_window_set_icon_list
    from /usr/local/gnome/lib/libgtk-x11-2.0.so.0
  • #9 gtk_window_set_icon
    from /usr/local/gnome/lib/libgtk-x11-2.0.so.0
  • #10 _start
  • #11 main
  • #12 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 gnome_scores_new
    from /usr/local/gnome/lib/libgnomeui-2.so.0
  • #4 pthread_sighandler
    from /lib/libpthread.so.0
  • #5 <signal handler called>
  • #6 g_object_ref
    from /usr/local/gnome/lib/libgobject-2.0.so.0
  • #7 g_list_foreach
    from /usr/local/gnome/lib/libglib-2.0.so.0


limited trace I'm afraid - no debug on.
Comment 3 Luis Villa 2002-06-13 22:03:02 UTC
Jody? Can you take a look at this? is it useful at all?
Comment 4 jacob berkman 2002-06-13 22:48:11 UTC
why are those running gnome_scores_new()?

are you sure that's the right stack trace?
Comment 5 mike 2002-06-13 23:53:01 UTC
yep - this for font capplet crash
keyboard bindings is identical
Comment 6 Jody Goldberg 2002-06-14 00:42:59 UTC
That stack trace is bogus.
Comment 7 mike 2002-06-14 10:22:06 UTC
Curious - stack trace comes from bug-buddy

Further info - if I go back to CC 1.99.10 (last release) no error, 
although none of the improvements since are there.

Comment 8 Jody Goldberg 2002-06-14 12:53:48 UTC
The package you are running does not have enough debuging symbols to make a
useful backtrace.  As a last ditch effort try running in gdb fro mthe onset,
then doing a 'bt' when it crashes.

gdb `which gnome-keyboard-properties`
run
  <make it crash>
bt
email us the result
Comment 9 mike 2002-06-14 16:51:26 UTC
I will be trying a few things when I get home
1. recompile glade
2. replace the appropriate capplets files from control-center-1.9.10
3. recompile control-center with debugging on

Will report back here

BTW - just so I know, how is the stack trace bogus?
Comment 10 Jody Goldberg 2002-06-14 17:08:49 UTC
The usual give away is when you see a function in the backtrace that could not
possibly have been called.
Comment 11 mike 2002-06-15 16:01:02 UTC
After replacing contents of capplets/font and capplets/keybindings
with the files from control-center-1.99.10 everything works
Comment 12 mike 2002-06-15 16:02:10 UTC
After replacing contents of capplets/font and capplets/keybindings
with the files from control-center-1.99.10 everything works
Comment 13 Jody Goldberg 2002-06-15 17:17:06 UTC
Ok, in that case I'll close it.
Comment 14 mike 2002-06-19 00:14:52 UTC
Bug not been fixed - font and keybindings code unchanged so crash on
both as before
Comment 15 Jody Goldberg 2002-06-19 00:25:45 UTC
The 2.0.0 code crashes ?
Then you'll need to get a debuggable build and a viable backtrace.
Comment 16 Jody Goldberg 2002-07-01 16:02:28 UTC
This is a duplicate it has been fixed in cvs.
Comment 17 mike 2002-07-02 13:45:24 UTC
Agree its now fixed - what bug is it a duplicate of?
Comment 18 Luis Villa 2002-07-02 15:39:15 UTC
86593.