lua-users home
lua-l archive

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


Look at my first email in this thread. It has a sample Lua 5.4 program.

The error goes away if you don't declare MAJOR and MINOR as <const>. The generated code misses an OP_CLOSE to unwind the stack.




On Fri, May 22, 2020 at 12:00 PM Joseph C. Sible <josephcsible@gmail.com> wrote:
On Fri, May 22, 2020 at 2:43 PM Gé Weijers <ge@weijers.org> wrote:
>
>
> BTW: platform: 64-bit x86 Debian 10 Linux.
>
> I tested this with an unmodified Lua, built with the distributed Makefile to rule out any mistakes on my part.
>
> Thanks,
>
> Gé

Can you give an example of some Lua code that reproduces this bug?

Joseph C. Sible


--