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 pablogsal, vstinner
Date 2021-11-12.23:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636759313.91.0.941705839577.issue45797@roundup.psfhosted.org>
In-reply-to
Content
Example:

AMD64 Arch Linux Asan Debug 3.10:
https://buildbot.python.org/all/#/builders/621/builds/351

(...)
1:13:40 load avg: 1.85 [420/421/1] test_reprlib passed
1:13:41 load avg: 1.85 [421/421/1] test_funcattrs passed
command timed out: 1200 seconds without output running [b'make', b'buildbottest', b'TESTOPTS=-j1 -x test_ctypes test_capi test_crypt test_decimal test_faulthandler test_interpreters --junit-xml test-results.xml ${BUILDBOT_TESTOPTS}', b'TESTPYTHONOPTS=', b'TESTTIMEOUT=900'], attempting to kill
make: *** [Makefile:1255: buildbottest] Terminated
process killed by signal 15
program finished with exit code -1
elapsedTime=5623.934168


Can it be related to bpo-45200 "Address Sanitizer: libasan dead lock in pthread_create() (test_multiprocessing_fork.test_get() hangs)"?
History
Date User Action Args
2021-11-12 23:21:53vstinnersetrecipients: + vstinner, pablogsal
2021-11-12 23:21:53vstinnersetmessageid: <1636759313.91.0.941705839577.issue45797@roundup.psfhosted.org>
2021-11-12 23:21:53vstinnerlinkissue45797 messages
2021-11-12 23:21:53vstinnercreate