This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: [ANNOUNCEMENT] Updated: CMake 2.4.6-1
- From: Brian Dessent <brian at dessent dot net>
- To: cygwin at cygwin dot com
- Date: Tue, 31 Jul 2007 17:17:56 -0700
- Subject: Re: [ANNOUNCEMENT] Updated: CMake 2.4.6-1
- References: <BAY125-F221E0710BAEA9FD37ABC7AB5EF0@phx.gbl>
- Reply-to: cygwin at cygwin dot com
Karl M wrote:
> I tried setup-5.77 from www.cygwin.com/setup/snapshots and it aborted
> consistently. Each time it generated the Microsoft error box (Do you want to
> send the details to Microsoft?) at the same place, just after selecting a
> download site and apparently starting to download. I tried it with multiple
> download sites and all failed. One particular site that failed was
> http://mirror.mcs.anl.gov
There was a double-free introduced in the cleanup I did yesterday. It
should be fixed in 2.578.
(For anyone interested, the as part of the 2.577 cleanup I made
compress_bz's behavior consistent with that of compress_gz and
archive_tar in that they all "own" their underlying/original io_stream,
so when you delete one you delete both. But there was still a place in
the ini downloading code where it explicitly deleted both the
uncompressed and the compressed io_stream, leading to the crash. I am
so not liking all this manual io_stream pointer management, this is
crying out for auto_ptr/shared_ptr or something else sane.)
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/