Open GoogleCodeExporter opened 9 years ago
Yes, that's known problem at this time.
GNU/Libc based backtrace() stacktrace capturing is causing deadlocks.
Please use libunwind until this is fixed.
Original comment by alkondratenko
on 20 Mar 2014 at 1:20
My work here: https://github.com/alk/gperftools/tree/wip-emergency-malloc
already passes unit tests and should work on GNU/Linux.
Some other OSes as well as more testing is still pending.
Original comment by alkondratenko
on 2 Apr 2014 at 4:11
Still observed deadlocks while running tcmalloc tests on mips64 platform.
Using latest gperftools-2.2 sources.
Original comment by jogarao....@gmail.com
on 22 Apr 2014 at 2:30
And also observed stacktrace compilation issues with latest gperftools-2.2 on
mips64 platform
Original comment by jogarao....@gmail.com
on 22 Apr 2014 at 2:34
Please open separate ticket(s) for mips64. With details please.
And don't expect anything beyond --enable-minimal (just malloc) to work on mips
at this time.
Original comment by alkondratenko
on 22 Apr 2014 at 6:54
Original issue reported on code.google.com by
cppcof...@gmail.com
on 20 Mar 2014 at 1:13