Re: Strange machine-level exception

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu