lua-users home
lua-l archive

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


> I am using Lua 5.2.1 and have problems while dealing with dumped bytecode.

Do these problems remain if you use Lua 5.2.2?

> //Now call "combine", this is the same function which is in luac.c, I am
> using it before I dump.
> //without this lua_dump fails( rather crashes. )
>     combine(L1, 1);

You should not need to use combine, especially with n=1, when it does nothing.
How does lua_dump fail or crash?