Re: Lua 5.1w crash bug -- '...' related
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1w crash bug -- '...' related
- From: Eric Tetz <erictetz@...>
- Date: Thu, 2 Sep 2004 16:05:51 -0700
Another bug; may be related. This program:
function foo(...) end
while true do foo() end
Quickly (within a few seconds) consumes all available RAM on my system
(300+MB) and Lua fails.