- Generate stack traces from the core dump. This will provide information
about where all running threads were in the code at the time of the crash.
- Examine the core file on the system that generated it.
- Examine the stack trace. The first thread in the stack trace output is the one that caused the crash. Normally, there is an entry that reads
sighdlr and the entry just after it is the one that caused the "signal"
(usually SIGSEGV) and the crash. - Send the stack trace to ENOVIA Support.
|