Date: Wed, 1 Sep 1999 13:43:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "to comp.os.msdos.djgpp" cc: djgpp AT delorie DOT com Subject: Re: Pentium "General Protection Fault" (works on 486) In-Reply-To: <7qhbnp$3rp$1@samba.rahul.net> 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 31 Aug 1999, to comp.os.msdos.djgpp wrote: > ebp=000a1528 esp=000a1518 program= ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This might happen if it crashes before the command line is processed by the startup code. Other than that, I don't see anything special in the traceback you posted. > Compiling it through RHIDE with full debugging revealed that the > execution doesn't even make it into main()! It crashes before > then. Then why didn't you post the symified traceback here? Please do. The startup code is about 15K, and it's very hard to look for possible problems without any clue as to where did it crash. Please help us help you.