standalone app crashes when running concurrently with IE 5.0
standalone app crashes when running concurrently with IE 5.0
- Subject: standalone app crashes when running concurrently with IE 5.0
- From: "Donald S. Hall" <email@hidden>
- Date: Sun, 10 Dec 2000 23:23:56 -0700
Hello,
I have a standalone AppleScript application that runs fine until I launch
Internet Explorer (5.0) on Mac OS 9.0.4. Then in a few minutes it crashes
with a Type 1 or Type 3 error, from which I can recover with Macsbug.
Occasionally, I have some other error that requires a reboot. The script
is doing nothing at the time, other than executing its idle handler. In
this handler, it checks to see if a certain time has passed, and if so
carries out some actions. In the crashing situations so far, the "certain
time" has never passed, so the idle handler just returns after the time
check. Has anyone seen this problem? Any ideas? A bigger memory
allocation?
This application runs just fine under Mac OS 8.1 with IE 3.01 running.
Note that I recompiled it under OS 9 to run on that system.
Thanks in advance for any suggestions.
Don
--