panel segfaulting



This is from this morning's CVS:

[edcarter@akhilleus edcarter]$ gdb bin/panel
GNU gdb 4.17
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /home/edcarter/bin/panel
Unable to connect to server port 35091
This generally means that the program could not talk to the esound server
iiop_connection_init: used 0, now 169696
Sockstuff: used 0, now 169696
Hostname: used 2160, now 171856

** CRITICAL **: file gnome-pixmap.c: line 121
(gnome_pixmap_new_from_file): assertion `filename != NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1416 (gtk_widget_show): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 694 (gtk_container_add):
assertion `widget != NULL' failed.

** CRITICAL **: file gnome-pixmap.c: line 121
(gnome_pixmap_new_from_file): assertion `filename != NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1416 (gtk_widget_show): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 694 (gtk_container_add):
assertion `widget != NULL' failed.

** CRITICAL **: file gnome-pixmap.c: line 121
(gnome_pixmap_new_from_file): assertion `filename != NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1416 (gtk_widget_show): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 694 (gtk_container_add):
assertion `widget != NULL' failed.

** CRITICAL **: file gnome-pixmap.c: line 121
(gnome_pixmap_new_from_file): assertion `filename != NULL' failed.

Gtk-CRITICAL **: file gtkwidget.c: line 1416 (gtk_widget_show): assertion
`widget != NULL' failed.

Gtk-CRITICAL **: file gtkcontainer.c: line 694 (gtk_container_add):
assertion `widget != NULL' failed.

Program received signal SIGSEGV, Segmentation fault.
0x403b34a2 in g_concat_dir_and_file (dir=0x0, file=0x8078333 ".") at
gnome-util.c:343
343             if (dir [strlen(dir) - 1] != PATH_SEP)
(gdb) frame 0
#0  0x403b34a2 in g_concat_dir_and_file (dir=0x0, file=0x8078333 ".") at
gnome-util.c:343
343             if (dir [strlen(dir) - 1] != PATH_SEP)
(gdb) frame 1
#1  0x805d8cb in get_real_menu_path (arguments=0x0, menu_base=0x0) at
menu.c:1422
Source file is more recent than executable.
1422
(gdb) frame 2
#2  0x8060704 in create_menu_applet (arguments=0x0, orient=ORIENT_UP,
main_menu_flags=53) at menu.c:2561
2561                    dir = opendir (dirs[i]);
(gdb) frame 3
#3  0x8061ae8 in load_menu_applet (params=0x0, main_menu_flags=53,
panel=0x80afbe0, pos=0) at menu.c:2909
2909                    menu->main_menu_flags |=
MAIN_MENU_USER|MAIN_MENU_USER_SUB;
(gdb) frame 4
#4  0x80564a4 in load_default_applets () at session.c:704
Source file is more recent than executable.
704
(gdb) frame 5
#5  0x805698d in init_user_panels () at session.c:862
862                     panel_setup(panel);
(gdb) frame 6
#6  0x8051ecf in main (argc=1, argv=0xbffffd30) at main.c:179
Source file is more recent than executable.
179             gnome_client_set_clone_command (client, 1, argv);
(gdb)  



Does anyone know how to fix this?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]