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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ade59281d0eea302 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!storethat.news.telefonica.de!telefonica.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW From: Georg Bauhaus In-Reply-To: <1176259776.630617.50120@e65g2000hsc.googlegroups.com> References: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> <1176259776.630617.50120@e65g2000hsc.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1176278828.5679.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Date: Wed, 11 Apr 2007 10:07:09 +0200 NNTP-Posting-Date: 11 Apr 2007 09:05:41 CEST NNTP-Posting-Host: 46fb7f4d.newsspool2.arcor-online.net X-Trace: DXC=HO5\QPeLXKB2jYf>V4L0gLA9EHlD;3YcB4Fo<]lROoRA8kFejVHYR`:2eEXK2AkHnlkkoXT`B X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:14903 Date: 2007-04-11T09:05:41+02:00 List-Id: On Tue, 2007-04-10 at 19:49 -0700, andrew.carroll@okstate.edu wrote: > I did adjust the dispatching version of the program to be "Ada95". ... > I still get an error but it is different. It's now > an access violation. Ah. Good. Or not. An access violation isn't always easy to find; however, it may point you to a visibility issue introduced by anonymous access circuitry or some related thing, or some missing initialization, or something caused by the compiler/RTS. Can you try a not so recent GNAT, like 3.15p? And/Or if you stubbornly replace anonymous pointer types with named pointer types, the compiler might complain before the program is run. If you have some code that modern news systems will not hash, or can use eMail, send your Ada 95 program so another compiler gets a chance to produce a program, or a different error at least.