Tuesday, September 4, 2007

Enabling core dumps

ulimit -c unlimited

Above comment will enable core dumps at any circumstance. Usually, Linux does not dump core files if the snapshot is too large. In that case, use the above command before run the application.

No comments: