On 2018-09-23 14:54, Rebecca N. Palmer wrote: > This also happens on amd64 (backtrace follows), where it only affects > python3.7-dbg (not python3-dbg (3.6) or python3.7). It happens on > interpreter exit, not on import.
Given that the package python3-pyopencl-dbg Depends: python3-pyopencl (= 2018.1.1-2), python3-dbg (<< 3.7), ... it is not surprising that it segfaults with python3.7-dbg. The ben file used for https://release.debian.org/transitions/html/python3.7.html (#902582) is bad since it ignores -dbg interpreters. pyopencl only has a strict (<< 3.7) dependency in the -dbg package, so it was not binNMUed. I send a message about it to the release-team. The will need to schedule some more binNMUs. Andreas