X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Date: Tue, 4 Aug 2009 15:05:31 +0000 (UTC) From: Eric Blake To: cygwin AT cygwin DOT com Message-ID: <347438636.8310991249398331327.JavaMail.root@sz0059a.emeryville.ca.mail.comcast.net> In-Reply-To: <184389751.8309891249398216049.JavaMail.root@sz0059a.emeryville.ca.mail.comcast.net> Subject: Re: Please test the latest snapshot! MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 > >This should be fixed in the latest snapshot. Please check it out. > > > >You just have to replace the dll and nothing else. > > > >http://cygwin.com/snapshots/ > > Did anyone test this? This snapshot fixes some memory corruption > introduced by the recent change to reduce the size of some in-memory > filename structures. I'm still seeing some weird stuff in the latest snapshot. This is a fresh install, with nothing other than the Base category + git, and substituting just cygwin1.dll. $ git clone git://git.sv.gnu.org/libsigsegv.git Initialized empty Git repository in /home/eblake/libsigsegv/.git/ fatal: write error (Socket operation on non-socket) $ uname -a CYGWIN_NT-5.1 eblake 1.7.0s(0.212/5/3) 20090804 00:31:58 i686 Cygwin Running the above through strace generates more than half a megabyte, but the point where 'errno 108' occurs in the trace is shortly after a call to dup2(3,4), so there may still be some memory corruption impacting the fd table across forks. -- Eric Blake -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple