> Program received signal SIGSEGV, Segmentation fault.
> 0x4008426a in malloc () from /lib/libc.so.6
> (gdb) bt
> #0  0x4008426a in malloc () from /lib/libc.so.6

Crashing in malloc almost always is caused by stack corruption due to an
overflow or similar. You may want to try using electric fence for tracking
that.

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]>        =

Reply via email to