Enables creating qrun crash dumps.
Syntax:
QX_QRUN_DUMP={any non-empty value}
Possible values:
disables creating qrun crash dumps |
|
enables creating qrun crash dumps |
Usage and examples:
To enable creating qrun crash dumps, you must define QX_QRUN_DUMP with any non-empty value (though we recommend setting it to 1):
QX_QRUN_DUMP=1
On Windows , the path to the folder where .dmp files are stored is taken from the TMP, TEMP, or USERPROFILE environment variables (depending on which of them was defined first in your environment). If none of these variables is set, .dmp files will be stored in the Windows directory.
On Linux , the path to the folder where .dmp files are stored is taken from the TMPDIR, TMP, TEMP, or TEMPDIR environment variables (depending on which of them was defined first in your environment). If none of these variables is set, .dmp files will be stored in the /tmp directory.
QX_QRUN_DUMP applies at runtime, so it must be set in inet.env.
Related articles: