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 81055 - Panel crashed on opening galeon tab
Panel crashed on opening galeon tab
Status: RESOLVED DUPLICATE of bug 78372
Product: gnome-panel
Classification: Other
Component: panel
1.5.x
Other other
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-07 15:33 UTC by Andrew Sobala
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Andrew Sobala 2002-05-07 15:33:53 UTC
When I opened http://developer.gnome.org/tools/ in a new tab in galeon, the
panel crashed.

Backtrace was generated from '/home/andrew/garnome/bin/gnome-panel'

[New Thread 1024 (LWP 10015)]
0x4093a409 in wait4 () from /lib/libc.so.6

Thread 1 (Thread 1024 (LWP 10015))

  • #0 wait4
    from /lib/libc.so.6
  • #1 __check_rhosts_file
    from /lib/libc.so.6
  • #2 waitpid
    at wrapsyscall.c line 172
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 593
  • #4 pthread_sighandler
    at signals.c line 97
  • #5 killpg
    from /lib/libc.so.6
  • #6 gtk_object_dispose
    at gtkobject.c line 375
  • #7 gtk_widget_dispose
    at gtkwidget.c line 5599
  • #8 g_object_run_dispose
    at gobject.c line 469
  • #9 gtk_object_destroy
    at gtkobject.c line 358
  • #10 gtk_widget_destroy
    at gtkwidget.c line 1581
  • #11 set_das_pixmap
    at foobar-widget.c line 514
  • #12 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #13 g_closure_invoke
    at gclosure.c line 437
  • #14 signal_emit_unlocked_R
    at gsignal.c line 2341
  • #15 g_signal_emit_valist
    at gsignal.c line 2100
  • #16 g_signal_emit
    at gsignal.c line 2144
  • #17 emit_active_window_changed
    at screen.c line 1149
  • #18 update_active_window
    at screen.c line 1033
  • #19 do_update_now
    at screen.c line 1107
  • #20 update_idle
    at screen.c line 1122
  • #21 g_idle_dispatch
    at gmain.c line 3129
  • #22 g_main_dispatch
    at gmain.c line 1617
  • #23 g_main_context_dispatch
    at gmain.c line 2161
  • #24 g_main_context_iterate
    at gmain.c line 2242
  • #25 g_main_loop_run
    at gmain.c line 2462
  • #26 gtk_main
    at gtkmain.c line 912
  • #27 main
    at main.c line 233
  • #28 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6

Comment 1 Heath Harrelson 2002-05-07 15:56:06 UTC
This looks like a duplicate of bug 78372.  The problem there was
corruption of GConf info for the panel, and it was solved by running
gconftool-2 --shutdown; rm -rf ~/.gconf/apps/panel to clear the panel
setup.

Please give that a try, and feel free to reopen this bug if that
doesn't fix the problem.

*** This bug has been marked as a duplicate of 78372 ***