Message 363517 - Python tracker
Message363517
| 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:15 | vstinner | set | recipients: + vstinner, ncoghlan, eric.snow, pablogsal, nanjekyejoannah |
| 2020-03-06 14:51:15 | vstinner | set | messageid: <1583506275.98.0.437066930012.issue39877@roundup.psfhosted.org> |
| 2020-03-06 14:51:15 | vstinner | link | issue39877 messages |
| 2020-03-06 14:51:15 | vstinner | create | |