https://bugs.kde.org/show_bug.cgi?id=368861
Bug ID: 368861 Summary: Please make cachegrind work with programs using google-perftools malloc library Product: valgrind Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: y...@tsoft.com Currently valgrind fails on such programs: ==26700== Invalid write of size 8 ==26700== at 0x4E45D1D: tcmalloc::Static::InitStaticVars() (in /usr/local/lib/libtcmalloc.so.4.3.0) ==26700== by 0x4E46CA6: tcmalloc::ThreadCache::InitModule() (in /usr/local/lib/libtcmalloc.so.4.3.0) ==26700== by 0x4E576E4: calloc (in /usr/local/lib/libtcmalloc.so.4.3.0) ==26700== by 0x9C1E139: _thr_alloc (in /lib/libthr.so.3) ==26700== by 0x9C1F292: _libpthread_init (in /lib/libthr.so.3) ==26700== by 0x9C221D1: ??? (in /lib/libthr.so.3) ==26700== by 0x9C14EA5: ??? (in /lib/libthr.so.3) ==26700== by 0x400432D: _rtld (in /libexec/ld-elf.so.1) ==26700== by 0x40024E8: ??? (in /libexec/ld-elf.so.1) ==26700== Address 0x742b80 is not stack'd, malloc'd or (recently) free'd ==26700== ==26700== ==26700== Process terminating with default action of signal 11 (SIGSEGV): dumping core Reproducible: Always valgrind-3.10.1 -- You are receiving this mail because: You are watching all bug changes.