[Bug 874401] Re: callgrind always crash with assertion in jumps.c
Alessandro Ghedini
ghedo at debian.org
Sat May 12 17:11:33 UTC 2012
This has been fixed in the upstream release 3.7.0 (already in Ubuntu
AFAICT).
** Changed in: valgrind (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to valgrind in Ubuntu.
https://bugs.launchpad.net/bugs/874401
Title:
callgrind always crash with assertion in jumps.c
Status in Valgrind:
Fix Released
Status in “valgrind” package in Ubuntu:
Fix Released
Bug description:
When running valgrind --tool=callgrind on any executable I always get
the following crash:
==5111== Callgrind, a call-graph generating cache profiler
==5111== Copyright (C) 2002-2010, and GNU GPL'd, by Josef Weidendorfer et al.
==5111== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
==5111== Command: ls
==5111==
==5111== For interactive control, run 'callgrind_control -h'.
mempcpy'2
BB# 2057
Callgrind: jumps.c:164 (new_jcc): Assertion '(0 <= jmp) && (jmp <= from->bb->cjmp_count)' failed.
==5111== at 0x3801E91C: ??? (in /data/hydroid_rw/usr/lib/valgrind/callgrind-arm-linux)
sched status:
running_tid=1
Thread 1: status = VgTs_Runnable
==5111== at 0x40106B0: ??? (mempcpy.c:42)
==5111== by 0x4007DF9: _dl_new_object (dl-object.c:207)
==5111== by 0x4004813: _dl_map_object_from_fd (dl-load.c:957)
==5111== by 0x4005D89: _dl_map_object (dl-load.c:2250)
==5111== by 0x40009E5: map_doit (rtld.c:631)
==5111== by 0x400A635: _dl_catch_error (dl-error.c:178)
==5111== by 0x400099B: do_preload (rtld.c:815)
==5111== by 0x4002653: dl_main (rtld.c:1700)
==5111== by 0x400E64B: _dl_sysdep_start (dl-sysdep.c:244)
==5111== by 0x400369F: _dl_start_final (rtld.c:336)
==5111== by 0x4003815: _dl_start (rtld.c:564)
==5111== by 0x40007ED: ??? (in /lib/arm-linux-gnueabi/ld-2.13.so)
----------------------------------
I am using valgrind 3.6.1 on Natty on ARM.
There is also a report in the KDE bug tracker for this same bug:
https://bugs.kde.org/show_bug.cgi?id=273465
To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/874401/+subscriptions
More information about the foundations-bugs
mailing list