lua-users home
lua-l archive

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


Daniel Klein wrote:
> > =cd.GREEN == cd.BLUE
> PANIC: unprotected error in call to Lua API (4.4562912041821e-313)
> 
> This is using the CD library from tecgraf, and the cd.X are lightuserdata
> objects.
> 
> We're running Windows 7, x64 and the crash happens with beta8 and HEAD and
> with the JIT turned off and no optimisations enabled (-joff -O0)

Thank you for the bug report! Fixed in LuaJIT git HEAD.

--Mike