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 335456 - gnome-panel crash on loading
gnome-panel crash on loading
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.14.x
Other All
: High critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-22 06:22 UTC by Thomas de Grenier de Latour
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
an other backtrace (43.36 KB, text/plain)
2006-03-22 06:25 UTC, Thomas de Grenier de Latour
Details

Description Thomas de Grenier de Latour 2006-03-22 06:22:36 UTC
Steps to reproduce:
1. login
2. it crashes on loading
3. it crashes on trying to load again, etc.


Stack trace:
Backtrace was generated from '/usr/bin/gnome-panel'

Using host libthread_db library "/lib/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its
symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1226099024 (LWP 25302)]
[New Thread -1238516832 (LWP 25313)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1226099024 (LWP 25302))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 784
  • #3 <signal handler called>
  • #4 IA__g_path_get_basename
    at gutils.c line 681
  • #5 IA__g_filename_display_basename
    at gconvert.c line 2050
  • #6 panel_place_menu_item_create_menu
    at panel-menu-items.c line 409
  • #7 panel_place_menu_item_new
    at panel-menu-items.c line 972
  • #8 panel_menu_bar_instance_init
    at panel-menu-bar.c line 194
  • #9 IA__g_type_create_instance
    at gtype.c line 1567
  • #10 g_object_constructor
    at gobject.c line 1015
  • #11 IA__g_object_newv
    at gobject.c line 912
  • #12 IA__g_object_new_valist
    at gobject.c line 955
  • #13 IA__g_object_new
    at gobject.c line 793
  • #14 panel_menu_bar_load_from_gconf
    at panel-menu-bar.c line 390
  • #15 panel_applet_load_idle_handler
    at applet.c line 896
  • #16 g_idle_dispatch
    at gmain.c line 3796
  • #17 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #18 g_main_context_iterate
    at gmain.c line 2547
  • #19 IA__g_main_loop_run
    at gmain.c line 2751
  • #20 IA__gtk_main
    at gtkmain.c line 1001
  • #21 main
    at main.c line 93
  • #0 __kernel_vsyscall


Other information:
Actually, it happens in this way since i have removed /apps/panel from
my .gconf, in a desperate attempt to solve a different, less frequent,
crash. I now see two panels (top and bottom) get created, whereas i had
only one before, so i guess it is loading some kind of default
configuration.

The previous crash i was getting was only when clicking on my foot menu.
I also have a backtrace for this one, i will attach it too. They both
look very similar, but i can't say much more...

My system is the following:
Gentoo Linux, i686, gcc-4.1.0, glibc-2.4-r1
CFLAGS="-march=pentium-m -O2 -pipe -g"
gtk+-2.8.16, glib-2.10.1, gnome-desktop-2.14.0, gnome-applets-2.14.0,
gnome-menus-2.13.5

Please ask if you need to know anything else...
Comment 1 Thomas de Grenier de Latour 2006-03-22 06:25:12 UTC
Created attachment 61743 [details]
an other backtrace

This is the first crash i've got, with my original panel settings, while trying to open the foot menu.
Comment 2 Vincent Untz 2006-03-22 07:15:39 UTC
Try to move your ~/.gtk-bookmarks file as a workaround. This is probably because it contains an URI like burn:// or something like this.
Comment 3 Thomas de Grenier de Latour 2006-03-22 12:52:18 UTC
Good catch, many thanks.
There was a "computer:///" bookmark at the end of the file (i don't know why, that's not a file i remember having ever edited by hand), and removing it fixed the crash.
Comment 4 Vincent Untz 2006-03-24 21:17:41 UTC
Should be fixed in HEAD.