lua-users home
lua-l archive

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


Thanks Jay and John for responding.

The reason I started exploring all this soft-float option, is because,
when I built Lua
with my platform, I got a crash with the following message:

> PANIC: unprotected error in call to Lua API (bad conversion number->int; must recompile Lua
> with proper settings)
With the traceback:
> luaD_throw
> luaG_errormsg
> lua_error
> luaL_error
> luaL_checkversion_
> luaL_setfuncs
> luaopen_base

But later, I got to know from some experts, that, with the compiler
and the tool chain I am using.
soft-float should not be needed.
So, I want to understand, what other reasons can cause this PANIC ?
Is there any way to debug this?

(P.S. I want to keep the replace-with-long/int as the last option)

--
Ani