Re: Strange machine-level exception
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> Jun 18, 2007
- 655 views
Juergen Luethje wrote: > > CChris wrote: > > > Juergen Luethje wrote: > > <snip> > > >> -- freq[player] += 1 -- ... after uncommenting this > >> line! > >> end for > >> result = append(result, freq) > >> end for > >> > >> unique = create_set(result) > >> ? unique > >> if getc(0) then end if > >> </eucode> {{{ > >> Can someone please confirm the problem? > >> > >> Regards, > >> Juergen > > > > I just ran the above code as is. Under ex.exe, exw.exw and exwc.exe, the > > same > > result is obtained: > > { > > {0,0,0} > > } > > > > This was under XP Home SP2, P4 Intel 3.0GHz, 1Go RAM > > I just downloaded and executed e31setup.exe. > > > > CChris > > Thanks for testing. Now what happens on your system, after you have > uncommented the above denoted line? > > Regards, > Juergen Uncommenting the line causes indeed a machine elevel exception at the line containing the find_from() statement. At least using exw.exe and exwc.exe. ex.exe handles the code correctly and displays a 7 or 8 element long sequence. CChris