-
Notifications
You must be signed in to change notification settings - Fork 164
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
pyqa3: Segmentation fault on Python 3.12 #892
Comments
The following commit should fix this python 3.12 segfault Fix applied to the hotfix/release-7-2-0 branch, too See use of this patch in the NWChem conda-forge recipe |
@marcindulak Have you noticed that the mpich build shows more failures than the openmpi one? |
I noticed some more errors, but didn't remember whether the past fedora builds had all tests passing, and assumed a few failed tests are ok. By checking some past builds it seems like 7.0.2 was rather passing all the tests, but already 7.2.0 had a few failing ones, mostly for mpich. The fedora build only runs |
All the mpich failures are due to output lines missing. |
I made a separate issue about the mpich failures #895 |
Should we close the issue? 7.2.2 74936fb does not fail on pyqa3 |
Sure. |
Describe the bug
The pyqa3 test results in "Segmentation fault".
Describe settings used
Encountered on several platforms supported by fedora (39) x86_64, aarch64, ppc64le https://koji.fedoraproject.org/koji/taskinfo?taskID=107865604 in both openmpi and mpich builds. The issue does not appear on centos9.
Attach log files
To Reproduce
To reproduce, build the following container image using
docker build --progress=plain -t test:latest .
The text was updated successfully, but these errors were encountered: