STINNER Victor <vstin...@python.org> added the comment:

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)
---

----------
keywords: +patch
Added file: https://bugs.python.org/file48959/slow_exit.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39877>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to