valgrind 1:3.19.0-1ubuntu1 source package in Ubuntu
Changelog
valgrind (1:3.19.0-1ubuntu1) lunar; urgency=medium * Merge with Debian unstable. Remaining changes: - Lower over-inflated valgrind-dbg Recommends to Suggests instead. - Don't strip vgpreload* on ARM; this results in unusable stack traces without valgrind-dbg. - Configure with --enable-only64bit on AArch64. - debian/patches/armv7-illegal-opcode.patch: fix a crash due to an unhandled thumb instruction on armhf. - debian/rules: use dh_missing --fail-missing to we don't overlook not install files - LTO triggers undefined symbols in valgrind. Valgrind has a --enable-lto configure time option, but that doesn't seem to help. Disable LTO for now. * Dropped changes: - d/patches/0001-Implement-linux-rseq-syscall-as-ENOSYS.patch: backport from upstream to handle new syscall now used by glibc 2.35. (now included from upstream) - Enable parallel builds. (not needed with debhelper 10 and later) - Add powerpc fixes. (apparently dropped some time ago) - Also some undocumented delta around files moving from usr/lib/$multiarch/valgrind to usr/lib/libexec/valgrind which happened at some point in the Ubuntu 21.10 development cycle. valgrind (1:3.19.0-1) unstable; urgency=medium * New upstream release (Closes: #1017791) * Remove x32 from architectures list (Closes: #997015) * Update lintian overrides * Bump Standards-Version to 4.6.1 (no changes needed) valgrind (1:3.18.1-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix remove neon requirement from armhf binaries. Closes: #928224 -- Michael Hudson-Doyle <email address hidden> Mon, 28 Nov 2022 14:55:17 +1300
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.19.0.orig.tar.bz2 | 15.6 MiB | dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02 |
valgrind_3.19.0-1ubuntu1.debian.tar.xz | 34.0 KiB | 5404c8c3a1d85c94ab88f988d62148f032866fb2d8431b6552843a839b7defa7 |
valgrind_3.19.0-1ubuntu1.dsc | 2.4 KiB | 506b32e845a9fff1ac53982493ac4644415c381e36ee6f611e8baba7fee9bf64 |
Available diffs
- diff from 1:3.18.1-1ubuntu2 to 1:3.19.0-1ubuntu1 (888.5 KiB)
Binary packages built by this source
- valgrind: instrumentation framework for building dynamic analysis tools
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
The Valgrind distribution currently includes six production-quality tools:
* a memory error detector (Memcheck)
* two thread error detectors (Helgrind and DRD)
* a cache and branch-prediction profiler (Cachegrind)
* a call-graph generating cache and branch-prediction profiler (Callgrind)
* a heap profiler (Massif)
It also includes three experimental tools:
* a stack/global array overrun detector (SGCheck)
* a second heap profiler that examines how heap blocks are used (DHAT)
* a SimPoint basic block vector generator (BBV)
- valgrind-dbg: instrumentation framework for building dynamic analysis tools (debug)
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
This package provides the debug symbols for valgrind's tools and libraries.
- valgrind-mpi: instrumentation framework for building dynamic analysis tools (MPI module)
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
This package provides the "mpiwrap" library for debugging distributed-memory
applications which use the MPI message passing standard.