This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Setup.exe - snapshot runs but compiled from cvs get application error.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]