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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a59c0afeb6808e51 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-31 01:14:17 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Howto debug seg-faulting Ada 95 code? Date: Sat, 31 Aug 2002 10:14:17 +0200 Organization: Enyo -- not your organization Message-ID: <87y9an5tt2.fsf@deneb.enyo.de> References: <1f358d66.0208302358.6f1c6a39@posting.google.com> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1030781652 13167 212.9.189.171 (31 Aug 2002 08:14:12 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 31 Aug 2002 08:14:12 GMT Cancel-Lock: sha1:q0EykIB64B5jzef+9x1fxK28OLs= Xref: archiver1.google.com comp.lang.ada:28621 Date: 2002-08-31T08:14:12+00:00 List-Id: karlran@hotmail.com (Karl Ran) writes: [Program which exceeds the 2 MB stack barrier when tasking is used on GNAT/x86] > It compiles fine with gnat 3.14p( options: -gnatwa -gnato -g ) > but it fails miserably when I run it. Your code causes a stack overflow; "-fstack-check" should catch these problems, but it doesn't. Looks like a bug to me.