Hi, Can I specify the location of core dumps?
So like, a general variant of the kern.nosuidcoredump=2 sysctl. Having them in /var/crash/ could be a useful way to track crashes in any programs, maybe. Ideally I'd like to provide a template string or via other option specify so coredumps would become "/var/crash/YYYY-MM-DD-processname.dateidx" or "/var/crash/YYYY-MM-DD-HH:MM:SS-processname.subsecondidx". The index would show the index of crash within the time period of that day or second. (A separate question about userland trigger of unhandled SIGSEGV event in separate email.) Tinker