Skip to content

[RTTI] Fix Itanium RTTI scan failing to symbolize objects with extern typeinfo#8082

Open
emesare wants to merge 1 commit intodevfrom
test_fix_itanium_extern_type_info_missed
Open

[RTTI] Fix Itanium RTTI scan failing to symbolize objects with extern typeinfo#8082
emesare wants to merge 1 commit intodevfrom
test_fix_itanium_extern_type_info_missed

Conversation

@emesare
Copy link
Copy Markdown
Member

@emesare emesare commented Apr 10, 2026

The issue stems from the gnu3 demangler changing in 260ca61

Fixes #8080

… typeinfo

The issue stems from the gnu3 demangler changing in 260ca61

Fixes #8080
@emesare emesare added this to the Jotunheim Release 2 milestone Apr 10, 2026
@emesare emesare self-assigned this Apr 10, 2026
@emesare emesare added Effort: Trivial Issues require < 1 day of work Component: RTTI labels Apr 10, 2026
@plafosse
Copy link
Copy Markdown
Member

Oh dang didn't realize we were doing any string matching on the output of the demangler.

@emesare
Copy link
Copy Markdown
Member Author

emesare commented Apr 10, 2026

Yea its for extern stuff, maybe there is some metadata in the ELF/Mach-O we can use instead of just doing that, but 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: RTTI Effort: Trivial Issues require < 1 day of work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Itanium RTTI metadata not symbolized when base type info is extern

2 participants