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,462a4f123e2d4476 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-23 07:13:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14eed!wn2feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <5ee5b646.0203230352.7095fff0@posting.google.com> Subject: Re: not handled exceptions X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1016896436 12.225.227.101 (Sat, 23 Mar 2002 15:13:56 GMT) NNTP-Posting-Date: Sat, 23 Mar 2002 15:13:56 GMT Organization: AT&T Broadband Date: Sat, 23 Mar 2002 15:13:56 GMT Xref: archiver1.google.com comp.lang.ada:21586 Date: 2002-03-23T15:13:56+00:00 List-Id: "Michal Nowikowski" wrote in message news:pan.2002.03.23.14.39.06.84735.1206@zamek.gda.pl... > On Sat, 23 Mar 2002 12:52:18 +0100, Robert Dewar wrote: > > >> I've got problem with exceptions. It is my code: > > > > Always, always post an ENTIRE program when you ask for help. Do not > > I would but my program's size is already 2000 lines. Earlier this > problem doesn't exist, it appear now. Maybe i changed sth in the code > but i dont know what it could be - so I'm asking. > Try to produce a minimal subset of the program that reproduces the problem. For example, if the problem is in fact with unhandled exceptions, the following program might do: procedure Test_Exception is exc : exception; begin raise exc; end Test_Exception; If this doesn't reproduce the problem there is probably something else going on. For example, if you program includes tasks, the main program will not terminate until all dependent tasks terminate. SteveD > Godfryd > > -- > | Michal Nowikowski > | BOFH excuse #122: because Bill Gates is a Jehovah's witness and so > | nothing can work on St. Swithin's day.