Re: a crash bug in lua 5.2 work3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: a crash bug in lua 5.2 work3
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2010年6月16日 12:54:49 -0300
> Hi all,
>
> This is a minimal lua script that cause the crash:
>
> local t = {}
> print(t[#t]+1)
>
> The bug is in ldebug.c:
>
> [...]
Many thanks for the report.
-- Roberto