Re: Strange machine-level exception
- Posted by Juergen Luethje <j.lue at gmx.de> Jun 18, 2007
- 547 views
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