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 69596 - panel crashes if the 'preferences' submenu is accessed
panel crashes if the 'preferences' submenu is accessed
Status: RESOLVED FIXED
Product: gnome-core
Classification: Deprecated
Component: panel
1.5.x
Other Solaris
: Normal blocker
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-01-24 21:23 UTC by Sander Vesik
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Sander Vesik 2002-01-24 21:23:31 UTC
To reproduce - click on the foot menu, then click on programs, then click
on the preferences.

Stacktrace:

  • #0 __sigprocmask
    from /usr/lib/libthread.so.1
  • #1 _resetsig
    from /usr/lib/libthread.so.1
  • #2 _sigon
    from /usr/lib/libthread.so.1
  • #3 _thrp_kill
    from /usr/lib/libthread.so.1
  • #4 raise
    from /usr/lib/libc.so.1
  • #5 g_logv
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #6 g_log
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #7 gdk_pixbuf__wbmp_image_load_increment
    from /opt/gnome-2.0/lib/gtk-2.0/1.3.12/loaders/libpixbufloader-wbmp.so
  • #8 gdk_pixbuf__wbmp_image_load
    from /opt/gnome-2.0/lib/gtk-2.0/1.3.12/loaders/libpixbufloader-wbmp.so
  • #9 gdk_pixbuf_new_from_file
    from /opt/gnome-2.0/lib/libgdk_pixbuf-1.3.so.12
  • #10 load_icons_handler
  • #11 g_idle_dispatch
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #12 g_main_dispatch
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #13 g_main_context_dispatch
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #14 g_main_context_iterate
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #15 g_main_loop_run
    from /opt/gnome-2.0/lib/libglib-1.3.so.12
  • #16 gtk_main
    from /opt/gnome-2.0/lib/libgtk-x11-1.3.so.12
  • #17 main

Comment 1 Sander Vesik 2002-01-24 21:24:51 UTC
set appropriate gnome2 keywords
Comment 2 Mark McLoughlin 2002-01-31 17:33:29 UTC
Sander, I think this specific bug is fixed with the latest GNOME2
build. I used to be able to reproduce this but not anymore.

I can cause the panel to core dump in the icons handler, but it is
much more infrequent and harder to reproduce.

Here's the trace for that bug ....
 fe4fbe34 g_type_check_instance_cast (23a638, bd4f0, b5000, 0, 0,
ffbeddc8) + 44
 0007f778 load_icons_handler (0, 7f6f4, 0, 0, 0, 0) + 84
 fe1bbad4 g_idle_dispatch (23a548, 7f6f4, 0, fe1bba68, fe1b52f8, 0) +
6c
 fe1b6ce0 g_main_dispatch (cc978, bc598, 2, fe2db1f0, 0, 0) + 254
 fe1b8844 g_main_context_dispatch (cc978, c8, 213d80, 7, 7, 0) + ac
 fe1b8f20 g_main_context_iterate (cc978, 1, 1, b68b0, ff3e2668, 1d73a)
+ 650
 fe1b9d94 g_main_loop_run (112800, fea22bc0, fee197c8, 0, 0, 0) + 58c
 febda7ac gtk_main (3d, 2e420, 0, 0, 0, 0) + 1a4
 0002ef10 main     (1, ffbee214, ffbee21c, b5644, 0, 0) + 2d0
 000216c8 _start   (0, 0, 0, 0, 0, 0) + 5c

Comment 3 Luis Villa 2002-02-04 16:42:16 UTC
Assuming that this is closed, per Mark's comment. Please reopen if it
is still a problem, Sander.