program crashes about 20% of the time
#17
+1 for effort. Even without missing a RETURN you can burn up your stack space by deeply nested GOSUB statements that run in a loop. The system has to keep piling all those other sub calls and gosubs on top of the first non-returned GOSUB. No nice way to say it, that's just a programming trap and the OP probably fell in it if this does turn out to be a stack space crash issue. Again, running task manager and checking memory alongside the running app would be beneficial. I miss how QuickBASIC was able to track stack space with FRE().

Pete
Reply


Messages In This Thread
RE: program crashes about 20% of the time - by Pete - 12-18-2022, 10:46 PM



Users browsing this thread: 9 Guest(s)