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 81690 - Many random crashes of gnome-panel
Many random crashes of gnome-panel
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other other
: High critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 83009 83166 83512 83631 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-05-14 05:37 UTC by Konstantin Riabitsev
Modified: 2009-08-21 03:23 UTC
See Also:
GNOME target: Old
GNOME version: ---



Description Konstantin Riabitsev 2002-05-14 01:34:23 UTC
Package: gnome-panel
Severity: critical
Version: 1.5.20
Synopsis: Many random crashes of gnome-panel
Bugzilla-Product: gnome-panel
Bugzilla-Component: Panel
BugBuddy-GnomeVersion: 2.0 (1.116.1)

Description:
Description of Problem:
Just random sporadic crashes while trying gnome-panel for gnome2 (ximian
snap)

Steps to reproduce the problem:
1. Do something until
2. Kaboom
3. 

How often does this happen?
Every now and again, particularly when browsing through the Applications
menus.

Additional Information:




Debugging Information:

Backtrace was generated from '/usr/bin/gnome-panel'

[New Thread 1024 (LWP 3800)]
0x420b4769 in wait4 () from /lib/i686/libc.so.6

Thread 1 (Thread 1024 (LWP 3800))

  • #0 wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    from /lib/i686/libpthread.so.0
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 593
  • #4 pthread_sighandler
    from /lib/i686/libpthread.so.0
  • #5 <signal handler called>
  • #6 g_datalist_id_set_data_full
    at gdataset.c line 218
  • #7 g_object_real_dispose
    at gobject.c line 389
  • #8 gtk_object_dispose
    at gtkobject.c line 378
  • #9 gtk_widget_dispose
    at gtkwidget.c line 5605
  • #10 g_object_run_dispose
    at gobject.c line 468
  • #11 gtk_object_destroy
    at gtkobject.c line 358
  • #12 gtk_widget_destroy
    at gtkwidget.c line 1581
  • #13 submenu_to_display
    at menu.c line 1876
  • #14 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #15 g_closure_invoke
    at gclosure.c line 437
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2341
  • #17 g_signal_emit_valist
    at gsignal.c line 2100
  • #18 gtk_signal_emit
    at gtksignal.c line 355
  • #19 gtk_widget_show
    at gtkwidget.c line 1637
  • #20 gtk_menu_popup
    at gtkmenu.c line 749
  • #21 gtk_menu_item_popup_submenu
    at gtkmenuitem.c line 847
  • #22 gtk_menu_item_select_timeout
    at gtkmenuitem.c line 827
  • #23 g_timeout_dispatch
    at gmain.c line 2980
  • #24 g_main_dispatch
    at gmain.c line 1617
  • #25 g_main_context_dispatch
    at gmain.c line 2161
  • #26 g_main_context_iterate
    at gmain.c line 2242
  • #27 g_main_loop_run
    at gmain.c line 2462
  • #28 gtk_main
    at gtkmain.c line 936
  • #29 main
    at main.c line 233
  • #30 __libc_start_main
    from /lib/i686/libc.so.6
  • #0 wait4
    from /lib/i686/libc.so.6




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-13 21:34 -------

Reassigning to the default owner of the component, gnome-panel-maint@bugzilla.gnome.org.

Comment 1 Luis Villa 2002-05-14 01:48:28 UTC
Mark, is this bug 81304?
Comment 2 Mark McLoughlin 2002-05-21 09:43:15 UTC
Luis: this is not related to 81304 ...

I can't reproduce it, so it may have been a transient problem with the
snapshots. We haven't seen any reports of this.

Marking as NEEDINFO. Konstantin, if you can reproduce this with the
latest snapshots, could you REOPEN with an up to date stacktrace ?
Comment 3 Luis Villa 2002-05-31 02:00:51 UTC
*** Bug 83009 has been marked as a duplicate of this bug. ***
Comment 4 Luis Villa 2002-05-31 02:00:59 UTC
*** Bug 83631 has been marked as a duplicate of this bug. ***
Comment 5 Luis Villa 2002-05-31 02:02:07 UTC
*** Bug 83512 has been marked as a duplicate of this bug. ***
Comment 6 Luis Villa 2002-05-31 02:03:19 UTC
Lots more dups, still. Reopening and marking 2.0.0.
Comment 7 prabhut 2002-05-31 14:22:18 UTC
Added gnome_bugs@sun.com and gnome-bugs@wipro.com in CC list.
Comment 8 George Lebl 2002-05-31 15:28:38 UTC
From looking at bug 83631 it could be some GC refcounting messup. 
Since gtk caches gc's this can be some messup all over the place.
Comment 9 Mark McLoughlin 2002-06-02 23:47:20 UTC
*** Bug 83166 has been marked as a duplicate of this bug. ***
Comment 10 Mark McLoughlin 2002-06-03 00:38:04 UTC
eek ... should be fixed now by ...                

g_object_set_data_full (G_OBJECT (menuitem),
                        "Panel:Image",
                         g_object_ref (G_OBJECT (pixmap)),
-                        (GDestroyNotify) g_free);
+                        (GDestroyNotify) g_object_unref);

:/
Comment 11 Max Kanat-Alexander 2009-08-21 03:23:14 UTC
This bug was marked RESOLVED without a resolution, which Bugzilla does not allow (and so I am fixing it). It is assumed that the bug was intended to be marked as FIXED. If the bug should have some other resolution, please change its resolution.