Friday, April 23, 2010

LINUX: Segfault and Core Dump

If you are encountering a segfault while running applications and want to see the core dump to find out what is wrong, you need to set the core file size to unlimited. Do that by typing the following at a command prompt in linux shell
$ ulimit -c unlimited
Closing your terminal session will end this ulimit command.

No comments:

Post a Comment