Bug 357011

Summary: Memcheck regression tests do not generate expected frame numbers if compiled with intel compiler
Product: [Developer tools] valgrind Reporter: Tanya <tatyana.a.volnina>
Component: memcheckAssignee: Ivo Raisr <ivosh>
Status: CONFIRMED ---    
Severity: minor CC: ivosh
Priority: NOR    
Version First Reported In: 3.10 SVN   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Proposed patch

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.