BUG: crash on exit when debugging multi-thread program
WuBingzheng opened this issue · 1 comments
WuBingzheng commented
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.
WuBingzheng commented
I tried some ways from the manual of ptrace
and some other docs, but no luck by now.
Any help?