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 Date: Mon, 5 Nov 2001 20:02:08 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: Setup.exe - snapshot runs but compiled from cvs get application error. Message-ID: <20011105200208.A32612@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i On Mon, Nov 05, 2001 at 07:55:51PM -0500, Brian Keener wrote: >Robert Collins wrote: >> ie >> gdb -nw ./setup.exe >> r >> (use setup until it crashes) >> bt >> >here you go, hope it helps: > >Copyright 2001 Free Software Foundation, Inc. >GDB is free software, covered by the GNU General Public License, and you are >welcome to change it and/or distribute copies of it under certain conditions. >Type "show copying" to see the conditions. >There is absolutely no warranty for GDB. Type "show warranty" for details. >This GDB was configured as "i686-pc-cygwin"... >(gdb) r >Starting program: /cygdrive/d/DownloadArchive/Cygwin/./setupcurr.exe >warning: LOG: 2 2001/11/05 19:47:39 Starting cygwin install, version 2.128 >warning: LOG: 0 Current Directory: D:\DownloadArchive\Cygwin >warning: LOG: 2 2001/11/05 19:47:39 Command line parameters > >warning: LOG: 2 2001/11/05 19:47:39 0 - >'d:\DownloadArchive\Cygwin\setupcurr.exe >' > >warning: LOG: 2 2001/11/05 19:47:39 1 parameters passed > >warning: LOG: 0 source: download > >Program received signal SIGSEGV, Segmentation fault. >0x0040f7cd in cygpath (s=0x40d013 "/etc/setup/last-cache") > at /usr/develop/src/winsup/cinstall/mount.cc:451 >451 native = concat (match->native, "/", path + max_len, NULL); >Current language: auto; currently c++ >(gdb) bt >#0 0x0040f7cd in cygpath (s=0x40d013 "/etc/setup/last-cache") > at /usr/develop/src/winsup/cinstall/mount.cc:451 >#1 0x0040d42c in do_local_dir (h=0x400000) > at /usr/develop/src/winsup/cinstall/localdir.cc:205 >#2 0x0040dc9d in WinMain (h=0x400000, hPrevInstance=0x0, > command_line=0x232c50 "", cmd_show=10) > at /usr/develop/src/winsup/cinstall/main.cc:159 >#3 0x0042a7cd in main () at /usr/develop/src/winsup/cinstall/tar.cc:566 >(gdb) FWIW, this *is* the problem that was fixed by my patch. cgf