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: 103376,f8294c1a9597afb8,start X-Google-Attributes: gid103376,public From: Brian & Karen Bell Subject: ObjectAda V7.0.291 compilation dies: Help! Date: 1996/11/28 Message-ID: <329E3224.4B11@mdn.net>#1/1 X-Deja-AN: 201317071 content-type: text/plain; charset=us-ascii organization: At Home... mime-version: 1.0 reply-to: bgbell@mdn.net newsgroups: comp.lang.ada x-mailer: Mozilla 3.01 (Win95; I) Date: 1996-11-28T00:00:00+00:00 List-Id: This posting refers to a problem we are seeing with ObjectAda V7.0.291 running on Windows 95. I'm posting it here because thus far we've had no success, despite repeated attempts, in eliciting a response from Thomson (or is it Aonix?); I personally view this failure to get back to a customer with fully paid-up support to be very troubling; while it may well turn out to be a transient side-effect of that company's recent reorganization, the brutal fact is that we need a solution or workaround to the problem RIGHT NOW, not once their dust has settled! The code in question is being ported from VADScross (SunOS->68K), an Ada (83) environment in which it compiles and runs without any problem. If anyone has seen something similar -- or if an Aonix support person is listening -- and can suggest a workaround we'd surely appreciate hearing from them. Rgds, Brian Bell The Dow Chemical Co Global Process Control Dept. bgbell@dow.com Work: 517-638-7945 --------------------------------------------------- ... with GGenericTimer; package body GCID is ... QuestionCIDTimeout : Duration := (60.0); ... Line 50 package CIDTimer is new GGenericTimer ( RequestType => GCIDDcl.CIDType, SignalTimerExpiration => FreeCID ); task CIDTask is ... end CIDTask; task body CIDTask is Line 71 type MCBArray is array (GCIDDcl.CIDType range <>) of GMessageControlBlock.MessageControlBlock; ... end CIDTask; end GCID; --------------------Target: Win32 (Intel) Debug-------------------- gcid2.ada: Internal: line 50 col 12 Slot vector null in set_nth_slot, Continuing (In instance of generic GGenericTimer in ggener~2.ada) gcid2.ada: Internal: line 71 col 7 Fatal internal memory access failure. Tool execution failed.