From: Martin Str|mberg Message-Id: <200101211834.TAA10629@father.ludd.luth.se> Subject: Re: Debugging on 386 In-Reply-To: <2110-Sun21Jan2001185217+0200-eliz@is.elta.co.il> from Eli Zaretskii at "Jan 21, 2001 06:52:17 pm" To: djgpp-workers AT delorie DOT com Date: Sun, 21 Jan 2001 19:34:25 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > > > > Starting program: f:/hackery/stat/new_stat/analyse_.exe > > > > > > > > Program received signal SIGEMT, Emulation trap. > > > > 0x5535 in _control87 () > > Btw, what does "bt" say at this point? Program received signal SIGEMT, Emulation trap. 0x5535 in _control87 () (gdb) bt #0 0x5535 in _control87 () #1 0x2ec3 in _npxsetup () #2 0x3337 in __crt1_startup () Right, MartinS