X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Mon, 18 Apr 2011 12:31:05 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: what does this cygserver error mean?
Message-ID: <20110418103105.GE25815@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <201104151453.23744.icanprogram@295.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <201104151453.23744.icanprogram@295.ca>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Apr 15 14:53, bob 295 wrote:
> I'm getting this error associated with shared memory and cygserver (sender is 
> the name of my process setting and loading the shared memory):
> 
> ======== begin error snip ========
> 3 [main] sender 3684 transport_layer_pipes::connect: lost connection to 
> cygserver,  error = 2
> ======== end error snip =========
> 
> Could someone point me to a place where this error is described?   Thanks.

error = 2 is the Win32 error ERROR_FILE_NOT_FOUND returned by the
CreateFile or WaitNamedPipe function when trying to connect to cygserver
via a named pipe.

Either Cygserver isn't running or it reached the maximum number of 
parallel client connections.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

