[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: Wed, 16 Jun 2010 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