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-30 12:39:37 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!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Gnat: system__finalization_implementation__finalize_list Date: 30 Jan 2003 20:38:39 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3e379038$0$350$bed64819@news.gradwell.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1043959177 16548 62.49.19.209 (30 Jan 2003 20:39:37 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 30 Jan 2003 20:39:37 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:33618 Date: 2003-01-30T20:38:39+00:00 List-Id: 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.) As a matter of interest, do you have any unbounded strings? GNAT has been known to have occasional wobblies with these in obscure circumstances. They are controlled, so are involved with finalization, hence the thought.