Is there a way to catch native exceptions so that the application won't crash ?
Posted by
mohamed.abdelhameed on
Mar 09, 2019; 11:41pm
URL: https://forum.jogamp.org/Is-there-a-way-to-catch-native-exceptions-so-that-the-application-won-t-crash-tp4039586.html
i had a crash before when a GLJPanel got painted while a buffer named (which should have been cleared) was still there and got used for rendering ,
i fixed that issue , but the question is , is there a way to just catch the exception and log it and avoid crashing ?
log file of the crash