-
Notifications
You must be signed in to change notification settings - Fork 10
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
GLPK-related segfault during testing on Julia 1.11 #73
Comments
Issue is because Pavito throws |
I don't understand why this is suddenly an issue now though. |
Thanks! Can you ping me when this is part of a released version? I'll remove the blacklist then. |
Closed by #74 @maleadt, it should work now. This package is passing tests on nightly: https://github.com/jump-dev/Pavito.jl/actions/runs/7482996566/job/20367537545 |
This package generates a segfault during daily PkgEval, and the segfault looks related to the use of an external library, and not a bug in Julia:
Example log: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-01/07/Pavito.primary.log
It's possible that this isn't an issue with Pavito.jl, but rather with GLPK.jl, but I'm not familiar with either package so filing this as an issue here first. In any. case, it doesn't seem like a Julia issue (correct me if I'm wrong though), so I'll be blacklisting testing of Pavito.jl to avoid this crash sitting at the top of every PkgEval report.
If this issue gets fixed, or if it turns out this is a legitimate Julia issue, please ping me (or open a PR on PkgEval.jl) to remove the blacklist.
The text was updated successfully, but these errors were encountered: