[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is this supposed to crash?
- From: "Bilyk, Alex" <ABilyk@...>
- Date: Fri, 9 May 2003 20:55:24 -0700
The following script crashes lua.exe under Win2K/VC.NET.
-----------------------------------------------
function co_func (current_co)
coroutine.resume(current_co)
end
local co = coroutine.create(co_func)
coroutine.resume(co, co)
-----------------------------------------------
Could you please verify this on your system?
Thanks,
Alex