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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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