WuBingzheng/memleax

BUG: crash on exit when debugging multi-thread program

WuBingzheng opened this issue · 1 comments

memleax crash on exit when debugging multi-thread program, if the program call malloc and free frequently. It happens randomly.

This bug is a general problem: how should ptrace detach a multi-thread program.

I tried some ways from the manual of ptrace and some other docs, but no luck by now.
Any help?