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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6ad54e8088d802b2,start X-Google-Attributes: gid103376,public From: westonpa@mekab.usc.edu (Weston T. Pan) Subject: Has anyone successfully ran DINERS.ADB (DOS gnat 3.04)? Date: 1996/05/31 Message-ID: <4onud1$oj5@mekab.usc.edu>#1/1 X-Deja-AN: 157807097 sender: westonpa@mekab.usc.edu organization: University of Southern California, Los Angeles, CA newsgroups: comp.lang.ada Date: 1996-05-31T00:00:00+00:00 List-Id: I compiled diners.adb with gnatmake but this is all that I see once I try running it: "Cannot continue from exception, exiting due to signal 0123 Page fault at eip=0001a903, error=0006 eax=0000000e ebx=00000000 ecx=7ffffe7f edx=000441b4 esi=0000012d edi=00048554 ebp=000883c8 esp=000883c0 cs=00a7 ds=00af es=00af fs=008f gs=00bf ss=00af Call frame traceback EIPs: 0x0001a903 _sighandler+115, line 835 of signal.c 0x0002b5c7 _raise+203 0x0002b621 ___djgpp_exception_processor+25 0x0008845c 0x8845c 0x00001a38 _interfaces__c__pthreads__pthread_init+8, line 243 of i-cpthre.adb 0x00001ce8 0x00001580 _main+52, line 23 of b_diners.c 0x00027e8b ___crt1_startup+115 " Unfortunately, I don't know what to do with the above information. I tried looking through all the docs that came with gnat but have yet to find any solution.