[Glade-users] glade Segmentation Fault

Damon Chaplin damon@karuna.uklinux.net
18 Mar 2004 09:45:55 +0000


On Wed, 2004-03-17 at 18:23, Jonathan Lane wrote:

> #0  0x4030dd1e in mallopt () from /lib/libc.so.6
> #1  0x4030cd33 in malloc () from /lib/libc.so.6
> #2  0x40189095 in g_malloc () from /usr/lib/libglib-1.2.so.0

It looks like it might be memory corruption, which is often difficult to
track down.

If someone could track it down to a specific widget that would help a
lot.

If you have valgrind installed that may spot the problem.

You can also try setting the "MALLOC_CHECK_" environment variable to 2,
in Debian. That turns on some checking of malloc() calls. See malloc(3).

Damon