[issue37959] test_os.test_copy_file_range() killed by SIGSYS (12) on FreeBSD CURRENT buildbot

STINNER Victor report at bugs.python.org
Tue Aug 27 02:59:15 EDT 2019


New submission from STINNER Victor <vstinner at python.org>:

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".

----------
components: Tests
messages: 350609
nosy: pablogsal, vstinner
priority: normal
severity: normal
status: open
title: test_os.test_copy_file_range() killed by SIGSYS (12) on FreeBSD CURRENT buildbot
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37959>
_______________________________________


More information about the Python-bugs-list mailing list