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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.25.212 with SMTP id 203mr10723060ywz.35.1461262458423; Thu, 21 Apr 2016 11:14:18 -0700 (PDT) X-Received: by 10.182.144.226 with SMTP id sp2mr202540obb.13.1461262458198; Thu, 21 Apr 2016 11:14:18 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!7no5182886qgj.0!news-out.google.com!uv8ni54igb.0!nntp.google.com!sq19no17393igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 21 Apr 2016 11:14:17 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.36; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.36 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <86d4c5fa-5ead-41ac-b139-449ed9d89d89@googlegroups.com> Subject: Re: timer_server triggers Task_Termination handler From: Anh Vo Injection-Date: Thu, 21 Apr 2016 18:14:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:30219 Date: 2016-04-21T11:14:17-07:00 List-Id: On Thursday, April 21, 2016 at 3:23:51 AM UTC-7, Per Dalgas Jakobsen wrote: > Is it correct behaviour when tasks internal to the GNAT run-time causes > users task_termination handlers to be called? > > This behaviour is seen on: > 1) Debian Linux: gnat-5 (Ada 2005, Ada 2012). > 2) AIX: GNAT Pro 6.1.0w (Ada 2005). Yes, this is correct behavior. See C.7.3 of the Ada Reference Manual, http://www.adaic.org/resources/add_content/standards/12rm/html/RM-C-7-3.html#I7669 Anh Vo