Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Fri, 24 May 2002 08:11:06 -0400 From: Jason Tishler Subject: Re: path_conv::check() gets confused by recently opened files In-reply-to: <20020523222556.GA11389@redhat.com> To: cygwin-developers AT cygwin DOT com Mail-followup-to: cygwin-developers AT cygwin DOT com Message-id: <20020524121105.GA1476@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.3.24i References: <20020521200309 DOT GA2392 AT tishler DOT net> <20020522145627 DOT G10218 AT cygbert DOT vinschen DOT de> <20020523053804 DOT GA31025 AT redhat DOT com> <20020523222556 DOT GA11389 AT redhat DOT com> Chris, On Thu, May 23, 2002 at 06:25:56PM -0400, Christopher Faylor wrote: > Oddly enough, the core dumps were coming from small_vsprintf by way > of fchmod. Even more oddly, fchmod was using a '%o' format which > was, for some reason not implemented in small_vsprintf. I saw the core dumps too when I was strace-ing. Since they "went away" when debugging in gdb, I forgot about this problem. I'm glad that you caught and fixed this one too. > I did check in another fix for the above problem which seemed almost too > simple. Please check it out and see if I've broken anything else. I have verified that scp and my test case work properly. I will keep a look out for any regressions. > I hate making changes in the path_conv stuff. The above makes me feel better about punting on this one. Thanks for the fix! Jason