lua-users home
lua-l archive

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


> (1) out of memory conditions result in luaD_throw - I can't wrap my head
> around that yet, so I can't say for sure whether that can/should call
> the error handler set by xpcall.

Out of memory errors do not run the handler. (This one is documented,
deep into the manual...)

-- Roberto