I have a very large application that crashes and simply closes without windows displaying a dialog stating that the application has caused an illegal opperation.
I've got TOOLS ON so all array bounds checking is on. I've added error traps also. I can get the program to crash with certain opperations but when I add atrace function and perform the same sequence, the program runs ok.
Any suggestions what to do next?
I've got TOOLS ON so all array bounds checking is on. I've added error traps also. I can get the program to crash with certain opperations but when I add atrace function and perform the same sequence, the program runs ok.
Any suggestions what to do next?
Comment