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,f6ee8ca03c176d76 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-17 08:58:27 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: stupid question: how can I finish a program? Date: 17 Aug 2002 08:58:27 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0208170758.6dcea32b@posting.google.com> References: <3D59BB4C.AA21BDA@despammed.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029599907 599 127.0.0.1 (17 Aug 2002 15:58:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Aug 2002 15:58:27 GMT Xref: archiver1.google.com comp.lang.ada:28178 Date: 2002-08-17T15:58:27+00:00 List-Id: "Marin D. Condic" wrote in message news:... > There is no "shoot this process in the head > right this instant and I really mean it!" instruction in > Ada. Not a "standard" one, at least. Not one that will > work with all possible Ada programs. That's misleading. Aborting the environment task will work. However, in the real world, we seldom have Ada programs, instead we have mixtures of Ada and various libraries and foreign languages, and in this case, you can't depend on anything predefined in Ada to work, and the issue of immediate termination becomes somewhat system dependent.