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 2019-08-27.06:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566889155.63.0.559202876423.issue37959@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/168/builds/1356

test_nop (test.test_os.FSEncodingTests) ... ok
test_access (test.test_os.FileTests) ... ok
test_closerange (test.test_os.FileTests) ... ok
test_copy_file_range (test.test_os.FileTests) ... *** Signal 12
Stop.
make: stopped in /usr/home/buildbot/python/3.x.koobs-freebsd-current/build
program finished with exit code 1
elapsedTime=1562.592656

man signal says:

"12	   SIGSYS	create core image    non-existent system call invoked"

I bet that the "non-existent system call" is: copy_file_range. The configure script says:

"checking for copy_file_range... yes"


Se also bpo-37711: "regrtest: re-run failed tests in subprocesses".
History
Date User Action Args
2019-08-27 06:59:15vstinnersetrecipients: + vstinner, pablogsal
2019-08-27 06:59:15vstinnersetmessageid: <1566889155.63.0.559202876423.issue37959@roundup.psfhosted.org>
2019-08-27 06:59:15vstinnerlinkissue37959 messages
2019-08-27 06:59:15vstinnercreate