lua-users home
lua-l archive

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


On Tue, Aug 29, 2000 at 12:13:56AM -0700, Jim Mathies wrote:
> cause stack overflow exceptions on the c side.  I can't allow Lua to
> call exit()
> because i need the execution thread to unwind so i can use it to clean
> up 
> things like OpenGL. 

What about using atexit()?

- Christian