lua-users home
lua-l archive

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


My guess would be that error() itself is undefined, and throws strict's metamethod?

On Fri, May 10, 2013 at 3:42 PM, Bernd Eggink <monoped@sudrala.de> wrote:

The baffling fact is that the function 'error' from the standard library loops and eats up 100% CPU, instead of aborting the program.