[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект valgrind-1:3.25.1-3.el9

Имя valgrind
Эпоха 1
Версия 3.25.1
Релиз 3.el9
Сайт https://www.valgrind.org/
Лицензия GPLv2+
Время сборки 2025-10-23 21:56:50
Хост сборки builder-x86-05.inferitos.ru
Краткое описание Dynamic analysis tools to detect memory or thread bugs and profile
Репозитории AppStream
Полное описание Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
valgrind-1:3.25.1-3.el9.x86_64 Dynamic analysis tools to detect memory or thread bugs and profile 25d3bd9caf94fa944bf5574b2100b9da730a8fefdc7e9136c4ef236224ba6db6 download
valgrind-devel-1:3.25.1-3.el9.x86_64 Development files for valgrind aware programs 85632f6d9150e562abde7bbb5a7d61422d19818ce2011eda5bb0432cc05fdc95 download
valgrind-docs-1:3.25.1-3.el9.x86_64 Documentation for valgrind tools, scripts and gdb integration 27a70e057491d199f6c92034d70f921be8c413681cf1ad4938b2c9aa6ffa3339 download
valgrind-gdb-1:3.25.1-3.el9.x86_64 Tools for integrating valgrind and gdb e81f588f14ca2deb6b63dcd769fb185b458529ac892f6e3f670dad480e9790e4 download
valgrind-scripts-1:3.25.1-3.el9.x86_64 Scripts for post-processing valgrind tool output 3138303179fbd93298ba5797732403e3d863d3aedaad46aec29bcc5fd088765a download
i686
valgrind-1:3.25.1-3.el9.i686 Dynamic analysis tools to detect memory or thread bugs and profile f7efe73ba6ce1b7eaacf37faa76cad3cd278fb756298a3f1381fb2bc37b02434 download
valgrind-devel-1:3.25.1-3.el9.i686 Development files for valgrind aware programs e1892cd43bfed6f1723f0aff40421c49b8b088b03cbd6cb30b03bf936a298e23 download
aarch64
valgrind-1:3.25.1-3.el9.aarch64 Dynamic analysis tools to detect memory or thread bugs and profile 90313ec7ec82ebd167946a668515240e2d1c51dff730ec20bd1f9c046387fc29 download
valgrind-devel-1:3.25.1-3.el9.aarch64 Development files for valgrind aware programs ee07e33c03cf36cd3c031bd69c1aef61330ea39d6a08fd0a341a0ece83d3c039 download
valgrind-docs-1:3.25.1-3.el9.aarch64 Documentation for valgrind tools, scripts and gdb integration a9eb1315191d40fd19489f452b51291c73d513f5367c25f54dd46ec17767e56a download
valgrind-gdb-1:3.25.1-3.el9.aarch64 Tools for integrating valgrind and gdb bf7b4db833bf53780b1a5dcccad5c01ff4f14d1d5ddcb713d14cb048aa184d15 download
valgrind-scripts-1:3.25.1-3.el9.aarch64 Scripts for post-processing valgrind tool output 464fbc076f59d536f139e4bfaf3d50f36ff36861fd6a182b817c4de326941ff4 download
src
valgrind-1:3.25.1-3.el9.src Dynamic analysis tools to detect memory or thread bugs and profile a5f705af3d1126c400a4406519663bdc6eb5619c67ea8bda087e7473bdf7c077 download
История изменений link
* Mon Aug 18 2025 Mark Wielaard <mjw@redhat.com> - 3.25.1-3
- Add ppc64-strcmp-ld.patch
- Add 0003-Add-several-missing-syscall-hooks-to-ppc64-linux.patch

* Tue Aug 05 2025 Mark Wielaard <mjw@redhat.com> - 3.25.1-2
- Add VALGRIND_3_25_BRANCH patches
  - 0001-Prepare-NEWS-for-branch-3.25.x-fixes.patch
  - 0002-Bug-503241-s390x-Support-z17-changes-to-the-NNPA-ins.patch

* Thu May 22 2025 Mark Wielaard <mjw@redhat.com> - 3.25.1-1
- Valgrind 3.25.1 final

* Fri Apr 25 2025 Mark Wielaard <mjw@redhat.com> - 3.25.0-1
- Valgrind 3.25.0 final

* Wed Feb 26 2025 Mark Wielaard <mjw@redhat.com> - 3.24.0-4
- Split main valgrind package into several subpackages:
  - valgrind now contains just the core tools.
  - valgrind-scripts contains the post-processing scripts for callgrind,
    cachegrind, massif and dhat which depend on perl and python.
  - valgrind-gdb contains the debuginfo client/server and (v)gdb support.
  - valgrind-docs contains the man pages, html and pdf manual.
- Adjust Requires/Recommends to subpackages can be installed independently.
  - valgrind-devel now Recommends, instead of Requires, valgrind.
  - valgrind-gdb Requires valgrind
  - valgrind-scripts Recommends valgrind-gdb
  - valgrind-gdb Recommends gdb

* Tue Jan 14 2025 Mark Wielaard <mjw@redhat.com> - 3.24.0-3
- Add more VALGRIND_3_24_BRANCH patches
  0012-Recognize-new-DWARF5-DW_LANG-constants.patch
  0013-Bug-498317-FdBadUse-is-not-a-valid-CoreError-type-in.patch
  0014-linux-support-EVIOCGRAB-ioctl.patch

* Tue Nov 26 2024 Mark Wielaard <mjw@redhat.com> - 3.24.0-2
- Add VALGRIND_3_24_BRANCH patches
  0001-Prepare-NEWS-for-branch-3.24-fixes.patch
  0002-vgdb.c-fork_and_exec_valgrind-Fix-off-by-one-error-w.patch
  0003-vgdb.c-fork_and_exec_valgrind-Fix-another-off-by-one.patch
  0004-regtest-add-a-fdleak-filter-for-write-on-write-on-li.patch
  0005-Add-exp-and-supp-patterns-for-missing-main-frame-for.patch
  0006-Add-additional-exp-ppc64le-files-to-EXTRA_DIST.patch
  0007-Add-support-for-landlock_create_ruleset-444-landlock.patch
  0008-helgrind-tests-tc17_sembar.c-Remove-bool-typedef.patch
  0009-drd-tests-swapcontext.c-Rename-typedef-struct-thread.patch
  0010-none-tests-bug234814.c-sa_handler-take-an-int-as-arg.patch
  0011-Add-open_tree-move_mount-fsopen-fsconfig-fsmount-fsp.patch

* Mon Nov 04 2024 Mark Wielaard <mjw@redhat.com> - 3.24.0-1
- Upstream 3.24.0 final

* Fri Jul 12 2024 Mark Wielaard <mjw@redhat.com> - 3.23.0-4
Add upstream VALGRIND_3_23_BRANCH patches
  0001-Prepare-NEWS-for-branch-3.23-fixes.patch
  0002-486180-MIPS-VexGuestArchState-has-no-member-named-gu.patch
  0003-Bug-486293-memccpy-false-positives.patch
  0004-Bug-486569-linux-inotify_init-syscall-wrapper-missin.patch
  0005-aarch64-frinta-and-frinta-vector-instructions.patch
  0006-mips-skip-using-shared-syscall-numbers-for-mips32.patch
  0007-Fix-uninitialized-err-in-handle_extension.patch
  0008-Avoid-use-of-guest_IP_AT_SYSCALL-in-handle_extension.patch
  0009-s390x-Minor-fixes-in-extension-s390x.c.patch
  0010-Bug-453044-gbserver_tests-failures-in-aarch64.patch
  0011-Linux-regtest-reallocarray-needs-malloc.h.patch
  0012-Bug-487439-SIGILL-in-JDK11-JDK17.patch
  0013-Don-t-leave-fds-created-with-log-file-xml-file-or-lo.patch
  0014-Close-both-internal-pipe-fds-after-VG_-fork-in-paren.patch
  0015-Don-t-allow-programs-calling-fnctl-on-valgrind-s-own.patch
  0016-mips-skip-using-shared-syscall-numbers-for-mips64.patch
  0017-gdbserver_tests-filters-remove-python-rpm-module-loa.patch
  0018-Implement-VMOVQ-xmm1-xmm2-m64.patch
  0019-arm64-Fix-fcvtas-instruction.patch
  0020-gdbserver_tests-filters-remove-more-verbose-python-r.patch
  0021-Avoid-dev-inode-check-on-btrfs-with-sanity-level-3.patch

* Fri Apr 26 2024 Mark Wielaard <mjw@redhat.com> - 3.23.0-1
- Upstream 3.23.0 final