-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
code_native corrupt output for called function names #29588
Comments
It's always done this (somewhat at random)—it's the expected behavior currently. |
Ok, which is it:
|
Expected to be 1: annoying, but harmless. The process by which we emit these names is heuristic-driven, but should be valid. |
vtjnash
added a commit
that referenced
this issue
Aug 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code_native
gives nonsense for the names of some functions on latest master. For example, consider the annotation next to thecallq
below:I came across this while searching for the cause of the segfault in the tests over at #28878 (https://travis-ci.org/JuliaLang/julia/jobs/438390168).
Possibly related: #28046
The text was updated successfully, but these errors were encountered: