Monday, February 2, 2009

The case of missing core dumps

Have you had situations when your program seg faulted and yet did not create a core file. Well run the following commad :
> ulimit -a
if you see "core file size  0" then there's your answer.
To enable run the follwoing :
> ulimit -c unlimited

viola.


No comments:

Post a Comment