From: Bitland Message-ID: Date: Wed, 17 Dec 1997 22:04:26 EST To: djgpp AT delorie DOT com Subject: push ebp - SIGABRT Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Organization: AOL (http://www.aol.com) Precedence: bulk Hi ! I try to compile Allegro 3.0 - source with a lot of changes for my own. It's not more than a kind of 'syntax morphing', don't ask why, I want to have some C++-elements in there. Until yesterday the things were good, but now I have always a SIGABRT-break. This happened before sometimes too and recompiling all objects once more helped (using RHIDE 1.4 - must be an error in checking dependencies ) !!! Using the disassembler of RHIDE and single stepping moves the problem - it now happens a little bit later than before !!! At last, everytime it happens at the top of one of the assembler subroutines, exactly with the first command: pushl %ebp. Is it a stack problem ? I'm not deeper than four or five functions ! I work in a DOS-Window of Win95, then using good old NC to start RHIDE. Don't tested it with clean DOS 7.0. Can anybody help ? Thanks ! Andy Kluge