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, 05 Nov 2001 19:55:51 EST To: cygwin-apps AT cygwin DOT com Subject: Re: Setup.exe - snapshot runs but compiled from cvs get application error. X-Mailer: Virtual Access by Atlantic Coast PLC, http://www.atlantic-coast.com/va Message-Id: From: Brian Keener Reply-To: bkeener AT thesoftwaresource DOT com In-Reply-To: References: 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)