lua-users home
lua-l archive

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


On Mon, 30 Jul 2007 20:46:38 +0300
Ketmar Dark <ketmar@ic.km.ua> wrote:

> 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).
> 

Obviously Lua stack overflows but not sure what is causing them because
they do not appear on every event, and they also appear when there
are no events that could be called.

-- 
Gergo Szakal <bastyaelvtars@gmail.com>