Re: Strange machine-level exception

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

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu