This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

abort() 0x8B84EFC0 (abort has only skeletal debug info)

Hello,

when my code triggers some assertion, the debugger stops in abort() and I get no backtrace:

xdc.runtime.Main: "somefile.cpp", line 343: assertion failure
xdc.runtime.Error.raise: terminating execution

abort() 0x8B84EFC0  (abort has only skeletal debug info)    

That's quite impractical since I have no idea what lead to the assertion. Am I doing something wrong?

Thanks for your help,

Markus