Is it possible to force FreeBSD to generate core files when an application/thread has a SIGSEGV==11?
I have an application that is doing this, however, i think it is just one of the threads dying, and the executable stays up running.
This executable is running as a service - where would the file be? Can I just force the core file to show up in /tmp or something?
Thanks