X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: simply cygwin1.dll Date: Thu, 21 Sep 2006 09:54:30 +0100 Message-ID: <033a01c6dd5b$8d24a7f0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20060921035636.GF6790@ns1.anodized.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On 21 September 2006 04:57, Christopher Layne wrote: > On Wed, Sep 20, 2006 at 11:31:09PM -0400, Larry Hall (Cygwin) wrote: >> >> The standard problem when >> doing what you're doing is forgetting to stop services. > One would think it were something typical like that. But I explicitly > issued a 'net stop sshd', 'net stop syslogd' and had task manager up > verifying every single cygwin related process was absolutely dead. Get the latest ProcessExplorer and use the 'Find' menu to search for 'cygwin1.dll'. You'll see at once any process that still has a handle open to it. > I wonder if it's a result of me renaming the new snapshot dll > to cygwin1.dll right before I exited my final cygwin shell. I would think > windows wouldn't even know that file was there yet (just sitting in some > temp directory). But I also know very little about window's behind the > scenes dll behavior. Windows will load a dll located in the current directory, so it might have been getting invoked somehow. $CWD comes ahead of $PATH in the search order, too. http://windowssdk.msdn.microsoft.com/en-us/library/ms682586.aspx cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/