X-Spam-Check-By: sourceware.org Message-ID: <4681C1F5.344503FA@dessent.net> Date: Tue, 26 Jun 2007 18:48:37 -0700 From: Brian Dessent 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> <4681A623 DOT D804C8BA AT dessent DOT net> 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: 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 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 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/