Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

valgrind-3.20.0-2.mga9 RPM for i586

From Mageia 9 for i586 / media / core / release

Name: valgrind Distribution: Mageia
Version: 3.20.0 Vendor: Mageia.Org
Release: 2.mga9 Build date: Tue Nov 22 18:10:23 2022
Group: Development/Tools Build host: localhost
Size: 27686454 Source RPM: valgrind-3.20.0-2.mga9.src.rpm
Packager: tv <tv>
Url: https://valgrind.org/
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
When a program is run under Valgrind's supervision, all reads and
writes of memory are checked, and calls to malloc/new/free/delete are
intercepted. As a result, Valgrind can detect problems such as:

    * Use of uninitialised memory
    * Reading/writing memory after it has been free'd
    * Reading/writing off the end of malloc'd blocks
    * Reading/writing inappropriate areas on the stack
    * Memory leaks -- where pointers to malloc'd blocks are lost forever
    * Passing of uninitialised and/or unaddressable memory to system calls
    * Mismatched use of malloc/new/new [] vs free/delete/delete []

Provides

Requires

License

GPLv2+

Changelog

* Tue Nov 22 2022 tv <tv> 3.20.0-2.mga9
  + Revision: 1910153
  - Avoid using implicit int C89 feature
* Sat Nov 05 2022 tv <tv> 3.20.0-1.mga9
  + Revision: 1903699
  - Upgrade to valgrind 3.20.0
  - Drop old patches
* Fri May 20 2022 tv <tv> 3.19.0-2.mga9
  + Revision: 1859601
  - iconv_open causes ld.so v2.28+ to execute optimised strncmp (KDE#434764)
* Tue Apr 12 2022 tv <tv> 3.19.0-1.mga9
  + Revision: 1848986
  - Upgrade to valgrind 3.19.0. Drop old patches.
* Thu Mar 31 2022 umeabot <umeabot> 3.18.1-6.mga9
  + Revision: 1837388
  - Mageia 9 Mass Rebuild
* Mon Feb 28 2022 tv <tv> 3.18.1-5.mga9
  + Revision: 1786668
  - Demangle Rust v0 symbols with .llvm suffix (KDE#445916)
  - arm64: Mismatch detected between RDMA and atomics features (KDE#449494)
  - Valgrind segfault on power10 due to hwcap checking code (KDE#447995)
  - s390x: Valgrind indicates illegal instruction on wflrx (KDE#447991)
* Mon Dec 13 2021 tv <tv> 3.18.1-4.mga9
  + Revision: 1761928
  - Handle new Linux kernel feature: Restartable Sequences ("rseq") (KDE#405377)
  - gdb_server test failures on s390x (KDE#444481)
  - Inline stack frame generation is broken for Rust binaries (KDE#445668)
  - Using C++ condition_variable results in bogus
    "mutex is locked simultaneously by two threads" warning (KDE#445504)
  - Fix for the prefixed stq instruction in PC relative mode.
    pstq instruction for R=1 is not storing to the correct address (KDE#444836)
  - gdbserver_tests: Filter out glibc hwcaps libc.so
  - Rust v0 symbol demangling is broken (KDE#445184)
  - arm64 backend: incorrect code emitted for doubleword CAS (KDE#445354)
  - arm64: unhandled instruction LD{,A}XP and ST{,L}XP (KDE#444399)
  - arm64 front end: alignment checks missing for atomic instructions. (KDE#445415)
  - amd64 front end: add more spec rules
  - dhat/tests/copy fails on s390x (KDE#444495)
  - s390x: Sign-extend "relative long" offset in EXRL (KDE#444242)
  - PPC, fix lxsibzx and lxsihzx (KDE#444571)
  - Update to upstream 3.18.1 final
  - Drop all upstreamed patches
* Mon Oct 18 2021 tv <tv> 3.18.1-1.mga9
  + Revision: 1752042
  - Update to upstream 3.18.1 final
  - Drop all upstreamed patches
* Tue Oct 12 2021 tv <tv> 3.17.0-6.mga9
  + Revision: 1750645
  - Update the expected output for test_isa_3_1_VRT (KDE#441534)
  - m_debuginfo: Handle DW_TAG_atomic_type
  - Valgrind: very slow execution (KDE#442061)
* Thu Aug 26 2021 tv <tv> 3.17.0-5.mga9
  + Revision: 1742582
  - unhandled ppc64 syscalls 252 (statfs64 and 253 (fstatfs64) (KDE#440670)
  - vgdb might eat all memory while waiting for sigstop (KDE#441474)
  - update test_isa_3_1_common.c to avoid modulo against hard regs (KDE#440906)
  - remove troublesome block of code from guest_ppc_toIR for pstxvp (KDE#441512)
* Thu Jul 22 2021 tv <tv> 3.17.0-4.mga9
  + Revision: 1737396
  - m_debuginfo/debuginfo.c VG_(get_fnname_kind) _start is below main
  - missing syscall wrapper for clone3 (435, KDE#420906)
* Mon Jul 19 2021 tv <tv> 3.17.0-3.mga9
  + Revision: 1736907
  - gdbserver_tests: update filters for newer glibc/gdb
  - glibc-2.34 breaks suppressions against obj:*/lib*/libc-2.*so* (KDE#439590)
* Mon Jun 07 2021 tv <tv> 3.17.0-2.mga9
  + Revision: 1730084
  - Don't look for separate debuginfo if image already has .debug_info (KDE#435908)
  - Only process clone results in the parent thread (KDE#423963)
* Sun Mar 28 2021 tv <tv> 3.17.0-1.mga9
  + Revision: 1711291
  - Update to upstream 3.17.0 final
* Wed Mar 17 2021 tv <tv> 3.17.0-0.1.RC2.mga9
  + Revision: 1704142
  - Update to upstream 3.17.0-RC2
* Mon Mar 15 2021 tv <tv> 3.17.0-0.1.RC1.mga9
  + Revision: 1703396
  - Update to upstream 3.17.0-RC1
* Thu Mar 04 2021 tv <tv> 3.16.1-12.mga9
  + Revision: 1697998
  - arm64: Handle sp, lr, fp as DwReg in CfiExpr (KDE#433898)
* Sun Feb 28 2021 tv <tv> 3.16.1-11.mga9
  + Revision: 1693285
  - shmat() calls for 32-bit programs fail when running in 64-bit (KDE#410743)
  - valgrind appears to only interject readlink on /proc/self/exe (RHBZ#1925786)
  - -flto makes valgrind report non-existing paths to source files (RHBZ#1927153)
* Sat Jan 30 2021 tv <tv> 3.16.1-10.mga8
  + Revision: 1674052
  - # KDE#432102 Support DWARF5
  - PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2 (KDE#431157)
* Mon Dec 21 2020 tv <tv> 3.16.1-9.mga8
  + Revision: 1662462
  - Add support for Linux FICLONE ioctl (KDE#397605)
  - valgrind makes false complaint about strcmp() on aarch64 (rhbz#1909415)
* Thu Dec 17 2020 tv <tv> 3.16.1-8.mga8
  + Revision: 1660446
  - expr_is_guardable doesn't handle Iex_Qop (KDE#430485)
* Tue Dec 15 2020 tv <tv> 3.16.1-7.mga8
  + Revision: 1657883
  - KDE#426014 arm64: implement fmadd and fmsub as Iop_MAdd/Sub
  - KDE#430354 ppc stxsibx and stxsihx instructions write too much data
* Fri Dec 04 2020 tv <tv> 3.16.1-6.mga8
  + Revision: 1652521
  - KDE#428909 helgrind: need to intercept duplicate libc definitions
  - KDE#428648 s390_emit_load_mem panics due to 20-bit offset for vector load
  - KDE#133812 s390x: z14 vector instructions not implemented
  - gdbserver_tests/nlcontrolc.vgtest sometimes hangs (KDE#427931)
  - lmw, lswi and related PowerPC insns aren't allowed on ppc64le (KDE#427870)

Files

/usr/bin/callgrind_annotate
/usr/bin/callgrind_control
/usr/bin/cg_annotate
/usr/bin/cg_diff
/usr/bin/cg_merge
/usr/bin/ms_print
/usr/bin/valgrind
/usr/bin/valgrind-di-server
/usr/bin/valgrind-listener
/usr/bin/vgdb
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/85909a6107e3db05dffb16a12178bcfc729786
/usr/lib/.build-id/18
/usr/lib/.build-id/18/c935cc4e4039952a45dd2c786cbc2f853c8c32
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/5ced79cf5edf6b4e0d2b75e103cd1e2191c763
/usr/lib/.build-id/1c/e5e35c7df9c7fdf3b9abce47443bb016fd5cc2
/usr/lib/.build-id/20
/usr/lib/.build-id/20/34de7bafe9c388f5aad4a549de0d836e121e34
/usr/lib/.build-id/20/89ec90ce06912f7ce9cb5fa30aead7917a2e08
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/8d78af7479f746f9d372d02f22373796ae5f5b
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/a3cfe3e71e86ce5b49fa343d0d3c85c2518d54
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/86ae905c4530903107ab7159799b4ba0222732
/usr/lib/.build-id/81
/usr/lib/.build-id/81/010ed0c7d95f8be2f8c74d5d2a1f63955d7cb2
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/16033704eec4bb4380d992129f9648a218e985
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/a658acb3dc9a90c4afd993c8151ffb466aae40
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/13270955a4d1f0329caeacc66542d4070157a9
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/d19067ca98562acd3b1ea3aa3ab44496ec0f10
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/e05d20c04d3890f721f95c8d1d2a9028daace2
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/284836a65cb969ca7f7f14c2b45760fe155bc5
/usr/libexec/valgrind
/usr/libexec/valgrind/32bit-core-valgrind-s1.xml
/usr/libexec/valgrind/32bit-core-valgrind-s2.xml
/usr/libexec/valgrind/32bit-core.xml
/usr/libexec/valgrind/32bit-linux-valgrind-s1.xml
/usr/libexec/valgrind/32bit-linux-valgrind-s2.xml
/usr/libexec/valgrind/32bit-linux.xml
/usr/libexec/valgrind/32bit-sse-valgrind-s1.xml
/usr/libexec/valgrind/32bit-sse-valgrind-s2.xml
/usr/libexec/valgrind/32bit-sse.xml
/usr/libexec/valgrind/64bit-avx-valgrind-s1.xml
/usr/libexec/valgrind/64bit-avx-valgrind-s2.xml
/usr/libexec/valgrind/64bit-avx.xml
/usr/libexec/valgrind/64bit-core-valgrind-s1.xml
/usr/libexec/valgrind/64bit-core-valgrind-s2.xml
/usr/libexec/valgrind/64bit-core.xml
/usr/libexec/valgrind/64bit-linux-valgrind-s1.xml
/usr/libexec/valgrind/64bit-linux-valgrind-s2.xml
/usr/libexec/valgrind/64bit-linux.xml
/usr/libexec/valgrind/64bit-sse-valgrind-s1.xml
/usr/libexec/valgrind/64bit-sse-valgrind-s2.xml
/usr/libexec/valgrind/64bit-sse.xml
/usr/libexec/valgrind/amd64-avx-coresse-valgrind.xml
/usr/libexec/valgrind/amd64-avx-coresse.xml
/usr/libexec/valgrind/amd64-avx-linux-valgrind.xml
/usr/libexec/valgrind/amd64-avx-linux.xml
/usr/libexec/valgrind/amd64-coresse-valgrind.xml
/usr/libexec/valgrind/amd64-linux-valgrind.xml
/usr/libexec/valgrind/arm-core-valgrind-s1.xml
/usr/libexec/valgrind/arm-core-valgrind-s2.xml
/usr/libexec/valgrind/arm-core.xml
/usr/libexec/valgrind/arm-vfpv3-valgrind-s1.xml
/usr/libexec/valgrind/arm-vfpv3-valgrind-s2.xml
/usr/libexec/valgrind/arm-vfpv3.xml
/usr/libexec/valgrind/arm-with-vfpv3-valgrind.xml
/usr/libexec/valgrind/arm-with-vfpv3.xml
/usr/libexec/valgrind/cachegrind-x86-linux
/usr/libexec/valgrind/callgrind-x86-linux
/usr/libexec/valgrind/default.supp
/usr/libexec/valgrind/dh_view.css
/usr/libexec/valgrind/dh_view.html
/usr/libexec/valgrind/dh_view.js
/usr/libexec/valgrind/dhat-x86-linux
/usr/libexec/valgrind/drd-x86-linux
/usr/libexec/valgrind/exp-bbv-x86-linux
/usr/libexec/valgrind/getoff-x86-linux
/usr/libexec/valgrind/helgrind-x86-linux
/usr/libexec/valgrind/i386-coresse-valgrind.xml
/usr/libexec/valgrind/i386-linux-valgrind.xml
/usr/libexec/valgrind/lackey-x86-linux
/usr/libexec/valgrind/massif-x86-linux
/usr/libexec/valgrind/memcheck-x86-linux
/usr/libexec/valgrind/mips-cp0-valgrind-s1.xml
/usr/libexec/valgrind/mips-cp0-valgrind-s2.xml
/usr/libexec/valgrind/mips-cp0.xml
/usr/libexec/valgrind/mips-cpu-valgrind-s1.xml
/usr/libexec/valgrind/mips-cpu-valgrind-s2.xml
/usr/libexec/valgrind/mips-cpu.xml
/usr/libexec/valgrind/mips-fpu-valgrind-s1.xml
/usr/libexec/valgrind/mips-fpu-valgrind-s2.xml
/usr/libexec/valgrind/mips-fpu.xml
/usr/libexec/valgrind/mips-linux-valgrind.xml
/usr/libexec/valgrind/mips-linux.xml
/usr/libexec/valgrind/mips64-cp0-valgrind-s1.xml
/usr/libexec/valgrind/mips64-cp0-valgrind-s2.xml
/usr/libexec/valgrind/mips64-cp0.xml
/usr/libexec/valgrind/mips64-cpu-valgrind-s1.xml
/usr/libexec/valgrind/mips64-cpu-valgrind-s2.xml
/usr/libexec/valgrind/mips64-cpu.xml
/usr/libexec/valgrind/mips64-fpu-valgrind-s1.xml
/usr/libexec/valgrind/mips64-fpu-valgrind-s2.xml
/usr/libexec/valgrind/mips64-fpu.xml
/usr/libexec/valgrind/mips64-linux-valgrind.xml
/usr/libexec/valgrind/mips64-linux.xml
/usr/libexec/valgrind/none-x86-linux
/usr/libexec/valgrind/power-altivec-valgrind-s1.xml
/usr/libexec/valgrind/power-altivec-valgrind-s2.xml
/usr/libexec/valgrind/power-altivec.xml
/usr/libexec/valgrind/power-core-valgrind-s1.xml
/usr/libexec/valgrind/power-core-valgrind-s2.xml
/usr/libexec/valgrind/power-core.xml
/usr/libexec/valgrind/power-fpu-valgrind-s1.xml
/usr/libexec/valgrind/power-fpu-valgrind-s2.xml
/usr/libexec/valgrind/power-fpu.xml
/usr/libexec/valgrind/power-linux-valgrind-s1.xml
/usr/libexec/valgrind/power-linux-valgrind-s2.xml
/usr/libexec/valgrind/power-linux.xml
/usr/libexec/valgrind/power-vsx-valgrind-s1.xml
/usr/libexec/valgrind/power-vsx-valgrind-s2.xml
/usr/libexec/valgrind/power-vsx.xml
/usr/libexec/valgrind/power64-core-valgrind-s1.xml
/usr/libexec/valgrind/power64-core-valgrind-s2.xml
/usr/libexec/valgrind/power64-core.xml
/usr/libexec/valgrind/power64-core2-valgrind-s1.xml
/usr/libexec/valgrind/power64-core2-valgrind-s2.xml
/usr/libexec/valgrind/power64-linux-valgrind-s1.xml
/usr/libexec/valgrind/power64-linux-valgrind-s2.xml
/usr/libexec/valgrind/power64-linux.xml
/usr/libexec/valgrind/powerpc-altivec32l-valgrind.xml
/usr/libexec/valgrind/powerpc-altivec32l.xml
/usr/libexec/valgrind/powerpc-altivec64l-valgrind.xml
/usr/libexec/valgrind/powerpc-altivec64l.xml
/usr/libexec/valgrind/s390-acr-valgrind-s1.xml
/usr/libexec/valgrind/s390-acr-valgrind-s2.xml
/usr/libexec/valgrind/s390-acr.xml
/usr/libexec/valgrind/s390-fpr-valgrind-s1.xml
/usr/libexec/valgrind/s390-fpr-valgrind-s2.xml
/usr/libexec/valgrind/s390-fpr.xml
/usr/libexec/valgrind/s390-vx-valgrind-s1.xml
/usr/libexec/valgrind/s390-vx-valgrind-s2.xml
/usr/libexec/valgrind/s390-vx.xml
/usr/libexec/valgrind/s390x-core64-valgrind-s1.xml
/usr/libexec/valgrind/s390x-core64-valgrind-s2.xml
/usr/libexec/valgrind/s390x-core64.xml
/usr/libexec/valgrind/s390x-generic-valgrind.xml
/usr/libexec/valgrind/s390x-generic.xml
/usr/libexec/valgrind/s390x-linux64-valgrind-s1.xml
/usr/libexec/valgrind/s390x-linux64-valgrind-s2.xml
/usr/libexec/valgrind/s390x-linux64.xml
/usr/libexec/valgrind/s390x-vx-linux-valgrind.xml
/usr/libexec/valgrind/s390x-vx-linux.xml
/usr/libexec/valgrind/vgpreload_core-x86-linux.so
/usr/libexec/valgrind/vgpreload_dhat-x86-linux.so
/usr/libexec/valgrind/vgpreload_drd-x86-linux.so
/usr/libexec/valgrind/vgpreload_helgrind-x86-linux.so
/usr/libexec/valgrind/vgpreload_massif-x86-linux.so
/usr/libexec/valgrind/vgpreload_memcheck-x86-linux.so
/usr/share/doc/valgrind
/usr/share/doc/valgrind/FAQ.txt
/usr/share/doc/valgrind/NEWS
/usr/share/doc/valgrind/README_DEVELOPERS
/usr/share/doc/valgrind/README_DEVELOPERS_processes
/usr/share/doc/valgrind/README_MISSING_SYSCALL_OR_IOCTL
/usr/share/doc/valgrind/README_PACKAGERS
/usr/share/doc/valgrind/html
/usr/share/doc/valgrind/html/FAQ.html
/usr/share/doc/valgrind/html/QuickStart.html
/usr/share/doc/valgrind/html/bbv-manual.html
/usr/share/doc/valgrind/html/cg-manual.html
/usr/share/doc/valgrind/html/cl-format.html
/usr/share/doc/valgrind/html/cl-manual.html
/usr/share/doc/valgrind/html/design-impl.html
/usr/share/doc/valgrind/html/dh-manual.html
/usr/share/doc/valgrind/html/dist.authors.html
/usr/share/doc/valgrind/html/dist.html
/usr/share/doc/valgrind/html/dist.news.html
/usr/share/doc/valgrind/html/dist.news.old.html
/usr/share/doc/valgrind/html/dist.readme-android.html
/usr/share/doc/valgrind/html/dist.readme-android_emulator.html
/usr/share/doc/valgrind/html/dist.readme-developers.html
/usr/share/doc/valgrind/html/dist.readme-freebsd.html
/usr/share/doc/valgrind/html/dist.readme-mips.html
/usr/share/doc/valgrind/html/dist.readme-missing.html
/usr/share/doc/valgrind/html/dist.readme-packagers.html
/usr/share/doc/valgrind/html/dist.readme-s390.html
/usr/share/doc/valgrind/html/dist.readme-solaris.html
/usr/share/doc/valgrind/html/dist.readme.html
/usr/share/doc/valgrind/html/drd-manual.html
/usr/share/doc/valgrind/html/faq.html
/usr/share/doc/valgrind/html/hg-manual.html
/usr/share/doc/valgrind/html/images
/usr/share/doc/valgrind/html/images/dh-tree.png
/usr/share/doc/valgrind/html/images/home.png
/usr/share/doc/valgrind/html/images/kcachegrind_xtree.png
/usr/share/doc/valgrind/html/images/next.png
/usr/share/doc/valgrind/html/images/prev.png
/usr/share/doc/valgrind/html/images/up.png
/usr/share/doc/valgrind/html/index.html
/usr/share/doc/valgrind/html/license.gfdl.html
/usr/share/doc/valgrind/html/license.gpl.html
/usr/share/doc/valgrind/html/licenses.html
/usr/share/doc/valgrind/html/lk-manual.html
/usr/share/doc/valgrind/html/manual-core-adv.html
/usr/share/doc/valgrind/html/manual-core.html
/usr/share/doc/valgrind/html/manual-intro.html
/usr/share/doc/valgrind/html/manual-writing-tools.html
/usr/share/doc/valgrind/html/manual.html
/usr/share/doc/valgrind/html/mc-manual.html
/usr/share/doc/valgrind/html/ms-manual.html
/usr/share/doc/valgrind/html/nl-manual.html
/usr/share/doc/valgrind/html/quick-start.html
/usr/share/doc/valgrind/html/tech-docs.html
/usr/share/doc/valgrind/html/vg_basic.css
/usr/share/doc/valgrind/valgrind_manual.pdf
/usr/share/licenses/valgrind
/usr/share/licenses/valgrind/COPYING
/usr/share/licenses/valgrind/COPYING.DOCS
/usr/share/man/man1/callgrind_annotate.1.xz
/usr/share/man/man1/callgrind_control.1.xz
/usr/share/man/man1/cg_annotate.1.xz
/usr/share/man/man1/cg_diff.1.xz
/usr/share/man/man1/cg_merge.1.xz
/usr/share/man/man1/ms_print.1.xz
/usr/share/man/man1/valgrind-di-server.1.xz
/usr/share/man/man1/valgrind-listener.1.xz
/usr/share/man/man1/valgrind.1.xz
/usr/share/man/man1/vgdb.1.xz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 04:10:00 2024