-
Notifications
You must be signed in to change notification settings - Fork 38
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
Triggers a Julia assertion on nightly #62
Comments
I think it might be JuliaLang/julia#20961 |
So this is not an LLVM assertion but a Julia runtime assertion? |
Ah, my mistake, yes. I think something changed in the build configuration so enabling LLVM assertions also enables some or all of the libjulia assertions. |
It's JuliaLang/julia#20961 I am pretty sure. Its only visible for lengths above 32 as I mentioned in that issue. |
Why doesn't |
it might if you were to run it from julia-debug |
I meant by default (on Travis) |
less representative of what most users run with |
Isn't that the whole point though? To have a debug build that does checks that are not possible to efficiently check at runtime and catch more bugs. |
Not if that would run tests much more slowly and result in CI timeouts, or give different behavior. |
Anyway, I updated JuliaLang/julia#20961 (comment) with a reproducer. I wonder if the assertion is too strict since we have been running the code here quite extensively without problem. |
Closed by JuliaLang/julia#21980 |
would be good to reduce and report this upstream, if it hasn't been
also happens on master of the package
The text was updated successfully, but these errors were encountered: