powered by CADENAS

Manual

Manual

1.11.3. Crash dump (9.03 SP2)

Program crashes are very seldom, but if - the following setting possibly helps.

Minidumps (default behavior) are not always helpful in order to understand a problem, because only "Stack" is available. The Stack (storage for local variables and function parameters) can be sufficient to understand a crash.

However most data are on the Heap (can have several 100 MB). But concerning errors, difficult to follow, it can be interesting to use it for an analysis.

Use the following setting in order to write complete dumps:

$CADENAS_SETUP/partsol.cfg

[CRASHDIALOG]
MiniDumpMode=2

With the value 2 the complete storage is written in the minidump file.

Possible values are documented under http://msdn.microsoft.com/en-us/library/ms680519%28v=vs.85%29.aspx.

[Note] Note

The setting under log level doesn't matter.