Bug 1850586
| Summary: | Rebase valgrind to 3.16.1 for DTS10 | ||
|---|---|---|---|
| Product: | Red Hat Developer Toolset | Reporter: | Mark Wielaard <mjw> |
| Component: | valgrind | Assignee: | Mark Wielaard <mjw> |
| Status: | CLOSED ERRATA | QA Contact: | Alexandra Petlanová Hájková <ahajkova> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | DTS 10.0 RHEL 7 | CC: | ahajkova, dsmith, jakub, mcermak, mnewsome, ohudlick, otikhomi |
| Target Milestone: | alpha | Keywords: | Rebase |
| Target Release: | 10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | devtoolset-10-valgrind-3.16.1-2 | Doc Type: | Rebase: Bug Fixes and Enhancements |
| Doc Text: |
Rebase package(s) to version: 3.16.1 from 3.15.0 in DTS 9.1
The Valgrind executable code analysis tool has been updated to version 3.16.0, which provides a number of bug fixes and enhancements over the previous version:
* It is now possible to dynamically change the value of many command-line options while your program is running under Valgrind: through `vgdb`, through a `gdb` connected to the Valgrind gdbserver, or through program client requests. To get a list of dynamically changeable options, run the `valgrind --help-dyn-options` command.
* For the Cachegrind (`cg_annotate`) and Callgrind (`callgrind_annotate`) tools
the `--auto` and `--show-percs` options now default to `yes`.
* The Memcheck tool produces fewer false positive errors on optimized code. In particular, Memcheck now better handles the case when the compiler transformed an `A && B` check into `B && A`, where `B` could be undefined and `A` was false. Memcheck also better handles integer equality checks and non-equality checks on partially defined values.
* The experimental Stack and Global Array Checking tool (`exp-sgcheck`) has been removed. An alternative for detecting stack and global array overruns is using the AddressSanitizer (ASAN) facility of GCC, which requires you to rebuild your code with the `-fsanitize=address` option.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-12-01 12:10:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Mark Wielaard
2020-06-24 13:55:50 UTC
Thank you for the docs update, Mark. I've noticed that you've reviewed and approved the RHEL 8.3 release note text with the very same changes for Zuzana Zoubkova. If you don't mind, I'll reuse the same wording in the DTS 10 changelog. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (new packages: devtoolset-10-valgrind), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:5287 |