Framework target: EXC_BAD_ACCESS on NPE in try-catch block
31 May 2018 | target-framework fixApplication with RoboVM target crashes with EXC_BAD_ACCESS, investigation shows that this happens on null pointer exception (NPE) that enclosed in corresponding try-catch block and shall not break away? Already covered in Tutorial: Crash Reporters and java exceptions.
Root case is same – signals
.
Solution is same – use Signals.installSignals
.
Post bellow describes how to deal with it and introduces changes into framework template.