-
Notifications
You must be signed in to change notification settings - Fork 23
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
Segmentation fault on Ubuntu 20.04.6 LTS, x86_64, Python 3.9-3.11 #258
Comments
Please provide more detail. What code are you trying to execute? Where does the error happen? |
Python crashes simply when executing |
I was able to get it working by downgrading to:
|
I've confirmed the seg fault is due to itk==5.4.rc2 (itk==5.4.rc1 works fine) |
Confirmed. No problem with RC1, segfault with RC2:
I am using Ubuntu 22.04.3 LTS, fully up to date. |
Let's debug, fix the issue, and verify this is addressed in a 5.4rc3. @joshua-gould help debugging is appreciated. The steps are to build ITK in |
The current package is built against RC1 -- we should build against RC2. This is likely to help :-) @tbirdso could you please take a look? |
Looks like the build failed - https://github.com/InsightSoftwareConsortium/ITKElastix/actions/runs/6725006317/job/18278488007 |
There was an HTTP error fetching a docker image:
I've restarted failed jobs, if all goes well the build will be available in a couple of hours. |
Confirmed that itk-elastix-0.19.1 works. Thanks. |
Glad to hear it, thank you for confirming @joshua-gould |
I'm unable to use itk on Ubuntu 20.04.6 LTS, x86_64, using Python 3.9.18, 3.10.12, or 3.11.6. What can I do to debug? Or should I install from source? If so, are there instructions? Thanks.
The text was updated successfully, but these errors were encountered: