Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Tue, 23 May 2000 16:55:19 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: Snapshot 20000522 Message-ID: <20000523165519.A25504@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin-developers AT sourceware DOT cygnus DOT com References: <20000523204353 DOT 23449 DOT qmail AT web108 DOT yahoomail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000523204353.23449.qmail@web108.yahoomail.com>; from earnie_boyd@yahoo.com on Tue, May 23, 2000 at 01:43:53PM -0700 On Tue, May 23, 2000 at 01:43:53PM -0700, Earnie Boyd wrote: >--- Chris Faylor wrote: >> But both of these are not recent problems and one may not even be a >> problem at all. >> >> I can't duplicate the problems with zip but I'm using the CD version, not >> the CygUtils version. > >Hmm... Actually, may not be related. Anyway I've a cut version of a strace >showing the problem attached. It seems the cached win32 value isn't correct. >The file of interest is cardfile.c. From the strace log, the problem is that this: \home\boyde\prj\ncurses\test\cardfile.c is being passed to stat(). This is a MS-DOS path spec that is not translated to a cygwin spec due to Corinna's recent changes (which I asked for). I don't know where in gdb this path is being munged so strangely but that is what the problem is. It actually looks like a gdb bug. cgf