| Summary: | Valgrind does not read properly DWARF2 as generated by Clang14 | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | John DOE <jojo19.duf> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | mark |
| Priority: | NOR | ||
| Version First Reported In: | 3.19.0 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Source code to compile with -g to trigger the valgrind error | ||
|
Description
John DOE
2022-08-02 13:55:31 UTC
Those are DW_FORM_strx1 and DW_FORM_strx2 which are generated by clang for DWARF5. So this is a duplicate of bug #452758 Note that -g1 -g2 etc are the "verbosity" of the DWARF not the version. To change the version use -gdwarf-4 *** This bug has been marked as a duplicate of bug 452758 *** |