Shlomi Fish wrote: > On Friday 03 March 2006 20:36, Baruch Even wrote: > >>The thing to try would be strace and/or gdb to debug the program and see >>where it crashes or enable coredumps and gdb the resulting coredump. > > > The problem is that when running under strace or gdb the program does not > crash... ;-)
That's why I also added the coredump option, increase the coredump limit to unlimited and you'll get a coredump which is a memory dump of the process that gdb can use to look at the state of the program during the crash. Baruch ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
