X-Spam-Check-By: sourceware.org Message-ID: <4681C1F5.344503FA@dessent.net> Date: Tue, 26 Jun 2007 18:48:37 -0700 From: Brian Dessent <brian AT dessent DOT net> X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Call for testing: New setup.exe version References: <468177B3 DOT EA6D0720 AT dessent DOT net> <f5s6sa$6fb$1 AT sea DOT gmane DOT org> <4681A623 DOT D804C8BA AT dessent DOT net> <f5sbbi$hgh$1 AT sea DOT gmane DOT org> Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l5R1mkHv012710 Ren� Berber wrote: > Gdb's log is much better. Ah, perfect. I think I see what's happening. The pkgsource.Cached() value is NULL if it was never successfully downloaded, which means bad news when we unconditionally try to use it in md5_one() as: std::string fullname (pkgsource.Cached ()); Can you please try <http://cygwin.com/setup/snapshots/setup-2.575.exe> and see if it fixes the issue? This checks that Cached () is not NULL before trying to MD5 the nonexistant file. Brian -- 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/