X-Spam-Check-By: sourceware.org Date: Sat, 24 Feb 2007 13:40:33 -0700 From: Tom Hall To: cygwin AT cygwin DOT com Subject: just got wrong DLLs or wrong mutt.exe Message-ID: <20070224204033.GA88109@shell.mho.net> Reply-To: tlhall AT keepandbeararms DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I think there's a bug in the Cygwin setup I just installed Cygwin for the first time on an XP machine and mutt wouldn't run but other things seemed OK. The problem turned out to be that the version of mutt.exe I got was looking for /usr/bin/cygcrypto-0.9.7.dll and /usr/bin/cygssl-0.9.7.dll but setup.exe sent me /usr/bin/cygcrypto-0.9.8.dll and /usr/bin/cygssl-0.9.8.dll. After copying the .7 versions from another machine, mutt seems to be working fine :-). I found this by running mutt under gdb and got this: gdb: unknown target exception 0xc0000135 at 0x7c964ed1 Program received signal ?, Unknown signal. Program exited with code 030000000465. You can't do that without a process to debug. I Googled exception 0xc0000135 and it had something to do with not finding a DLL. So I ran mutt under gdb on a very similarly configured machine and checked the DLLs being loaded. The other machine still had both the .8 and .7 versions since it's been running Cygwin for a year or so and it gets refreshed pretty regularly. -- 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/