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=unavailable autolearn_force=no version=3.4.4 Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!news.kjsl.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: GNAT stuck, any idea on how to diagnose it? Date: Sun, 14 Sep 2014 13:45:04 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls7.std.com 1410716703 7234 192.74.137.71 (14 Sep 2014 17:45:03 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sun, 14 Sep 2014 17:45:03 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:Md8DG07k8d2kpec0jAwHeqosMi0= Xref: number.nntp.dca.giganews.com comp.lang.ada:189002 Date: 2014-09-14T13:45:04-04:00 List-Id: Natasha Kerensikova writes: > Since I'm accumulating stuff, and test_all is accessing everything, it's > getting larger and larger, and takes more and more time to build. So far > so good. Try using the -gnatdO switch. That's a capital Oh at the end, not zero. It's documented in debug.adb. - Bob