Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com List-Unsubscribe: List-Archive: List-Help: , Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Thu, 5 Aug 1999 10:21:35 -0400 To: Vadim Egorov Cc: "cygwin-developers AT sourceware DOT cygnus DOT com" Subject: Re: bug in development snupshot Message-ID: <19990805102134.A780@cygnus.com> References: <37A93BAF DOT 1250BE98 AT 1c DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37A93BAF.1250BE98@1c.ru>; from Vadim Egorov on Thu, Aug 05, 1999 at 11:22:23AM +0400 This is actually already corrected in the latest snapshot. -chris On Thu, Aug 05, 1999 at 11:22:23AM +0400, Vadim Egorov wrote: >Hello, > >I downloaded 1999-Aug-01 snapshot sources and built binaries and >cygwin1.dll started to crash at every start. > >The reason proved to be the line 244 in shared.cc where free is called >for stack memory. > >After removing this line everything seems to be ok.