Re: Strange machine-level exception
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jun 19, 2007
- 534 views
Juergen Luethje wrote: > > I've again simplified the code that shows the crash: I even get a crash with just this, and a causeway error on ex.exe as well:
constant n=399 sequence s integer r s = repeat(0, n) s[2] = {2} r=find_from(s[2], s, n-1) -- Machine-level exception here puts(1, "If you see this message, there was no crash.") if getc(0) then end if
Regards, Pete