Relates :
|
|
Relates :
|
A user may set "CreateCoredumpOnCrash" flag to request core dumps, but they may not be actually created if the user does not set "ulimit -c unlimited" We can, and should, set the limit programmatically, however, to ensure that core files are indeed written, by calling setrlimit(RLIMIT_CORE) See https://developer.apple.com/library/archive/technotes/tn2124/_index.html
|