lua-users home
lua-l archive

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


hello, Gergo Szakal <bastyaelvtars@gmail.com>.

On Mon, 30 Jul 2007 19:37:12 +0200
Gergo Szakal <bastyaelvtars@gmail.com> wrote:

> Thank you both for your help, it works but sometimes I get stack
> overflows. I am not sure what causes it. Here is the code I use:
OS stack overflows or Lua stack overflows? the 2nd case signals about
error in your code. the 1st case typically means that you have too
much small objects for GC cycle -- try to play with GC options (or just
run GC more frequent).