[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dumping stack
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 11 Dec 2012 14:31:13 -0200
> I create the Lua pointer state, use a own lua_panic function for creating
> my exception and load the script with luaL_loadstring.
Panic functions are not meant for handling at this level. After a panic,
a Lua state may be unusable. Use load+pcall for handling normal errors in
Lua scripts.
- References:
- Re: dumping stack, Philipp Kraus
- Re: dumping stack, Sven Olsen
- Re: dumping stack, Philipp Kraus
- Re: dumping stack, Sven Olsen
- Re: dumping stack, Sven Olsen
- Re: dumping stack, Philipp Kraus
- Re: dumping stack, Jerome Vuarand
- Re: dumping stack, Philipp Kraus
- Re: dumping stack, Jerome Vuarand
- Re: dumping stack, Philipp Kraus