Memleax is killed after sometime while debugging process memory usage
mrudulachougule opened this issue · 3 comments
mrudulachougule commented
Hi
I have compiled memleax for monitoring one of the process's memory usage/leak which is built using qt. I could see after some time memleax is killed with out of memory error.
Please help me to understand the memleax usage for debugging run-time memory usage of already running process.
Thanks & Regards,
WuBingzheng commented
How long did memleax run before killed?
Is your program multi-thread?
mrudulachougule commented
I was running for a few minutes.
Yes, Multi-process and Multi Thread
WuBingzheng commented
memleax has bug with multi-thread program.
Please try libleak which works with multi-thread program.