Date: Thu, 28 Oct 1999 19:35:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Danielsson cc: djgpp AT Delorie DOT com Subject: Re: Crashes on free() In-Reply-To: <38183A9B.31232341@efd.lth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 28 Oct 1999, Peter Danielsson wrote: > Why in h-ll does my program crash? It crashes on free() and it is not > even in my functions (I just malloc and does not free at all). One of the library functions can call free, even if your code doesn't, and then it will crash if your code overwrites some buffers allocated by malloc. Post here the SYMIFYed crash traceback, and we will be able to give you more efficient help.