Dear PyOpenCL community,
I am facing a bug where programs crash randomly when pyopencl is used
in combination while matplotlib displays results.
If one or the other is not used, the program runs fine.
Apparently it is the Python garbage collector which destroys C++
NannyEvents, but matplotlib is also in the stack (which I don't
understand why).
https://github.com/silx-kit/pyFAI/issues/1341
I tested on Debian 10, debian10 with backports from sid.
Within a virtualenv with everything up to date, I do not manage to reproduce the bug.
It has probably been corrected somewhere, but do you have the reference of the bug ?
Thanks for you help,
Jérôme