Date: Thu, 15 Apr 1999 13:49:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Chris Jones cc: djgpp AT delorie DOT com Subject: Re: SIGSEGV problem with DJGPP (deleting array) In-Reply-To: <7f0g7a$qg7$1@nnrp1.dejanews.com> 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 Tue, 13 Apr 1999, Chris Jones wrote: > The ESP is less than the EBP, which the FAQ suggests means the stack frame > has been overrun. ESP is *normally* less than EBP (since x86 CPUs use a push-down stack). Only if the reverse is correct, or if both ESP and EBP are *very* low, you can suspect a stack-related catastrophe. It seems like you've misread the FAQ. Could you please look back there and tell me what has led you to this interpretation? It is possible that I should change the wording to make it more clear.