Log In  

Tested on 0.1.10c on Windows and Linux x64. This crashes after a few thousand iterations:

while true do
 printh(stat(0))
end

If I change it to

local s=stat(0)
printh(s)

then it doesn't crash.

Edit: Not sure why I thought it needed that table stuff. This is sufficient.

P#34973 2017-01-04 23:29 ( Edited 2017-01-08 22:01)


[Please log in to post a comment]