[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in luaD_precall
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 18 Apr 2013 20:47:41 -0300
> 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.