Hi Federico,

compile with memory debug support: remove F_MALLOC and add the DBG_QM_MALLOC define in Makefile.defs (note you need to recompile everything).

At shutdown, a complete report on the memory will be logs - it will help to spot potential mem leaks.

BTW, this looks like errors generated by mysql (which uses the pkg memory) - are performing some huge query or something?

Also try to increase the size of the pkg memory - maybe is not a leak, but simple is not enough.

regards,
Bogdan

Federico Giannici wrote:

Is there any known memory leak in OpenSER 1.0.0?

Today, after some days or running, I found the following error logs:

Jan 20 10:32:04 eowyn OpenSER[19554]: convert_rows: No memory left
Jan 20 10:32:04 eowyn OpenSER[19554]: convert_result: Error while converting rows Jan 20 10:32:04 eowyn OpenSER[19554]: store_result: Error while converting result

So, I'd like to know if the problem is probably in MY code or could be in the standard OpenSER code.


Thanks.



_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to