[issue20866] segfailt with os.popen and SIGPIPE

Charles-François Natali report at bugs.python.org
Sat May 3 21:34:59 CEST 2014


Charles-François Natali added the comment:

> I can reproduce the crash. It occurs at the line "fd.write(data)". It looks like the crash occurs in the C function fwrite() which doesn't handle EPIPE / SIGPIPE correctly.

Wouldn't be the first time.

Note that in Python 3, we don't fopen/fwrite anymore, so Python 3
isn't affected.

I suggest closing as "won't fix".

----------

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


More information about the Python-bugs-list mailing list