Enable Core Dumps for crashed process in macOS Sierra

0 down vote favorite


I need to enable Core Dump File creation for processes which terminated by SIGABRT,SIGBUS, etс..

In previous versions of MAC OS X (include ElCapitan) to enable Code Dumps file for all processes i'm will do:

sudo sysctl -w kern.corefile=/Users/tester/core.%U.%P.%N.dump

sudo sysctl -w kern.coredump=1

sudo launchctl limit core unlimited

sudo ulimit -c unlimited

launchctl limit core unlimited

ulimit -c unlimited

Now thise way does not work.

macOS Sierra (10.12)

Posted on Oct 5, 2016 2:40 AM

Reply
2 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Enable Core Dumps for crashed process in macOS Sierra

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.