WuBingzheng/memleax

Memleax is killed after sometime while debugging process memory usage

mrudulachougule opened this issue · 3 comments

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,

How long did memleax run before killed?
Is your program multi-thread?

I was running for a few minutes.
Yes, Multi-process and Multi Thread

memleax has bug with multi-thread program.
Please try libleak which works with multi-thread program.