Open GoogleCodeExporter opened 9 years ago
Can you reproduce with a newer release (2.0) or even with trunk version?
Original comment by zatr...@gmail.com
on 16 Apr 2013 at 1:25
I recompile my progress with perftool 2.0, and it crash like this:
thirdparty/gperftools-2.0/src/addressmap-inl.h:299
#0 0x00000000009de4b2 in AddressMap<int>::FindMutable
(this=0x7f55c35de000, key=0x7f55b0c5f100)
at thirdparty/gperftools-2.0/src/addressmap-inl.h:299
#1 0x00000000009ddbcf in AddressMap<int>::Find (this=0x7f55c35de000,
key=0x7f55b0c5f100)
at thirdparty/gperftools-2.0/src/addressmap-inl.h:290
#2 0x00000000009dc1b2 in MallocBlock::CheckLocked (this=0x7f55b0c5f0e0,
type=-21308287)
at thirdparty/gperftools-2.0/src/debugallocation.cc:416
#3 0x00000000009dc0a0 in MallocBlock::CheckAndClear (this=0x7f55b0c5f0e0,
type=-21308287)
at thirdparty/gperftools-2.0/src/debugallocation.cc:400
#4 0x00000000009dc7d1 in MallocBlock::Deallocate (this=0x7f55b0c5f0e0,
type=-21308287)
at thirdparty/gperftools-2.0/src/debugallocation.cc:556
#5 0x00000000009d9f3f in DebugDeallocate (ptr=0x7f55b0c5f100,
type=-21308287)
at thirdparty/gperftools-2.0/src/debugallocation.cc:997
#6 0x0000000000e43d4c in tc_delete (p=0x7f55b0c5f100) at
thirdparty/gperftools-2.0/src/debugallocation.cc:1231
#7 0x0000000000e1a4f9 in _M_dispose (this=<value optimized out>,
__in_chrg=<value optimized out>)
at
/opt/gccpacket/3rd_lib/gcc-4.5.1/x86_64-unknown-linux-gnu/libstdc++-v3/include/b
its/basic_string.h:237
(gdb) p e
$1 = (AddressMap<int>::Entry *) 0xcdcdcdcdcdcdcdde
How can I do to fix it?
Original comment by tyrio...@gmail.com
on 7 May 2013 at 3:29
Most likely your program is overwriting some control structures of tcmalloc.
Can you please try with asan or valgrind and without tcmalloc ?
Original comment by alkondratenko
on 6 Jul 2013 at 11:35
Original issue reported on code.google.com by
tyrio...@gmail.com
on 10 Apr 2013 at 6:17