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,4dfbb9c23c9a83eb,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!sn-xit-04!sn-xit-12!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Adaddict" Newsgroups: comp.lang.ada Subject: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW Date: Thu, 04 Aug 2005 20:55:56 -0400 Organization: www.talkaboutprogramming.com Message-ID: <27c5ecc06ac6a213466ab65361d20376@localhost.talkaboutprogramming.com> X-Newsreader: www.talkaboutprogramming.com X-Problems-To: info at talkaboutnetwork.com X-Posted-By: USERID-68263 Content-Type: text/plain; X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:3971 Date: 2005-08-04T20:55:56-04:00 List-Id: Greetings, I'm doing a small program that uses a search function. That search function compares a given string with the strings returned by a second function until that second function can't return another string. During the execution of that search I get that error. Does anyone know what causes it and how could I solve it? P.S: Using GNAT 3.15p on AdaGIDE to develop a Win32 app.