| 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: | memcheck | Assignee: | 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 | ||
Thank you for the report. Please could you rebase the patch for the latest Valgrind from upstream SVN? I will then take it in. |
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?