lua-users home
lua-l archive

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


> But if I then recall the source code with uparrow and add
> some characters before "end", such that the code is no
> longer valid, say `..end`, then I get a segmentation fault.

I cannot reproduce this. I get the expected error message:
	stdin:4: unexpected symbol near '..'

I cannot reproduce the OP's crash either, even with LUA_USE_APICHECK on.