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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: one task missing during the execution Date: Thu, 16 Oct 2014 23:55:35 +0200 Organization: cbb software GmbH Message-ID: <15xyozx14rvys$.1en45fujv0j15$.dlg@40tude.net> References: <885f299a-b089-4892-ae2f-efffda3af1fb@googlegroups.com> <7793db91-842f-49f0-9931-b139e754183d@googlegroups.com> <1309af4c-b4f1-46d3-9875-c386f154e4a4@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: ZB2Fb2q1fa4xpMpNKFqV6Q.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.giganews.com comp.lang.ada:189843 Date: 2014-10-16T23:55:35+02:00 List-Id: On Thu, 16 Oct 2014 14:25:52 -0700 (PDT), compguy45@gmail.com wrote: > exception > when tasking_error => > Put_Line ("Something is wrong here" & Exception_Information (Error)); when Error : tasking_error => Put_Line ("Something is wrong here" & Exception_Information (Error)); and with GNAT.Exception_Traces; ... begin GNAT.Exception_Traces.Trace_On (GNAT.Exception_Traces.Every_Raise); -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de