Jerome Kieffer
Jerome Kieffer
The bug is likely in `silx.gui.dialog.ImageFileDialog.ImageFileDialog`
What about mangling the list of objects to close in the static method ? ``` def to_close(filelist=[]): for f in filelist: f.close() to_close.__defaults__[0].append(new_file) ``` It is pretty ugly ... but...
[crash_report.1.txt](https://github.com/user-attachments/files/19416512/crash_report.1.txt)
The crashing Q-thread (RingExtractorThread) was doing a parallel matrix inversion, actually a LU-decomposition in OpenBLAS ... probably geometry optimisation. Unable to reproduce the bug.
The bug #2631 is related to the implementation of pixel-splitting where quasi vertical edges combined with numerical noise (consequence of float32 for maths) introduced out-of-bound memory access (hence the seg-fault)...
One reference: https://github.com/silx-kit/pyFAI/issues/2725
close #4447
Change CI due to: https://github.com/actions/runner-images/issues/13046
From ID09's code * Rayonix: sensor: Gd_2 O_2 S Thickness: 40µ density 4.3 -> I wonder about the density, GadOX is 7.32 or 7.4 depending on the source * Maxipix:...
# Dectris detectors ## Pilatus 2: * Silicon sensors: 320µm, 450µm thickness ## Pilatus 3: * Silicon sensors: 450µm or 1000µm thickness * CdTe sensors: 1000µm thickness ## Pilatus 4:...