Date: Sun, 11 Jul 1999 11:06:15 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Carl Hultquist cc: djgpp AT delorie DOT com Subject: Re: Memory problem in DJ In-Reply-To: <001701bec9e6$17d74ec0$4c2702c4@hultquist> 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 Fri, 9 Jul 1999, Carl Hultquist wrote: > Then suddenly the thing crashes with the following trace: > > in function __djgpp_hw_lock_end+275 > > followed by a trace back through my own functions. Please post the entire crash traceback, including the registers' dump. It includes a lot of important clues as to why the program crashed. Section 12.2 of the FAQ explains how to read the crash message, and how to begin debugging your program using that info as a starting point. You might consider reading it.