QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Trying to debug a dump file |
Ref. No. |
QNX.000000307 |
Category(ies) |
Development |
Issue |
Our application crashed with a SIGSEGV. Dumper created a post mortem dump. How can we debug this file?
|
Solution |
To debug the file, you can use the watcom debugger. To do so, use the following command:
x09wd -tr=pmd filename.dmp
|
|