|
From: Christoph B. <bar...@gm...> - 2006-09-07 18:45:36
|
Hi, Here is another crash of the same problem: sleep BB# 418 Callgrind: callstack.c:211 (vgCallgrind_push_call_stack): Assertion 'current_entry->cxt != 0' failed. ==21768== at 0x380189DA: report_and_quit (m_libcassert.c:136) ==21768== by 0x38018D3D: vgPlain_assert_fail (m_libcassert.c:200) ==21768== by 0x38010CAB: vgCallgrind_push_call_stack (callstack.c:211) ==21768== by 0x38006864: vgCallgrind_setup_bbcc (bbcc.c:529) ==21768== by 0x4028D5181: ??? ==21768== by 0x38020A87: mkFreeBlock (m_mallocfree.c:916) ==21768== by 0x4028818FF: ??? ==21768== by 0x4021354AF: ??? ==21768== by 0x10: ??? ==21768== by 0xCBB4F: ??? ==21768== by 0x4005B5: main (debug-prog2.C:8) Here is also a minimal set of options necessary for the problem: valgrind --tool=callgrind ./a.out but one then has to interate callgrind_control -i off callgrind_control -i on callgrind_control -d till valgrind crashes. Greetings, Christoph Bartoschek |