Post-mortem analysis

Having trouble with a resmgr that dies once in a while. I simulated it locally and it doesn’t seem to leak. How can I analyse what’s happening in the field?
Note:

  • I use the _g version in the field
  • I can’t connect directly to the remote target

Any kind of help appreciated!

Run dumper and see if it creates a dump file. You can use the dump file with the debugger to see where it died.

Perfect! TY!