X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <46A798EB DOT 9040501 AT cs DOT uni-bonn DOT de> Subject: RE: 1.5.24: unhandled exception on cygwin setup Date: Wed, 25 Jul 2007 20:02:20 +0100 Message-ID: <006e01c7ceee$53c4e760$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <46A798EB.9040501@cs.uni-bonn.de> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 25 July 2007 19:40, Andreas Baak wrote: >> I suspect some kind of bad interaction with your security software >> or something similar. Do you have any of the following installed? >> If not, what do you use for firewall/antivirus/antispyware/etc ? > > Hi, > > I am using Agnitum Outpost Firewall 4.0 and Avast Antivirus 4.7 Home > Edition. I stopped both my the firewall and the antivirus software and > then tried to run cygcheck again. Unfortunately the same errors still occur. Unfortunately, just stopping the firewall or AV software is not usually enough. The problems they cause are due to the way in which they install drivers and dlls that hook into various places in the system. When you disable them, they aren't actually uninstalled from the device stack or windows hooks and unloaded from the system, instead the control GUI generally just sends them a command telling them to be quiet and not do anything. In some cases this strategy works, but in many cases the drivers or dlls are badly coded, and they continue to make minor differences to the way the system operates, enough to interfere with the operation of user applications. We have had many reports on the list of problems that didn't go away when the AV/FW software was shutdown or deactivated through its control panel but did vanish the instant it was uninstalled. So, you probably have to take your PC offline, uninstall those two apps one at a time, and see which one needs removing to make your cygwin software work again. There are plenty of (often free) alternatives to both that are compatible with cygwin, so although this is a hassle it's not impossible to manage, and you can generally uninstall this kind of software with an option to keep all the settings intact in case you want to reinstall it. Another way to make it easier on yourself would be to set a system restore point, try uninstalling one of the items, reboot and see if cygwin works, then roll back to the restore point, try uninstalling the other, reboot, if cygwin still doesn't work try uninstalling both at the same time, reboot, see if that helps, and in the end you can always get back to the starting point with both packages installed by rolling back one final time. If you're fairly technically minded and happy about playing around in the service control manager, you could try disabling the services and drivers that they have installed, rebooting, and seeing if that fixes it, but that gets quite complex and can be risky if you get it wrong. Or, try booting in safe mode, and seeing if that helps. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/