[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaProfiler: test case
- From: Shmuel Zeigerman <shmuz@...>
- Date: Mon, 19 May 2008 00:46:40 +0300
I'm trying to run the following script:
require"profiler"
profiler.start()
local co = coroutine.create(function() end)
coroutine.resume(co) --> crash here
profiler.stop()
On the line with coroutine.resume the program crashes:
"lua.exe has encountered a problem and needs to close."
(LuaProfiler 2.0.1, Windows XP SP2).
--
Shmuel