lua-users home
lua-l archive

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


rob@hoelzro.net wrote:
> I wanted to set up my application to print a backtrace on panic, but it
> seems Lua resets the stack on panic.
How exactly were you doing it? You could look at how it is done in the Lua
standalone - see "docall" function.

Sincerely,
Nick