-
Notifications
You must be signed in to change notification settings - Fork 97
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
Crash after clicking 'Extract more rings' during calibration with pyFAI-calib2 #2047
Comments
The GUI does not crash if you pick a ring, click on |
Actually, the GUI crash (after Extract More Rings) with:
The GUI does not crash with python 3.7, 3.8, 3.9 and no empty spaces in the absolute path |
With the current developer version of pyFAI, it crashes (tested with python 3.11) right after clicking the first 'Next' button and sometimes after uploading the calibration file.
Correction: it crashes only if pyopencl is not installed
|
Also reported by Oliver:
|
We did not check what the other threads were doing ... maybe this seg-fault was caused by another thread, the geometry optimization and all processing occurs in the background |
Useful update: the GUI crashes only if the calibration file is imported through the FileDialog ("Select a file"). If the file is imported through the command line or using drag&drop, the GUI works fine on every python version. |
The regression was introduced with Matplotlib 3.5.0, version 3.4.3 is apparently immune to this bug. |
Nop ... For now, there is just a work around in pyFAI. |
The text was updated successfully, but these errors were encountered: