X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Ray Hurst Subject: Re: Can I tell which version of newlib I have? Date: Tue, 24 Apr 2007 15:20:45 -0700 Lines: 35 Message-ID: References: <462E734D DOT F08DE9A AT dessent DOT net> <462E7390 DOT 3DC65869 AT dessent DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: <462E7390.3DC65869@dessent.net> X-IsSubscribed: yes 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 Brian Dessent wrote: > Brian Dessent wrote: > >> The version you are using is whatever was current in CVS when the >> version of Cygwin you're using was built. Newlib doesn't really do >> versions, other than a token release every year around December. >> >> But that's completely irrelevant for anything relating to malloc, as >> Cygwin does not use newlib for malloc. > > Oh and as for the second part of the question, here is a quote from > how-to-debug-cygwin.txt: > > 7. Heap corruption > > If your program crashes at malloc() or free() or when it references > some > malloc()'ed memory, it looks like heap corruption. You can configure > and > build special version of cygwin1.dll which includes heap sanity > checking. > To do it, just add --enable-malloc-debugging option to configure. Be > warned, > however, that this version of dll is _very_ slow (10-100 times slower > than > normal), so use it only when absolutely necessary. > > Brian > Brian, It was my understanding that if I write a C program and compiled it with gcc that gcc used newlib for all of the stdlib functions including malloc, realloc and free. Ray -- 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/