[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem while dumping the functions and loading in different state
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 18 Apr 2013 20:52:26 -0300
> 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?