problem running new panel
Nicolas Masse
masse_nicolas at yahoo.fr
Tue Sep 20 14:16:17 CEST 2005
On Tue, 20 Sep 2005 08:00:44 +0200
Jasper Huijsmans <jasper at xfce.org> wrote:
> Nicolas Masse schreef:
> ...
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 544
> > DBG[panel-settings.c:128] update_properties_tab(): position: 13
> > Detaching after fork from child process 18383.
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 545
> > /home/nic/.gtkrc-2.0:2: Impossible de trouver le fichier à inclure : « (null)/AEon_Marbles_v1.1/gtk-2.0/gtkrc »
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 545
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 545
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 545
> > DBG[testplugin.c:98] test_construct(): Construct: testplugin
> > DBG[testplugin.c:102] test_construct(): Properties: size = 48, panel_position = 13
> > DBG[xfce-panel-plugin-iface.c:990] xfce_panel_plugin_get_rc_file(): opening (null)
> >
> > DBG[testplugin.c:75] test_set_size(): Set size to 48: testplugin
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 615
> > DBG[panel-properties.c:273] _set_struts():
> > Struts: 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 480, 615
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 16384 (LWP 18378)]
> > 0xb7fe1efa in xfce_itembar_forall (container=0x807e3d8, include_internals=0,
> > callback=0xb7dad550 <gtk_widget_destroy>, callback_data=0x0)
> > at xfce-itembar.c:778
> > 778 if (child && GTK_IS_WIDGET (child->widget))
> > (gdb)
> > (gdb) bt
> > #0 0xb7fe1efa in xfce_itembar_forall (container=0x807e3d8,
> > include_internals=0, callback=0xb7dad550 <gtk_widget_destroy>,
> > callback_data=0x0) at xfce-itembar.c:778
> > #1 0xb7c31972 in gtk_container_foreach () from /usr/lib/libgtk-x11-2.0.so.0
> >
> > I don't know if there is something interresting for you in all that.
> >
>
> Well, just that I'm missing lots of messages about quitting. How do you
> exit the panel?
>
In fact I don't really exit. The progam stop after the segfault, and if I try to continue in gdb, it give me that:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 8847)]
0xb7fc6efa in xfce_itembar_forall (container=0x807e3b8, include_internals=0,
callback=0xb7dac550 <gtk_widget_destroy>, callback_data=0x0)
at xfce-itembar.c:778
778 if (child && GTK_IS_WIDGET (child->widget))
(gdb) cont
Continuing.
Cannot find user-level thread for LWP 8847: generic error
I also tried outside gdb, but it doesn't give me any other message.
More information about the Xfce4-dev
mailing list