-
Notifications
You must be signed in to change notification settings - Fork 36
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
Errors creating symbol names on import of binary #3
Comments
Do you know the version of go that was used to compile this binary? |
Yes and yes, I'm not very familiar with go though and I don't think I'm in a position to share the source. I'll see what I can do. |
Ok, I think it may have been go 1.11.6 and you specified 1.12 |
Thanks! If your binary is not striped, you can just disable the "Go Function Name Analyzer". It looks like there are anonymous structs and I did not yet play around with those. |
Unless I messed up my build script, I get the same errors with 1.12. |
Can you try to provide a minimal code snipped with this I am not sure what the best solution for this is. We might want to filter out these symbols, or as a quick and dirty hack just ignore them like here: https://github.com/felberj/gotools/blob/master/src/main/java/gotools/GoFunctionNameAnalyzer.java#L76 |
The text was updated successfully, but these errors were encountered: