> 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]> =
- problem with dlopen (?) soyt
- Re: problem with dlopen (?) Andreas Beck
- Re: problem with dlopen (?) Stefan Seefeld
- Re: problem with dlopen (?) soyt
- Re: problem with dlopen (?) Xavier Hienne
