I can’t seem to trap this UnhandledException, which kills (locks-up) my App and doesn’t break to show me an error.
Symptom: App runs consistently w/out issues, then ‘hangs’ and forces me to close it in the IDE. The App runs for 10-20 minutes, repeatedly and successfully using the dbase.
The MySQLCommunity dbase is running fine, and my other Apps never have an issue. So I rem’d out all dbase activity in the app and tried to slowly reintroduce segments of code. It seems that even the simplest Select statement runs many times, but then ‘something’ in relation to the dbase interaction locks up the app. If I remove the dbase segment again the app runs all day w/out issue.
Is there any way to track down this issue? (Xojo 2024 R4.2), the App is a WebApplication.
4 posts - 2 participants