> I can reproce that bug just by restarting the demo again and again. > Has anyone any idea, what goes wrong?
That sounds like Heap corruption, because: > Program received signal SIGSEGV, Segmentation fault. > 0x400e73d7 in chunk_alloc () from /lib/libc.so.6 > (gdb) bt > #0 0x400e73d7 in chunk_alloc () from /lib/libc.so.6 > #1 0x400e6f64 in malloc () from /lib/libc.so.6 > #2 0x400618a2 in _giiEvQueueSetup () at gii.c:98 When something faults in an allocation-function, it is usually Heap corruption. Try linking with efence to find the offending code. CU, ANdy -- = Andreas Beck | Email : <[EMAIL PROTECTED]> =
