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,FREEMAIL_FROM, 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-in.ntli.net!newsrout1-win.ntli.net!ntli.net!news.highwinds-media.com!xara.net!gxn.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW Date: Tue, 03 Apr 2007 20:43:02 +0100 Organization: Pushface Message-ID: References: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> <1175523110.139336.101840@b75g2000hsg.googlegroups.com> <1175539382.899135.46590@p15g2000hsd.googlegroups.com> <1175550519.5750.11.camel@localhost.localdomain> <1175550021.346718.245800@e65g2000hsc.googlegroups.com> <1175595945.4684.2.camel@localhost> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1175629382 15315 62.49.19.209 (3 Apr 2007 19:43:02 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 3 Apr 2007 19:43:02 +0000 (UTC) Cancel-Lock: sha1:JxjBrvfs/s1yXgfpUt11yK/mCIw= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (darwin) Xref: g2news1.google.com comp.lang.ada:14769 Date: 2007-04-03T20:43:02+01:00 List-Id: Georg Bauhaus writes: > On Mon, 2007-04-02 at 14:40 -0700, andrew.carroll@okstate.edu wrote: >> I should say that I am developing on a Windows box. >> Did you make a file called tables.txt? Is it in the same directory as >> the executable? > > Yes. I used the lines from the tail of your posting as > advice and created the file. > (While the advice talks about about both "table.txt" and > "tables.txt", I tried with and without "tables.txt".) $ ./dbprog [...] >>c [...] >>y [...] >>y [...] >>y [...] >>y --------------------------------------------------- Type one of the following at the prompt: ~ QUIT 1 INSERT DATA 2 UPDATE DATA 3 DELETE DATA 4 SHOW RECORDS For help type 'help' --------------------------------------------------- >>1 Enter the table name in CAPITAL letters >>T1 Enter a value for mine(BOOLEAN) >>false Segmentation fault (Andrew, I hope you won't take it wrong if I say that you've spent quite a bit of effort making a UI that's rather difficult to use :-)