MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
Hi guys, and especially Hi Dave, At Red Hat, we're just testing our new rhsetup.exe tool which is supposed to be used to download the Red Hat 1.8.x release from the Red Hat server. It's the same code base as setup.exe with just a few tweaks, like a change where to get the mirrors list and a few

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Christopher Faylor
On Wed, Mar 17, 2010 at 04:09:12PM +0100, Corinna Vinschen wrote: Strange enough, the same does not occur with the net setup built by cgf for some reason. Chris, do you use an older MingW by any chance? Yes. I cross build setup and, while I periodically update my build environment for Cygwin, I

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 11:18, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:09:12PM +0100, Corinna Vinschen wrote: Strange enough, the same does not occur with the net setup built by cgf for some reason. Chris, do you use an older MingW by any chance? Yes. I cross build setup and, while I

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Chris Sutcliffe
HI Corinna, ==                       Ultimate Packer for eXecutables  Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007 UPX 3.01        Markus Oberhumer, Laszlo Molnar John Reiser   Jul 31st 2007        File size         Ratio      Format      Name  

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 16:45, Corinna Vinschen wrote: On Mar 17 11:18, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:09:12PM +0100, Corinna Vinschen wrote: Strange enough, the same does not occur with the net setup built by cgf for some reason. Chris, do you use an older MingW by any chance?

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 11:56, Chris Sutcliffe wrote: HI Corinna, ==                       Ultimate Packer for eXecutables  Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007 UPX 3.01        Markus Oberhumer, Laszlo Molnar John Reiser   Jul 31st 2007        

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Kai Tietz
2010/3/17 Corinna Vinschen corinna-cyg...@cygwin.com: On Mar 17 11:56, Chris Sutcliffe wrote: HI Corinna, ==                       Ultimate Packer for eXecutables  Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007 UPX 3.01        Markus Oberhumer,

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 17:12, Kai Tietz wrote: 2010/3/17 Corinna Vinschen corinna-cyg...@cygwin.com: UPX is only the second problem.  The really serious problem is that the executable crashes under DEP. Corinna Neither in .CRT, nor in .TLS is executable for sure. They are containing function

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Christopher Faylor
On Wed, Mar 17, 2010 at 04:45:48PM +0100, Corinna Vinschen wrote: On Mar 17 11:18, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:09:12PM +0100, Corinna Vinschen wrote: Strange enough, the same does not occur with the net setup built by cgf for some reason. Chris, do you use an older

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Christopher Faylor
On Wed, Mar 17, 2010 at 05:50:29PM +0100, Corinna Vinschen wrote: Index: autoload.c === RCS file: /cvs/cygwin-apps/setup/autoload.c,v retrieving revision 2.8 diff -u -p -r2.8 autoload.c --- autoload.c 11 May 2009 10:49:14 -

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 13:43, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 05:50:29PM +0100, Corinna Vinschen wrote: Index: autoload.c === RCS file: /cvs/cygwin-apps/setup/autoload.c,v retrieving revision 2.8 diff -u -p -r2.8 autoload.c

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 13:30, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:45:48PM +0100, Corinna Vinschen wrote: On Mar 17 11:18, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:09:12PM +0100, Corinna Vinschen wrote: Strange enough, the same does not occur with the net setup built by cgf

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Christopher Faylor
On Wed, Mar 17, 2010 at 06:54:05PM +0100, Corinna Vinschen wrote: On Mar 17 13:30, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:45:48PM +0100, Corinna Vinschen wrote: On Mar 17 11:18, Christopher Faylor wrote: On Wed, Mar 17, 2010 at 04:09:12PM +0100, Corinna Vinschen wrote: Strange

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Charles Wilson
Corinna wrote: Even if the crash is fixed now, you should better keep the old MingW version. I tested the latest upx 3.04, and it still disallows to create compressed executables which have a .tls section. I tried with a native Win32 build as well as with a Linux build of upx. I guess I was

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Corinna Vinschen
On Mar 17 16:38, Charles Wilson wrote: Corinna wrote: Even if the crash is fixed now, you should better keep the old MingW version. I tested the latest upx 3.04, and it still disallows to create compressed executables which have a .tls section. I tried with a native Win32 build as well

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Charles Wilson
Corinna wrote: On Mar 17 16:38, Charles Wilson wrote: I guess I was confused by Corinna's original message. I thought she was reporting a problem with upx and .tls, and another problem with dep + .tls. But my tests show that everything works fine -- on an XP box without DEP. So, is the

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Charles Wilson
Corinna wrote: Even if the crash is fixed now, you should better keep the old MingW version. I tested the latest upx 3.04, and it still disallows to create compressed executables which have a .tls section. I tried with a native Win32 build as well as with a Linux build of upx. I guess I was

Re: MingW-related setup.exe crash w/ DEP enabled

2010-03-17 Thread Charles Wilson
Shoot. wrong list. Sorry. On Wed, 17 Mar 2010 16:36 -0400, Charles Wilson wrote: -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: [PATCH] Fix another setup.exe crash.

2009-11-30 Thread Corinna Vinschen
On Nov 27 19:45, Dave Korn wrote: The attached patch resolves this by noticing if the std::map::find() method call returns the not-found result, and supplying a static dummy empty All Category object to the PickView constructor instead. This results in a chooser page with a single category

[PATCH] Fix another setup.exe crash.

2009-11-27 Thread Dave Korn
[ I'm finishing up the local package directory browse improvements, and spotted this one in the process. ] Steps to reproduce: - Fire up completely clean VM or other system with no traces of cygwin on it. - Run setup.exe and set it to Install from local package dir. - Click through. - After

Setup.exe crash while uninstalling libintl8 0.17-1

2009-05-07 Thread Coates, Matthew F.
setup.exe version 2.573.2.3 Unhandled exception at 0x004f42cb in setup.exe: 0xC005: Access violation reading location 0x0154fdf0. This started happening after I noticed some security software blocking cygwin's operations. the security software has been disabled, but the problem persists.

setup.exe crash

2009-03-22 Thread Max Offman
In case someone else has this problem ... after many years of working w/o a problem, setup.exe failed half way through an install leaving me with a busted WIN XP cygwin. I removed several Windows updates that i thought might have caused the problem but that didn't help. I tried my previous

Resolved: setup.exe crash

2009-03-11 Thread David Been
Sorry, i renamed bash-files.lst.gz, not the correct bash.lst.gz file. Once i did the right file, my install went all the way through. I sent that file to dave, hopefully i unmangeled that email correctly. thanks so much all !!! i CAN'T live w/o cygwin :) dave -- Unsubscribe info:

Setup.exe crash on X-startup-scripts source entry

2005-08-11 Thread Ruediger Ranft
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Hi *, on my box the cygwin installer crashes when the source line of X-startup-scripts (line 190) is not commented out [1] . The installer fails with an message box, containing: Fatal Error: Uncaught Exception Thread: install Type:

Re: Setup.exe crash on X-startup-scripts source entry

2005-08-11 Thread Brian Dessent
Ruediger Ranft wrote: Fatal Error: Uncaught Exception Thread: install Type: St16invalid_argument Message: URL Scheme not registered! Does the file X-startup-scripts-1.0.9-1-src.tar.bz2 actually exist in your directory structure? Brian -- Unsubscribe info:

setup.exe crash under Windows XP SP1

2002-09-22 Thread Dino Morelli
setup.exe is crashing on one of my systems with Windows XP. I tried with both stock XP Pro and with it patched to SP1. This is a freshly installed system with only a couple of hardware drivers installed (nVidia Detonator for instance) and no other applications running at the time. Also, this

re: setup.exe crash under Windows XP SP1

2002-09-22 Thread Dino Morelli
After more investigation of the problem system, I found that I cannot install other programs as well. Or I can install but then not run them without a crash. It would appear that the XP installation on my system is damaged. I believe this has nothing to do with cygwin's setup whatsoever.

RE: [PATCH] setup.exe: mkdir.cc. was: setup.exe crash

2002-03-26 Thread Robert Collins
Pavel, care to supply a changelog? Thanks for tracking this down too. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

setup.exe crash

2002-03-25 Thread Colman Curtin
Hi I have setup.exe point to a local network mapping for its local Package directory. I noticed when I rebooted, not having the mapping set up to reconnect, that setup.exe crashed when it tried to move on from that screen with the following error; The exception unknown software exception