Re: [scikit-learn] scikit-learn 1 - pytest - multiprocessing Pool - hangs?

2021-12-09 Thread Olivier Grisel
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

[scikit-learn] scikit-learn Triage-Focused Development Meeting: Friday December 10 2021

2021-12-09 Thread Thomas J. Fan
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

Re: [scikit-learn] scikit-learn 1 - pytest - multiprocessing Pool - hangs?

2021-12-09 Thread Norbert Preining
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