<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 20: SSH - Pipe closed</title><link href="https://sourceforge.net/p/sharpssh/bugs/20/" rel="alternate"/><link href="https://sourceforge.net/p/sharpssh/bugs/20/feed.atom" rel="self"/><id>https://sourceforge.net/p/sharpssh/bugs/20/</id><updated>2014-07-18T10:20:29.830000Z</updated><subtitle>Recent changes to 20: SSH - Pipe closed</subtitle><entry><title>#20 SSH - Pipe closed</title><link href="https://sourceforge.net/p/sharpssh/bugs/20/?limit=25#a474" rel="alternate"/><published>2014-07-18T10:20:29.830000Z</published><updated>2014-07-18T10:20:29.830000Z</updated><author><name>fish43237</name><uri>https://sourceforge.net/u/fish43237/</uri></author><id>https://sourceforge.netde66be6d51a866555ea95df3ceeb3409606a8180</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Maybe I can give more information to this bug.&lt;br /&gt;
Because I also found it when I used sharpssh in my project.&lt;/p&gt;
&lt;p&gt;I am now writing a C# program to control a lot of linux machines.&lt;br /&gt;
So I have to open a lot of threads to the machines,each thread open a ssh session to one of&lt;br /&gt;
the linux machines and keep the ssh session connected all the time.&lt;br /&gt;
The program is stable when the number of machines is small.&lt;br /&gt;
Excatlly it's stable when the number is smaller than 10.&lt;/p&gt;
&lt;p&gt;If the number of the machines is larger than 10, in other words，when i open more than 10 &lt;br /&gt;
sshshells at the same time,some of the sshshells may close(randomly) and throad the"Pipe closed" exception.&lt;/p&gt;
&lt;p&gt;So I want to report this bug and want some help.&lt;br /&gt;
If anybody want more detail about this problem,please contact me.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>SSH - Pipe closed</title><link href="https://sourceforge.net/p/sharpssh/bugs/20/" rel="alternate"/><published>2013-12-13T10:36:54.400000Z</published><updated>2013-12-13T10:36:54.400000Z</updated><author><name>SearchForTheCode</name><uri>https://sourceforge.net/u/searchthecode/</uri></author><id>https://sourceforge.net5fbf8374805afcf54d478bd54b9aab93985a4eb7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Very often i have the problem that this exception is thrown&lt;/p&gt;
&lt;p&gt;System.IO.IOException: Pipe closed&lt;br /&gt;
   bei Tamir.Streams.PipedInputStream.checkStateForReceive()&lt;br /&gt;
   bei Tamir.Streams.PipedInputStream.receive(Byte[] b, Int32 off, Int32 len)&lt;br /&gt;
   bei Tamir.Streams.PipedOutputStream.Write(Byte[] buffer, Int32 offset, Int32 count)&lt;br /&gt;
   bei Tamir.SharpSsh.SshStream.Write(Byte[] buffer, Int32 offset, Int32 count)&lt;br /&gt;
   bei Tamir.SharpSsh.SshStream.Write(Byte[] buffer)&lt;br /&gt;
   bei Tamir.SharpSsh.SshStream.Write(String data)&lt;/p&gt;
&lt;p&gt;I happens very sporadicly. The Programm just connects to an ssh server, do several write commands and then closes the connection. It works for 90% of the day, but i want to get down to the source of this problem..&lt;/p&gt;
&lt;p&gt;Is there any information i can look after or is this a known bug?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>