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,57ca86d2263c2ca9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-29 01:03:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!diablo.theplanet.net!zen.net.uk!news.cabal.org.uk!news-peer.gradwell.net!not-for-mail Newsgroups: comp.lang.ada From: porton@ex-code.com (Victor Porton) Date: Wed, 29 Jan 2003 14:02:24 +0500 References: <3e379038$0$350$bed64819@news.gradwell.net> Organization: Extreme Code Software (http://ex-code.com) Subject: Re: Gnat: system__finalization_implementation__finalize_list Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Content-Type: text/plain; charset=us-ascii X-URL: http://www.ex-code.com/ Message-ID: <3e3798c5$0$348$bed64819@news.gradwell.net> NNTP-Posting-Date: 29 Jan 2003 09:03:01 GMT NNTP-Posting-Host: 195.149.39.13 X-Trace: 1043830981 news.gradwell.net 348 mail2news/195.149.39.13 X-Complaints-To: news-abuse@gradwell.net Xref: archiver1.google.com comp.lang.ada:33544 Date: 2003-01-29T09:03:01+00:00 List-Id: In article <3e379038$0$350$bed64819@news.gradwell.net>, porton@ex-code.com (Victor Porton) writes: > Ideas what this means, how to find the error? > (All checks are turned on!) > > Program received signal SIGSEGV, Segmentation fault. > 0x40164c96 in system__finalization_implementation__finalize_list () from /usr/lib/libgnat-3.14p.so.1 > > This error appears after exiting my main rountine (well, the main > rountine is not a procedure but a begin...end block of a package > body.) > > Gnat 3.14p, i386/Linux. Well, seemingly no this problem with Gnat-3.2. So it maybe is a bug in Gnat-3.14p?