osx - Where are core dumps written in Mac OS X? -


on mac os x, if send sigquit c program, terminates, there no core dump file.

do have manually enable core dumps on mac os x (how?), or written somewhere else instead of working directory?

it seems suppressed default. running

$ ulimit -c unlimited 

will enable core dumps, , placed in /cores/ core.pid


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -