Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Setup.exe - snapshot runs but compiled from cvs get application error. Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Date: Tue, 6 Nov 2001 14:43:59 +1100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Setup.exe - snapshot runs but compiled from cvs get application error. Thread-Index: AcFmYWiMI23WGtrVTwCmMlXxnDWWiAAE7Pyg From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id fA63aVf30642 > -----Original Message----- > From: Christopher Faylor [mailto:cgf AT redhat DOT com] > Sent: Tuesday, November 06, 2001 12:15 PM > To: cygwin-apps AT cygwin DOT com > Subject: Re: Setup.exe - snapshot runs but compiled from cvs get > application error. > > > On Tue, Nov 06, 2001 at 12:15:50PM +1100, Robert Collins wrote: > >> -----Original Message----- > >> FWIW, this *is* the problem that was fixed by my patch. > > > >Thanks. > > And, here it is for public consumption. > > I didn't apply it because I didn't think that it was exactly > the right solution. > I thought that maybe cygpath should have a "get_root_dir_now" > call in it to > ensure that it would never try to access setup.exe's mount > table before it > was initialized. mount may need a if (!root_mount) read_mounts;. However the problem was a bug in the logic used by me for Download only - I didn't force a root for cygwin to be chosen, which is needed for download only to know where to save the last-cache file. Rob