Python prompts [Errno 32] How to Solve the thread crash error caused by Broken pipe, errnocrash
This example describes how to solve the thread crash error caused by the Python prompt [Errno 32] Broken pipe. Share it with you for your reference. The
The example in this article tells the python hint [Errno 32]broken pipe causes a thread crash error resolution. Share to everyone for your reference. The specific methods are as follows:
1. Error phenomenathe HTTP service implemented by
1, pipeline overview and related API application1.1 Key concepts related to pipingThe pipeline is one of the original UNIX IPC forms supported by Linux and has the following features:
The pipe is half-duplex, the data can only flow in one
1 Error phenomena
The HTTP service implemented by Threadinghttpserver, if the client is actively disconnected before the server returns, the server side will report [Errno] broken pipe wrong and cause the processing thread to crash.
Let's take a
SSH "Write failed: Broken pipe" timeout issue fixed, sshpipe
Bloggers are keen on a variety of Internet technologies. They are often nagging and often accompanied by obsessive-compulsive disorder and are often updated. If they think that the
When writing a socket program in Linux, if you try to send it to a disconnected socket, the underlying layer will throw a sigpipe signal.
After the client sends a message to the server through pipe, it closes the client. At this time, the server
Error One:Encounter a very strange problem, web.py code inside the errorIOError: [Errno] Broken pipeStart command:Nohup python xxx.py >> Xxx.log &SSH log on to the machine, boot, does not appearIOError problem occurs when remote SSH executes the
From http://www.linuxidc.com/Linux/2011-03/33134p2.htm
When you write the socket program under Linux, if you try to send it to a disconnected socket, it throws a sigpipe signal to the bottom.
When the client side sends the message to the server by
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.