[issue39360] python3.8 regression - ThreadPool join via __del__ hangs forever

Pablo Galindo Salgado report at bugs.python.org
Sun Mar 15 17:26:28 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Sadly, I am unable to reproduce, so without more clarification or a reliable reproducer, we cannot start debugging the issue.

> For test 1) no traceback on ctrl+c and also no trace logged with faulthandler installed, so no idea where it hangt.

Can you attach with gdb and tell the C trace and the python trace (check the gdb helpers on the CPython repo for the later).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39360>
_______________________________________


More information about the Python-bugs-list mailing list