Summary: | LTP testcase munmap01 fails under valgrind | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | mcermak |
Component: | general | Assignee: | mcermak |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | mark |
Priority: | NOR | ||
Version First Reported In: | 3.25 GIT | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
proposed patch
updated patch |
Description
mcermak
2025-10-06 08:51:50 UTC
Created attachment 185548 [details]
proposed patch
The filters/munmap01 file needs to be added to auxprogs/Makefile.am (LTP_FILTERS) so it gets included in a make dist. OK with that change. I wonder if we need a --really-quiet-even-for-fatal-crashes option? Normally you would like to see these SEGVs messages. Just not in these contrived testcases. And it seems all our filters are variants on these SEGV messages. Created attachment 185728 [details] updated patch Hi Mark, (In reply to Mark Wielaard from comment #2) > The filters/munmap01 file needs to be added to auxprogs/Makefile.am > (LTP_FILTERS) so it gets included in a make dist. > OK with that change. Attached updated, rebased patch. > I wonder if we need a --really-quiet-even-for-fatal-crashes option? > Normally you would like to see these SEGVs messages. Just not in these > contrived testcases. > And it seems all our filters are variants on these SEGV messages. These filters are rare: Currently we have 4 filters for whole the LTP testsuite. Introducing --really-quiet-even-for-fatal-crashes could paper over real issues. As long as filters are conveniently maintainable, I think adding a filter is fine. Thoughts? |