This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Call for testing: New setup.exe version


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]