Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Strip and ignore trailing hashes #210

Closed
wants to merge 1 commit into from

Conversation

Swatinem
Copy link
Contributor

I have found that some symbols have a $<32 hex digits> suffix, that when stripped will demangle the symbol perfectly fine.

@Swatinem Swatinem mentioned this pull request Sep 10, 2020
5 tasks
@khuey
Copy link
Collaborator

khuey commented Oct 9, 2020

Do you have any idea where these come from? I've never seen this before.

@Swatinem
Copy link
Contributor Author

Swatinem commented Oct 9, 2020

Not entirely sure, this is one of the long list of demangling failures we get at sentry. It could be possible that they come from a different step of our pipeline and would need to be stripped out differently. CC @jan-auer ?

@khuey
Copy link
Collaborator

khuey commented Nov 22, 2020

I'm not opposed to merging this but I would still like an answer to the question.

@Swatinem
Copy link
Contributor Author

Hm, this slipped my radar. We were briefly looking into where these things might come from internally but didn’t find anything obvious looking through the code. I think we can deal with these suffixes in symbolic rather.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants