QB64 crash!?
#6
(12-21-2022, 04:26 AM)SMcNeill Wrote: It generates a never-ending recursive call back to clock$, which keeps adding Date$ and Time$ to clock$, until they grow so large, you run out of memory and stack space and crash.

My question was that since the following code crashes with an Out Of Memory box:

Code: (Select All)
Dim Large(1024, 1024, 1024, 1024) As Double

Obviously because you can't assign an 8 Terabyte array,

then why can't QB64 display an Out Of Stack box??

Erik.
Reply


Messages In This Thread
QB64 crash!? - by eoredson - 12-21-2022, 03:27 AM
RE: QB64 crash!? - by SMcNeill - 12-21-2022, 04:26 AM
RE: QB64 crash!? - by eoredson - 01-10-2023, 07:30 AM
RE: QB64 crash!? - by johannhowitzer - 12-21-2022, 04:27 AM
RE: QB64 crash!? - by SMcNeill - 12-21-2022, 04:31 AM
RE: QB64 crash!? - by Pete - 12-21-2022, 04:36 AM



Users browsing this thread: 3 Guest(s)