-
Notifications
You must be signed in to change notification settings - Fork 12
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 for BlockElimination #65
Comments
fwiw, i can repro on Julia v1.6.0 and Polyhedra v0.6.13. |
Thanks for the small reproducible example! Turns out this is a bug in cddlib: cddlib/cddlib#61. |
ftr this still isn't fixed after the cddlib pull request is merged |
Do you get a segfault or another error ? |
Julia v1.8 is still affected by the segfault. [3391f64e] CDDLib v0.9.1
[67491407] Polyhedra v0.7.5 I am not very familiar with how the jll library is built, but maybe it has to be updated to include the fix. The latest release over at cddlib is from December 2020 (i.e., does not contain the fix), and the version used at juliapackages indicates this even older commit from February 2020 (i.e., does not contain the fix either). |
This is still a problem. Yggdrasil build is missing these commits: cddlib/cddlib@87220b4...master I guess the hesitation is because there hasn't been an official release yet. |
Well, not quite:
|
I encountered Segmentation Fault when using BlockElimination function. The minimum test code is as followed:
I am using Julia v1.4.2 and Ubuntu 18.04. Further package details are as followed:
Any suggestion on this? Thanks.
The text was updated successfully, but these errors were encountered: