RE: crashing when calling debug.traceback() on a coroutine that yields from within a hook
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: crashing when calling debug.traceback() on a coroutine that yields from within a hook
- From: Christopher Moore <christopher.moore@...>
- Date: 2018年8月15日 07:00:13 +0000
Lua 5.3.5
-----Original Message-----
From: lua-l-bounces@lists.lua.org <lua-l-bounces@lists.lua.org> On Behalf Of Roberto Ierusalimschy
Sent: Tuesday, August 14, 2018 6:03 PM
To: Lua mailing list <lua-l@lists.lua.org>
Subject: Re: crashing when calling debug.traceback() on a coroutine that yields from within a hook
> I have stumbled across a situation that causes Lua to crash. I am wondering if this is a bug.
> [...]
Which Lua version are being used?
-- Roberto