[issue11351] (test_os) os.sendfile() error

Steffen Daode Nurpmeso report at bugs.python.org
Mon Feb 28 13:31:50 CET 2011


Steffen Daode Nurpmeso <sdaoden at googlemail.com> added the comment:

posixmodule.c:
	iov_setup():
		IOV[i]: buffer:0x10152b8f0, len:512
		iov_setup() leave ok
	before sendfile: sf=0x7fff5fbfb410, sf.headers=0x10036c780
	sf.headers[0].iov_base=0x10152d950, .iov_len=512
	after sendfile: sbytes=4096

Maybe Mac OS X does not support headers (i'm on Mac OS X 10.6)?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11351>
_______________________________________


More information about the Python-bugs-list mailing list