Re: Strange machine-level exception
- Posted by Juergen Luethje <j.lue at gmx.de> Jun 19, 2007
- 535 views
Pete Lomax wrote: > 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: > }}} <eucode> > 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 > </eucode> {{{ Wow! I wasn't even able to get rid of the procedure. It looks as if the bug is surrounded now. Regards, Juergen