X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org From: Allan Schrum To: "cygwin AT cygwin DOT com" Date: Thu, 12 Feb 2009 10:23:56 -0500 Subject: RE: cygwin 1.7.0-40: Socket operation on non-socket Message-ID: <9BE596E8BDDC3443BF23B9678D03CC292FF14786@ECDS-CLT-MX1.ecdeliverysystems.com> References: <4993D6DF DOT 5090706 AT dresearch DOT de> <20090212100130 DOT GJ5416 AT calimero DOT vinschen DOT de> <499424B8 DOT 3030606 AT zone42 DOT org> <49943027 DOT 8050800 AT gmail DOT com> In-Reply-To: <49943027.8050800@gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > Subject: Re: cygwin 1.7.0-40: Socket operation on non-socket >=20 > Steffen Sledz wrote: >=20 > > Hmmmm? That's a pity. But as seen in the mailing lists i'm not the > only one > > with such problems. May be there is generic workaround for this? Or a > guide > > line how to identify the dodgy app? >=20 > Unfortunately this is not a very easy task. The failures are > provoked in > different ways by different interfering applications, and what works > around > one has no guarantee of working for another. Figuring out the > responsible > application often involves attaching a debugger to the process while an > error > occurs and trying to get a look at the stack, to see any OS hooks that > might > have been inserted. >=20 > You might get interesting results by running "netsh winsock show > catalog" in > a cmd.exe window, as that will show us if there is some other layered > service > provider potentially interfering with your networking. >=20 > cheers, > DaveK Using "msconfig" from the "Run" command restart your machine with all non-M= icrosoft programs stopped. On the "Services" tag, click "Hide all Microsoft Services", then "Disable A= ll". On the "Startup" tag, click "Disable All". Click "OK" and reboot. Does the problem still occur? If not, then BLODA may be to blame. If so, then the problem space is smaller and maybe easier to find a test case. -Allan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/