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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,590105a5ce7f98b5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!b28g2000cwb.googlegroups.com!not-for-mail From: zychp@o2.pl Newsgroups: comp.lang.ada Subject: Re: very long string and Segmentation fault Date: 11 Jul 2006 02:29:27 -0700 Organization: http://groups.google.com Message-ID: <1152610167.088798.266400@b28g2000cwb.googlegroups.com> References: <1152261569.199484.272250@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: 62.111.211.178 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1152610172 16582 127.0.0.1 (11 Jul 2006 09:29:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 11 Jul 2006 09:29:32 +0000 (UTC) In-Reply-To: <1152261569.199484.272250@m73g2000cwd.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060615 Firefox/1.5.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: b28g2000cwb.googlegroups.com; posting-host=62.111.211.178; posting-account=cdZc_w0AAACo618ZAVjggcorsVNUv0lB Xref: g2news2.google.com comp.lang.ada:5606 Date: 2006-07-11T02:29:27-07:00 List-Id: > What can be the reason of this? How it can be soved? The problem was because of pragma Initialize_Scalars added to whole project. Now it's working fine. Thx for answers