|
From: Mathieu M. <Mat...@cr...> - 2003-07-18 12:55:25
|
Hi valgrind hackers,
I wanted to profile my program thus I tried kcachegrind, but I get
this error while using calltree:
Calltree: ct_main.c:4028 (setup_bbcc): Assertion
`fn_active_array[fn_number] == 1' failed.
sched status:
Thread 1: status = Runnable, associated_mx = 0x0, associated_cv = 0x0
==9586== at 0x40153C26: _init (in /usr/local/lib/libkgfo.so.1.1.1)
==9586== by 0x4000B781: _dl_init_internal (in /lib/ld-2.2.5.so)
==9586== by 0x40000B8C: (within /lib/ld-2.2.5.so)
Does anyone knows how to work around this,
Thanks,
mathieu
OS: Linux RedHat 7.3
Valgrind 1.9.6
calltree 0.9.1
|