panel crashed, segmentation fault

Jasper Huijsmans jasper at moongroup.com
Thu Mar 13 15:15:41 CET 2003


On Thu, 13 Mar 2003 14:11:41 +0100
Benedikt Meurer <Benedikt.Meurer at unix-ag.uni-siegen.de> wrote:

> On Thu, 13, Mar 2003, Voicu Liviu wrote:
> 
> > any news about it?
> 
> Please try again now.
> 

Well, the memory coruption is now one function call further down in the
mcs_client_delete_channel() function call:

178         channel = mcs_channel_lookup(client, channel_name);
(gdb) 
mcs_channel_lookup (client=0x809f378, channel_name=0x80b8cf0 "XFCE")

...

(gdb)
mcs_client_delete_channel (client=0x809f378, 
    channel_name=0x80b85b0 "ð\214\v\bñ") 

...

(gdb) 
mcs_channel_unref (settings_channel=0x80b85b0) at mcs-client.c:94
94	g_return_val_if_fail (settings_channel != NULL, NULL);
96	if (--settings_channel->ref_count <= 0)
98	XFree(&settings_channel->channel_atom);
(gdb)

Program received signal SIGSEGV, Segmentation fault.
0x406f8281 in _int_free () from /lib/libc.so.6




More information about the Xfce4-dev mailing list