lua-users home
lua-l archive

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


On 5/18/07, Asko Kauppi <askok@dnainternet.net> wrote:

Testing Lua Lanes on FreeBSD gives the above error.  Does anyone have
an idea what might be the cause?

maybe realloc was interrupted and then called from a signal handler?
i'm not sure if malloc and friends are required to be re-entrant.