7 Sep
2004
7 Sep
'04
5:52 p.m.
On 7.9.2004, at 08:03, Wouter Van Hemel wrote:
Note that it is a signal-6, abort, and I can't get much out of the core file.
I bet you're running Linux 2.6 then. Really annoying that it generates broken core files with abort().
Could you change the abort() calls in src/lib/failures.c to:
*((char*)0) = 0;
That should make more usable cores.