Bug 357011 - Memcheck regression tests do not generate expected frame numbers if compiled with intel compiler
Summary: Memcheck regression tests do not generate expected frame numbers if compiled ...
Status: CONFIRMED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.10 SVN
Platform: RedHat Enterprise Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Ivo Raisr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-21 18:40 UTC by Tanya
Modified: 2017-05-05 15:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Proposed patch (30.39 KB, patch)
2015-12-21 18:40 UTC, Tanya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tanya 2015-12-21 18:40:44 UTC
Created attachment 96239 [details]
Proposed patch

Frame numbers are compiler-dependent, and they do not match for gcc-compiled and intel-compiled regression tests.

Frame numbers are filtered in the helgrind component. Would it be possible to filter frame numbers in memcheck component, too?
Comment 1 Ivo Raisr 2017-05-05 15:05:44 UTC
Thank you for the report.
Please could you rebase the patch for the latest Valgrind from upstream SVN?
I will then take it in.