25 Mar
2012
25 Mar
'12
10:30 p.m.
Hi, Ted,
On Sun, Mar 25, 2012 at 3:23 PM, Ted Byers
Hi Will, ****
** **
this was compiled using gcc, but even though the end of the output says the core was dumped, it only seems to produce a stackdump file, and gdb says that that is not a core dump file, and does nothing with it. Do I have to change the compile or link flags to have it produce a core dump file?
You probably have to enable core dumps with: $ ulimit -c unlimited Cheers, Will