lua-users home
lua-l archive

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


> Hi, I found some interesting stack overflow crash from my project.
> 
>   [...]
> ---------------------------------------------------------------------------------------------------
> [crash.lua] -- case crash
> local function func()
>   pcall(1)
>   coroutine.wrap(func)()
> end
> func()
> 
> [result of crash.lua]
> Segmentation fault(core dumped)
> 
> [...]

Many thanks for the report and detailed analysis.

-- Roberto