X-Spam-Check-By: sourceware.org Date: Mon, 30 Jan 2006 12:38:26 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Cc: emacs-devel AT gnu DOT org, Eli Zaretskii Subject: Re: bootstrap error Message-ID: <20060130113826.GM15572@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com, emacs-devel AT gnu DOT org Mail-Followup-To: cygwin AT cygwin DOT com, emacs-devel AT gnu DOT org, Eli Zaretskii References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 On Jan 30 11:11, Alexander Klimov wrote: > On Sun, 29 Jan 2006, Eli Zaretskii wrote: > > Then it's probably a good idea to post the information you found on > > the Cygwin mailing list. Perhaps they will be able to suggest > > solutions or otherwise shed some light on this problem. > > The problem is that I have no idea what to tell them: temacs fails > with DLL 1.5.19-4 but dumps emacs with DLL 1.5.18-1 is not a > reasonable bug report. > > Let me put the question differently: what was changed between 18-1 and > 19-4 in the DLL (note that .h files are irrelevant since I used temacs > built with 19-4). > > Cygwin gurus, the start of the thread is here > Sorry, I can't make a lot out of this error report. Please try to nail down the problem somewhat further, for instance, by providing a minimal testcase which allows to reproduce the problem with a minimum of involved code. Since this revolves around malloc, it might be worth to note that two changes to malloc have been made in Cygwin between 1.5.18 and 1.5.19. First, we switched from Doug Lea's malloc implementation version 2.8.0 to 2.8.3, second, due to a reworked mmap implementation, which uses simple VirtualAlloc for private anonymous maps, we lowered the DEFAULT_MMAP_THRESHOLD from 16 Megs to the usual default of 256K. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/