SQL_DEBUG TRACE_ON_PANIC
When specified in ctsrvr.cfg and a SQL PANIC occurs, a stacktrace or minidump is requested on supported systems.
The stacktrace on Unix platforms, or minidump on Windows, will be created in the FairCom Server process' current working directory. (On Linux/Unix, symbol resolution will not work correctly if the working directory does not contain the server binary files.)
The file name convention on most Unix platforms will typically be pstackPID_N.log where PID = FairCom Server Process ID and N is a serial number. On Windows, the file name will have a file extension of .mdmp (e.g., stack12345_01.mdmp).