9 Apr
2001
9 Apr
'01
7:57 p.m.
Ron Bickers writes:
2001-04-06T21:31:50 ERROR(200) zdaemon zdaemon: Fri Apr 6 17:31:50 2001: Aiieee! 16895 exited with error code: 11 This is a segmentation violation.
Using "ulimit -c 20000", you let Linux generate a "core" file (see the "bash" documentation for details about "ulimit"). You can then use "gdb" to see, where the segmentation violation occurs. If you are lucky, the problem will soon be hashed out. Dieter