X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=eRAn1mxfZKjfW1Tmq7ZEGPTVTTDbIV F4e7s8t0kPT1UJNUiFOTafFzc3QS4ka2mxmZcWiTp8YyWRqM4SNky8JMQdWH23wk 0TPUv1a6/+9so/R0OWbDe4PXtgM7bNvabx+Vz8abZ5f8QQnNCgbS24XfA2RyGiiW CAqUjf+lJS65o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=1WYRgBmY5UqV5R0x9hkYECH94QM=; b=ccP7 1qW3gtfETzeFw5BkICcU7fEtKftfc/MAn4quRZS8Fo5M9rWEPVpjEZeB7i3GlGq3 oysB+Cme9uSA3WveQZ63poR7oFmdOEQc6yXt+BUfmmayLY/wlbHu/NVKtzIAGpN5 PkcKzKbkjprAmnBu5B80ot/l3xEdDqaP/WsSITg= 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 X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: dosfilewarning Date: Fri, 21 Jun 2013 15:47:42 -0700 Lines: 39 Message-ID: References: <51C4AA0B DOT 60504 AT cygwin DOT com> <0D835E9B9CD07F40A48423F80D3B5A7021D8C217 AT USA7109MB022 DOT na DOT xerox DOT net> <51C4C17F DOT 7050104 AT cygwin DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 In-Reply-To: <51C4C17F.7050104@cygwin.com> On 06/21/2013 02:11 PM, Larry Hall (Cygwin) wrote: > On 6/21/2013 3:47 PM, Nellis, Kenneth wrote: >> From: Larry Hall (Cygwin) >>> >>> On 6/21/2013 2:38 PM, Nellis, Kenneth wrote: >>>> I have a BAT file that calls a bash script that generates the >>>> following (edited): >>>> >>>> cygwin warning: >>>> MS-DOS style path detected: XXX >>>> Preferred POSIX equivalent is: XXX >>>> CYGWIN environment variable option "nodosfilewarning" turns off >>>> this warning. >>>> Consult the user's guide for more details about POSIX paths: >>>> http://cygwin.com/cygwin-ug-net/using.html#using-pathnames >>>> >>>> If I rerun the script, I don't get the message a second time, which >>>> makes debugging the problem a problem. How can I have this message >>>> show up on every invocation? I tried closing all Cygwin processes >>>> and tried setting CYGWIN=dosfilewarning, but it seemed to want >>>> something more. >>> >>> It's not designed to do that. It will show up once per Cygwin DLL >>> session only. If you want to see something different, you'll need >>> to patch the Cygwin source. >> >> Thanx, but isn't the end of a "Cygwin DLL session" when all processes >> that use the Cygwin DLL have terminated? > > Yes, that's correct. If you're not getting the message, you still have a > process somewhere keeping the DLL in memory. > > Sounds like a job for Process Explorer... -- Andrew DeFaria Question: Why do people always seem to find things in the last place that they look? Answer: Because most people stop looking after they find it! -- 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