in reply to Inline::Java JNI Crashing
Anyone got a pointer to how to avoid/fix this?
Depends when the error is occurring.
If you get back to the main program after calling CrashNBurn, then it must be happening during global cleanup, which you can bypass by calling POSIX::exit().
It's a bit crude, but as you're exiting anyway ...
|
|---|