Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <003a01c4efe3$235bcd10$0200000a@agamemnon> From: "Jon A. Lambert" To: "Cygwin Mail List" References: <000901c4efdf$7e29f180$0200000a AT agamemnon> Subject: Re: Stackdump trace - problem and patch Date: Sat, 1 Jan 2005 04:20:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-IsSubscribed: yes From: "Jon A. Lambert" > --- environ.cc.orig 2005-01-01 03:15:33.913185600 -0500 > +++ environ.cc 2005-01-01 03:16:55.670747200 -0500 > + int tracesize = strtol (buf, NULL, 0); Sorry I diffed in the wrong dir, that should be.. tracesize = strtol (buf, NULL, 0); -- 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/