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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,405c9fed403b342b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-21 16:34:22 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: prichtmyer@yahoo.com (Peter Richtmyer) Newsgroups: comp.lang.ada Subject: Program Terminates ... Date: 21 Dec 2003 16:34:22 -0800 Organization: http://groups.google.com Message-ID: <1b585154.0312211634.6c414d2e@posting.google.com> NNTP-Posting-Host: 68.110.200.186 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1072053262 20597 127.0.0.1 (22 Dec 2003 00:34:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 Dec 2003 00:34:22 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3680 Date: 2003-12-21T16:34:22-08:00 List-Id: I hope someone can help. I am running a couple programs using Gnat 3.15p on Win2000. One program has a number of tasks that all have exception handlers. Virtually all my routines have exception handlers too. After running awhile (the two programs exchange messages) the one program terminates gracefully - for no apparent reason. Eventually all the tasks seem to terminate, though I have not coded any normal way out of some of them (endless loops). And I have "Put_Line" statements in all exception handlers and at the end of the main program. But no error messages are printed. (Other "normal" messages are printed during the run.) Is there some resource that could be used up and yet not cause an exception? Or what would cause this behavior? I have never seen anything like this before, and I've been at it some years. Any ideas very welcome. It is deadline time! Thanks, Peter