From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10891a,537601693f4e7ca7,start X-Google-Attributes: gid10891a,public X-Google-Thread: 103376,537601693f4e7ca7,start X-Google-Attributes: gid103376,public From: Jos De Laender Subject: GNAT - tasking - FP emulation Date: 1998/07/16 Message-ID: <35AE557B.4BFC@village.uunet.be>#1/1 X-Deja-AN: 372170763 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: Sometimes chaotic ... Mime-Version: 1.0 Reply-To: De_Laender-De_Winter@village.uunet.be Newsgroups: comp.os.msdos.djgpp,comp.lang.ada Date: 1998-07-16T00:00:00+00:00 List-Id: Hi, Strange problem ( although smelling to FAQ ) : - GNAT307 (GNU ADA) on a 386DX system without 387. ( some people do like old-timers, don't they ?) - GNU WMEMU387 installed as SW emulator after problems with the djgpp EMU387 (FPE if I remember correctly) >From the moment I use tasking in my ADA (i.e. the diners - example) I crash with : cannot continue from exception; exiting due to signal 0123 Page fault at ... (stuff) I guess ( some indications I forgot ) that it probably has to see with 387 emulation. The FAQ on djgpp mentions something about emulation problems. Now, in a brave mood, I wanted to dig into code and try to debug. However, from the moment I use a debugger (gdb or fsdb) and just run the ada-tasking problems, everything goes OK !! i.e. the diners-example runs under debugger and crashes standalone. Here I'm stuck ... Anyone who can assist ? Thanks Jos De Laender - Zottegem - Belgium