-
-
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
Segfault calling @code_native on eltype #34434
Comments
Looks like a regression in 1.3; works in 1.2 and prior. |
Only seems to happen with the binaries? Fresh build (with no Make.user or other flags):
vs
|
I'm thinking this change might fix it, but it'd be nice to have a test that fails properly on a source build:
|
Happens for me with a source build of current master on Linux, the only build customizations being |
@code_native
segfaults when called on eltype in Julia 3.1. I've tested with numeric and array inputs:Version info:
The text was updated successfully, but these errors were encountered: