08.02.2014, 18:01
@Mr.Faqahat: Why? Tell me.
[19:52:58] [debug] mysql.so [f71b1d8d] is releasing memory at 7fffffff which is out of heap
There is a memory leak by your MySQL. Please check if you forget to free the result of any query (happens with unthreaded queries) and please check any MySQL debug (if it is not enabled, enable it.)
Also, other debugs look weird. Please check if you have proper plugin version with its libraries (or use mysql_static.so)
[19:52:58] [debug] mysql.so [f71b1d8d] is releasing memory at 7fffffff which is out of heap
There is a memory leak by your MySQL. Please check if you forget to free the result of any query (happens with unthreaded queries) and please check any MySQL debug (if it is not enabled, enable it.)
Also, other debugs look weird. Please check if you have proper plugin version with its libraries (or use mysql_static.so)

