lua-users home
lua-l archive

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


>>>>> "aman" == aman agrawal <aman.161089@gmail.com> writes:

 aman> Hi Andrew,
 aman> Thanks for the reply.

 aman> I'm getting a crash in running the following code (some modification of
 aman> http://lua-users.org/lists/lua-l/2020-07/msg00054.html) in Lua-5.2.2

I think that's likely to be caused by a separate bug, specifically this
one:

https://www.lua.org/bugs.html#5.2.2-1

which you will note is fixed in later 5.2.x versions. Does 5.2.3 crash
on that same code?

-- 
Andrew.