-
Notifications
You must be signed in to change notification settings - Fork 0
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
Some tests segfault #2
Comments
It appears that build123d also has a segfaulting test. I suspect I'm doing something wrong when I build ocp. ocp.nix/pkgs/python/build123d/default.nix Lines 66 to 67 in da0b6a3
|
ocp.nix/pkgs/python/cq-warehouse/default.nix Lines 35 to 41 in 6a916e2
I am assuming that these all share a root cause, or similar cause anyway. All of the tests which construct a |
Both the build123d and cq-warehouse tests trigger the segfault by trying to extrude with "both". Interestingly not every call to extrude with "both" seems to trigger this segfault. build123d in particular has other tests with this function call which do not segfault. |
This looks like a known issue: CadQuery/OCP#149 |
Things which have not helped:
|
For some reason the following tests segfault
ocp.nix/pkgs/python/cadquery/default.nix
Lines 55 to 62 in 375d82d
I do not know why yet.
The text was updated successfully, but these errors were encountered: