lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> With the new tests from GitHub, I run with
> 
> lua54 -E -e"_U=true" all.lua
> (is this still the correct way to run the tests?)
> 
> and get up to this point when it crashes (Win7):
> 
> time: 0.931 (+0.01)
> 
> ***** FILE 'cstack.lua'*****
> testing C-stack overflow detection

Can you change the value of LUAI_MAXCSTACK (defined in luaconf.h, 
but you can also define it externally) to a smaller value that
doen't chrash? (And tell us the maximum value that still passes
all tests?)

Many thanks,

-- Roberto