lua-users home
lua-l archive

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


> Hi all, 
> 
> This is a minimal lua script that cause the crash: 
> 
>   local t = {}  
>   print(t[#t]+1) 
> 
> The bug is in ldebug.c: 
> 
> [...]

Many thanks for the report.

-- Roberto