3bbf281b15
Python ignores SIGPIPE on startup, because it prefers to check every write and raise an IOError exception rather than taking the signal. Most Unix subprocesses don't expect to work this way. This patch (adapted from Colin Watson's post at http://tinyurl.com/2a7mzh5) sets SIGPIPE back to the default action for quantum.agent.linux.utils.execute, quantum.common.utils.execute and quantum-rootwrap created subprocesses. Fixes bug 1053364 Change-Id: Ib805f1f8846c245b75a5ea64278c840b823c1fb2 |
||
---|---|---|
.. | ||
__init__.py | ||
quantum-debug | ||
quantum-dhcp-agent | ||
quantum-dhcp-agent-dnsmasq-lease-update | ||
quantum-l3-agent | ||
quantum-linuxbridge-agent | ||
quantum-nec-agent | ||
quantum-netns-cleanup | ||
quantum-openvswitch-agent | ||
quantum-rootwrap | ||
quantum-ryu-agent | ||
quantum-server |