|
From: Josef W. <Jos...@gm...> - 2004-03-06 02:30:17
|
Hi, I just tried Calltree to get working with Valgrind CVS. The version can be found at http://kcachegrind.sourceforge.net/calltree-0.9.7.tar.gz It is almost working fine with using "--pointercheck=no", but for large programs I get the follow error when the valgrind process grows over 160M in size: ============================================================ --15217-- INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exiting --15217-- si_code=1 Fault EIP: 0xB8026F13; Faulting address: 0xBFFCD004 valgrind: the `impossible' happened: Killed by fatal signal Basic block ctr is approximately 226200000 valgrind: vg_mylibc.c:1681 (vgPlain_get_memory_from_mmap): Assertion `p >= (void *)vgPlain_valgrind_mmap_end && p < (void *)vgPlain_valgrind_end' failed. ============================================================= I suppose this to be an out-of-memory condition for the skin/tool. I only use VG_(malloc) a lot like cachegrind... Any suggestions? Thanks, Josef |