panel bombs




Trying to put an applet on the panel never works for me and usually
causes the panel to segfault.  Here is what I got from requesting
first Fish then Bus Stop (or whatever):

(gdb) run
Starting program: /usr/local/bin/panel 

** WARNING **: file ghash.c: line 150 (g_hash_table_lookup): assertion
"hash_table" failed.
Saving to [/panel.d/default/]
Saving session: 1 2 3 4
started applet, pid: 351

** WARNING **: file ghash.c: line 150 (g_hash_table_lookup): assertion
"hash_table" failed.
Saving to [/panel.d/default/]
Saving session: 1 2 3 4

** ERROR **: Could not talk to the panel: Can't talk to a panel


Saving to [/panel.d/default/]
Saving session: 1 2 3 4
started applet, pid: 357

** WARNING **: file ghash.c: line 150 (g_hash_table_lookup): assertion
"hash_table" failed.
Saving to [/panel.d/default/]
Saving session: 1 2 3 4

** ERROR **: Could not talk to the panel: Can't talk to a panel



Program received signal SIGSEGV, Segmentation fault.
0x4069828b in strcmp ()
(gdb) bt
#0  0x4069828b in strcmp ()
#1  0x5 in ?? ()
#2  0xbfffe62c in ?? ()
#3  0x403cfa61 in gdk_event_get () at gdk.c:824
#4  0x4035956d in gtk_main_iteration_do (blocking=1) at gtkmain.c:571
#5  0x403594e3 in gtk_main_iteration () at gtkmain.c:515
#6  0x40071a91 in GtkDispatcher::run ()
#7  0x4013875a in MICO::BOAImpl::impl_is_ready ()
#8  0x805668d in panel_corba_gtk_main ()
#9  0x805400c in main (argc=1, argv=0xbffffa44) at main.c:2010
#10 0x804fade in ___crt_dummy__ ()
(gdb) up
#1  0x5 in ?? ()
(gdb) up
#2  0xbfffe62c in ?? ()
(gdb) up
#3  0x403cfa61 in gdk_event_get () at gdk.c:824
824       if (gdk_event_wait ())
(gdb) list
819       /* Wait for an event to occur or the timeout to elapse.
820        * If an event occurs "gdk_event_wait" will return TRUE.
821        *  If the timeout elapses "gdk_event_wait" will return
822        *  FALSE.
823        */
824       if (gdk_event_wait ())
825         {
826           /* If we get here we can rest assurred that an event
827            *  has occurred. Read it.
828            */


Greg Lee, lee@hawaii.edu, root@moore5651.lll.hawaii.edu



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