lua-users home
lua-l archive

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


2011/11/14 Benoit Germain <bnt.germain@gmail.com>:
>
> In that case, maybe moving again the s_lane structures liberation
> still present in the selfdestruct chain in an atexit handler would fix
> the crash?


Another option: add a THREAD_WAIT call after the THREAD_KILL, like
what is done in thread_gc(). This is supposed to ensure the thread is
not running anymore.


-- 
Benoit.