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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8e02b78316c4c09e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-13 14:31:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!area.cu.mi.it!news.mailgate.org!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: "Carsten Schnedler" Newsgroups: comp.lang.ada Subject: STACK_OVERFLOW_EXCEPTION Date: Fri, 14 Feb 2003 01:28:06 +0100 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1045175375 04 13266 SVtgEBlbSlAPzR 030213 22:29:35 X-Complaints-To: abuse@t-online.com X-Sender: 520081272184-0001@t-dialin.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:34079 Date: 2003-02-14T01:28:06+01:00 List-Id: Programming a simple E-Mail-System I recognized the following problem. I am using gant3.14p on a WIN98-system and during programm-execution the exception STORAGE-ERROR: EXCEPTION_STACK_OVERFLOW is raised. The debugger gdb ends in the follwoing message: > Program received signal SIGSEGV, Segmentation fault. > 0x4041f6 in standard_types."=" (l=0x26b0758, r=(null)) > at E:/projekte/bibliothek/src/standard_types.adb:10 According to GNAT-Users's-Guide I tried to increase stack-size by implementing the variable GNAT_STACK_LIMIT in autoexec.bat which showed no result. Checking the recursion-depth showed a depth of 7. Does anybody know, how to solve this problem? Regards Carsten Schnedler CSchnedler@WEB.DE