-
-
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
Calling @code_native on a function in a module segfaults. #15606
Comments
it looks like the key failure here is that it tries to emit code for the builtin function
|
Is it the same problem as the segfault in |
Yes, |
Another one:
|
I'm on a roll! This segfaults too |
Those are unrelated. |
You're sure? The backtrack is exactly the same though (modulo different allocation numbers). Should I open another issue? |
Yes.
No, #17548 |
Thanks. No wonder it was so easy to find other examples... |
Also note that both the backtrace and the allocation number are useless in terms of directly identify the cause of the failure. They are only useful when debugging the issue. |
This segfaults julia 0.5:
In 0.4.3 this gives:
The text was updated successfully, but these errors were encountered: