-
Notifications
You must be signed in to change notification settings - Fork 33
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
Singular doctests crashing with 1.6 (sometimes) nightly (more or less every time) #641
Comments
Merged
It is
leads to
|
More precisely, with the code from above (on the second try) on julia 1.8.5:
|
I just asked @hannes14 to have a look at this |
I can't reproduce any crashes anymore and haven't seen any in a while in the CI (though I may very well have missed them...?). Should we close this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this backtrace for the Singular.jl doctests with nightly (after changing one
Vector{T} where T
toVector
):This seems to crash every time on nightly.
With julia 1.6 it took a few tries but way less than for Oscar and I got this crash with the official 1.6.7 julia binary:
I ran this with:
Standard output is just:
Originally posted by @benlorenz in oscar-system/Oscar.jl#2336 (comment)
The text was updated successfully, but these errors were encountered: