From: "Alex Oleynikov" To: Subject: RE: libc _free exception Date: Thu, 28 Dec 2000 14:32:15 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I found a bug in my app, causing free() to blow up - it was a memory block overrun in one tricky place. To locate this problem I used MSS library (Memory Supervision System 1.2) written by Juan Jesus Alcolea Picazo and Peter Palotas (http://hem.passagen.se/blizzar/mss/). This is a really nice tool - it points you right to the problem place. I tip my hat off to these guys! :) Thanks for help Alex