lua-users home
lua-l archive

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


> I only mention luasql.postgres because it is the only library being used
> (ok dkjson is used at startup to get the database config) and the program
> is doing a ton of database work.
> 
> Unfortunately the error message is all that I get. I will stick in some
> print statements and try and get a better idea as to where things go wrong.

This can be a bug in Lua's garbage collector, but we do not have any
previous record of such a bug for this version. If you could use some
memory tool like valgrind or purify, that would be a great help.

-- Roberto