Open GoogleCodeExporter opened 9 years ago
any ideas how this can be addressed ?
Original comment by alkondratenko
on 6 Jul 2013 at 11:15
I think you could make it work if you just treated all libpthread-mapped ranges
as non-live, except for those ranges that contain stack pointers. I don't think
you'd lose anything important.
In LeakSanitizer, we intercept pthread_* functions so we always know which
threads are running and where their data is located. But that would be too
drastic a change for HeapChecker.
Original comment by earth...@google.com
on 7 Jul 2013 at 12:30
Original issue reported on code.google.com by
earth...@google.com
on 5 Jun 2013 at 10:36