valgrind 1:3.13.0-2ubuntu1 source package in Ubuntu

Changelog

valgrind (1:3.13.0-2ubuntu1) bionic; urgency=low

  * Merge from 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.
  * Dropped patches applied in Debian:
    - Fix typo, syscall param epoll_pwait(sigmask) points to unaddressable
      byte(s). LP 1726711.

valgrind (1:3.13.0-2) unstable; urgency=medium

  * Fix handling command line option --xml-socket (Closes: #870419)
  * Fix handling of epoll_pwait with a NULL sigmask (Closes: #886364)
  * Set valgrind-dbg Priority to optional as per new policy
  * Bump Standards-Version to 4.1.3 (no changes needed)
  * Point Vcs-* to salsa.d.o
  * Fix insecure-copyright-format-uri
  * Fix unnecessary-testsuite-autopkgtest-header
  * Install pkg-config file to multi-arch location.
    Thanks to Helmut Grohne for the patch (Closes: #885003)

 -- Julian Andres Klode <email address hidden>  Wed, 24 Jan 2018 20:55:02 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x x32
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
valgrind_3.13.0.orig.tar.bz2 14.0 MiB d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b
valgrind_3.13.0-2ubuntu1.debian.tar.xz 31.8 KiB 804356927cd888f47805fc5ae01aa2ff9f4a2c9c0732eba7c4963bc4c35efe95
valgrind_3.13.0-2ubuntu1.dsc 2.5 KiB c9c06e465a8bbc226c08adc40c3b7a139ca713c13ea6b0581aecf0746bb0b983

View changes file

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.