Maybe you can try to use faulthandler.dump_traceback_later
https://docs.python.org/3/library/faulthandler.html#faulthandler.dump_traceback_later
to get a traceback of all the threads of the main process.
But the fact that you are using the default `p =
multiprocessing.Pool()` makes me think that i
Hi all,
Our triage-focused development meeting will be on Friday, December 10,
16:30 UTC.
- Discord invite: https://discord.gg/92NYvrPSgU
- Meeting notes / agenda: https://hackmd.io/C_qEdGapRm2V0kHLx8OcQw?both
- Local times:
https://www.timeanddate.com/worldclock/meetingdetails.html?year=2021
Hi Olivier,
thanks a lot, I will try the various options and see what I can do. If
and when I understand more, I will report back.
Thanks again for the detailed explanation and hints, much appreciated.
Best
Norbert
On Thu, 09 Dec 2021, Olivier Grisel wrote:
> Maybe you can try to use faulthand