Message363017
| Author |
vstinner |
| Recipients |
Elad Lahav, dstufft, eric.araujo, gvanrossum, p-ganssle, pitrou, vstinner |
| Date |
2020年02月29日.21:31:18 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1583011879.32.0.380609156613.issue39763@roundup.psfhosted.org> |
| In-reply-to |
| Content |
> Note the original problem stems when you using "setup.py -j <NJOBS>".
setup.py doesn't use multiprocessing. multiprocessing is super complex. Would it be possible to write a reproducer which doesn't use multiprocessing?
> Stack trace: (...)
Can you try to get the Python traceback? Try py-bt command in gdb, or attempt to use faulthandler.dump_traceback_later(). |
|