[CoreDumpServerConfiguration]

The [CoreDumpServerConfiguration] section configures the Core Dump Server. The UID parameter in this section is the Core Dump Server's UID=10282fe5.

For example:

[CoreDumpServerConfiguration]
KeyIndex0=0
KeyIndex1=1
KeyIndex2=2
KeyType0=1
KeyType1=1
KeyType2=1
KeyValue0=3
KeyValue1=1
KeyValue2=1
UID=10282fe5

This section also has the parameter triplets explained in the subsequent sections.

Crash trigger

The parameter triplets, (KeyIndex0=0, KeyType0=1, KeyValue0=3) specifies the crash trigger for core dump creation. The following is the GUI description for the crash trigger parameter:

 "Select Crash Trigger:
                                   1-HW Exception
                                   2-Thread Kill
                                   3-Both"

The default value is 3. This captures the Hardware Exceptions and Thread kill events.

Action on crash event

The parameter triplets, (KeyIndex1=1, KeyType1=1, KeyValue1=1) specifies the action that applies to the target on a crash event. The following is the GUI description for this parameter:

"Action On Crash:
                                    0-None
                                    1-Suspend Thread
                                    2-Suspend Process"

The default value is 1-Suspend Thread, thus suspending the thread that caused the crash while the crash data is gathered.

Action after crash event

The parameter triplets ( KeyIndex2=2, KeyType2=1, KeyValue2=1 ) specifies the action that applies to the target after the crash. The following is the GUI description for this parameter:

"Action After Crash:
                                    0-None
                                    1-Resume Thread
                                    2-Resume Process
                                    4-Kill Process"

The default value is 1-Resume Thread, thus resuming the thread that caused the crash after the crash data is gathered.