From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 19 May 2001 14:35:39 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: realloc enhancement Message-ID: <3B0684BB.6107.F8C99@localhost> In-reply-to: <200105190038.CAA09765@mother.ludd.luth.se> References: <3B05829D DOT 27664 DOT 773B0 AT localhost> from "Mark E." at May 18, 2001 08:14:21 PM X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Yes, I see it too. Interestingly if you run it in gdb it works > fine. I found and fixed the problem in _write.c:_write_int that fouled up profiling. Turns out the transfer buffer was being overfilled with data. Mark