lua-users home
lua-l archive

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



Yes, that is what some googling implies. A signal handler must not use malloc (or much else).

But... I have no signal handlers.

Also disabling the signal code in lua.c has no effect.

:(  :(  :(  :(


Taj Khattra kirjoitti 19.5.2007 kello 2:54:

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.