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 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().
History
Date User Action Args
2020-02-29 21:31:19vstinnersetrecipients: + vstinner, gvanrossum, pitrou, eric.araujo, dstufft, p-ganssle, Elad Lahav
2020-02-29 21:31:19vstinnersetmessageid: <1583011879.32.0.380609156613.issue39763@roundup.psfhosted.org>
2020-02-29 21:31:19vstinnerlinkissue39763 messages
2020-02-29 21:31:18vstinnercreate