[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in <close> implementation in Lua 5.4.0-rc3 (attempt to close an unrelated variable)
- From: Andrew Gierth <andrew@...>
- Date: Fri, 22 May 2020 21:25:06 +0100
>>>>> "Gé" == Gé Weijers <ge@weijers.org> writes:
Gé> The following program generates this error message:
Gé> lua: bug.lua:19: attempt to close non-closable variable 'database'
Gé> stack traceback:
Gé> bug.lua:19: in main chunk
Gé> [C]: in ?
Confirmed this on freebsd/amd64, with asserts on and with or without
compiler optimizations.
--
Andrew.