comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: one task missing during the execution
Date: Thu, 16 Oct 2014 23:55:35 +0200
Date: 2014-10-16T23:55:35+02:00	[thread overview]
Message-ID: <15xyozx14rvys$.1en45fujv0j15$.dlg@40tude.net> (raw)
In-Reply-To: 1309af4c-b4f1-46d3-9875-c386f154e4a4@googlegroups.com

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


  reply	other threads:[~2014-10-16 21:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16  3:11 one task missing during the execution compguy45
2014-10-16 14:33 ` Adam Beneschan
2014-10-16 15:31   ` compguy45
2014-10-16 16:08     ` Björn Lundin
2014-10-16 22:16       ` Björn Lundin
2014-10-16 17:48     ` Chris Moore
2014-10-16 21:25       ` compguy45
2014-10-16 21:55         ` Dmitry A. Kazakov [this message]
2014-10-16 16:59 ` Jacob Sparre Andersen
2014-10-16 17:22   ` compguy45
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox