Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: valgrind | Distribution: Mageia |
Version: 3.20.0 | Vendor: Mageia.Org |
Release: 2.mga9 | Build date: Tue Nov 22 18:10:49 2022 |
Group: Development/Tools | Build host: localhost |
Size: 26428558 | 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 []
GPLv2+
* 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)
/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/01 /usr/lib/.build-id/01/8d8a2537c984b48b88560031de3dd86da95f86 /usr/lib/.build-id/08 /usr/lib/.build-id/08/36a54e45d34bde46d841c29a48d60b886d180d /usr/lib/.build-id/13 /usr/lib/.build-id/13/b94b0e0870373aba59278757ec277bd763a54c /usr/lib/.build-id/21 /usr/lib/.build-id/21/75a73262a43b43043f0bc1dfd5930e5c8bb389 /usr/lib/.build-id/2a /usr/lib/.build-id/2a/e0249b92fea78bd3e5af5a081b030689968dd1 /usr/lib/.build-id/2b /usr/lib/.build-id/2b/3aa099ecd6832c73843f8322fb85348b4bfc30 /usr/lib/.build-id/37 /usr/lib/.build-id/37/014dff2681c386142513177d09f8c8013846a8 /usr/lib/.build-id/3e /usr/lib/.build-id/3e/82e8d1808c5e93bfd088af5d37ddde388dc660 /usr/lib/.build-id/46 /usr/lib/.build-id/46/54c0abfed5a5a9dc53c9154adec52c775926b4 /usr/lib/.build-id/66 /usr/lib/.build-id/66/998702764188cbc5961e70b02a56adeb60d08e /usr/lib/.build-id/7d /usr/lib/.build-id/7d/c84c836f60a8dea3fbf7bbf5144b1f9dedec30 /usr/lib/.build-id/9f /usr/lib/.build-id/9f/3f3f5a7682ae620ff01664ce287cd19cb9b33d /usr/lib/.build-id/af /usr/lib/.build-id/af/8b5b0f30e41aa81fc51e7ff9658996211135fa /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/a598f306dde6df462e3ea79eceb83e992543fb /usr/lib/.build-id/fd /usr/lib/.build-id/fd/219dd71ffd1db3c37f5f4e4df9903c289a03db /usr/lib/.build-id/fd/e75f6104ac5231eafe9eda7efa1f0ed009022f /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-arm-linux /usr/libexec/valgrind/callgrind-arm-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-arm-linux /usr/libexec/valgrind/drd-arm-linux /usr/libexec/valgrind/exp-bbv-arm-linux /usr/libexec/valgrind/getoff-arm-linux /usr/libexec/valgrind/helgrind-arm-linux /usr/libexec/valgrind/i386-coresse-valgrind.xml /usr/libexec/valgrind/i386-linux-valgrind.xml /usr/libexec/valgrind/lackey-arm-linux /usr/libexec/valgrind/massif-arm-linux /usr/libexec/valgrind/memcheck-arm-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-arm-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-arm-linux.so /usr/libexec/valgrind/vgpreload_dhat-arm-linux.so /usr/libexec/valgrind/vgpreload_drd-arm-linux.so /usr/libexec/valgrind/vgpreload_helgrind-arm-linux.so /usr/libexec/valgrind/vgpreload_massif-arm-linux.so /usr/libexec/valgrind/vgpreload_memcheck-arm-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, Sun Jan 19 09:47:18 2025