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!news4.google.com!news.glorb.com!news.doubleSlash.org!open-news-network.org!news.teledata-fn.de!newsfeed.arcor.de!newsspool2.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: <1175539382.899135.46590@p15g2000hsd.googlegroups.com> References: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> <1175523110.139336.101840@b75g2000hsg.googlegroups.com> <1175539382.899135.46590@p15g2000hsd.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1175550519.5750.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Date: Mon, 02 Apr 2007 23:48:39 +0200 NNTP-Posting-Date: 02 Apr 2007 22:47:20 CEST NNTP-Posting-Host: 5ea1c1c8.newsspool1.arcor-online.net X-Trace: DXC=Pno2Vc5];5:D]ncZ]`hZ;1ic==]BZ:af>4Fo<]lROoR1Fl8W>\BH3Y2BoHXG0>QL@ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:14745 Date: 2007-04-02T22:47:20+02:00 List-Id: On Mon, 2007-04-02 at 11:43 -0700, andrew.carroll@okstate.edu wrote: > Here is a backtrace: > Not sure whether I have been doing what you want to do. I joined a number of lines that were split in two in the news message, and then enabled this code: ----------------------------------------------------------- -- The code I want to use for dispatching ----------------------------------------------------------- schemainfo.all.attributes (x) := new attribute'class'(from_disc(fin, schemainfo.all.attributes (x).all)); FWIW, $ gnatmake -gnat05 -g -O -gnatwa -W -gnato -fstack-check dbprog $ ./dbprog --------------------------------------------------- Put your table definitions in a file named tables.txt and place the file in the same folder as this program (Parser.exe). Type C to continue or. ~ to quit. --------------------------------------------------- >>C Error in input file format: No attributes found. Must have () Error in input file: Format not correct, no type specified for attribute * You entered the data wrong. $ uname -a Linux sonnenregen 2.6.17-11-server #2 SMP Thu Feb 1 19:53:33 UTC 2007 i686 GNU/Linux The system is Ubuntu being based on Debian, with GNAT GPL 2006. (Some new Ada 2005 features aren't in the system's 4.1.2 based compiler, I guess; the correct "Value" is not found.)