www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2000/05/23/17:42:16

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-developers-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
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 <cgf AT cygnus DOT com>
Date: Tue, 23 May 2000 17:41:59 -0400
To: cygwin-developers AT sourceware DOT cygnus DOT com
Subject: Re: Snapshot 20000522
Message-ID: <20000523174159.A26018@cygnus.com>
Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com
Mail-Followup-To: cygwin-developers AT sourceware DOT cygnus DOT com
References: <20000523213715 DOT 27986 DOT qmail AT web119 DOT yahoomail DOT com>
Mime-Version: 1.0
User-Agent: Mutt/1.2i
In-Reply-To: <20000523213715.27986.qmail@web119.yahoomail.com>; from earnie_boyd@yahoo.com on Tue, May 23, 2000 at 02:37:15PM -0700

On Tue, May 23, 2000 at 02:37:15PM -0700, Earnie Boyd wrote:
>--- Chris Faylor <cgf AT cygnus DOT com> wrote:
>> On Tue, May 23, 2000 at 01:43:53PM -0700, Earnie Boyd wrote:
>> >--- Chris Faylor <cgf AT cygnus DOT com> 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.
>
>But, gdb is passing /home/boyde/prj/ncurses/build/objects/../../test/cardfile.c
>to open as confirmed by:
> 1469 83266416 [main] gdb 1006 _open: open
>(/home/boyde/prj/ncurses/build/objects/../../test/cardfile.c, 0x10000)
>
>Later we see
>
>  201 83270897 [main] gdb 1006 mount_info::conv_to_win32_path:
>d:\Cygwin-1.1\hom
>e\boyde\prj\ncurses\test\cardfile.c(rel),
>d:\Cygwin-1.1\home\boyde\prj\ncurses\t
>est\cardfile.c(abs) 0x2(flags) = conv_to_win32_path
>(/home/boyde/prj/ncurses/bui
>ld/objects/../../test/cardfile.c)
>
>which indicates that the path was converted correctly, once.
>
>
>It appears, and I'm not used to looking at strace, that gdb is opening
>cardfile.c a second time with the same path as above.  It's this second open
>that isn't correct.

cardfile.c is being opened once and it is being opened correctly,
AFAICT.  It is being stat'ed twice and both times the path has been
converted from using slashes to backslashes.

cgf

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019