Thursday, August 7, 2008

"RE" On Linux :: Enable core dump


$ ulimit -c 1024
This will enable a maximum core size of 1GB.

$ gdb ./app ./core
Should get you started ;-)