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
Post a Comment