This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.snow, nanjekyejoannah, ncoghlan, pablogsal, vstinner
Date 2020-03-06.14:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583506275.98.0.437066930012.issue39877@roundup.psfhosted.org>
In-reply-to
Content
To reproduce the bug on Linux:

* apply attached slow_exit.patch to sleep 1 second just before exiting the process, in the main() function
* run: ./python daemon_threads_exit.py # attached file

Example:
---
$ ./python daemon_threads_exit.py 
Start 100 daemon threads
Exit Python main thread
Erreur de segmentation (core dumped)
---
History
Date User Action Args
2020-03-06 14:51:15vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, pablogsal, nanjekyejoannah
2020-03-06 14:51:15vstinnersetmessageid: <1583506275.98.0.437066930012.issue39877@roundup.psfhosted.org>
2020-03-06 14:51:15vstinnerlinkissue39877 messages
2020-03-06 14:51:15vstinnercreate