lua-users home
lua-l archive

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


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.