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-Thread: 103376,ee1a8b8db84c88f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!solnet.ch!solnet.ch!news-zh.switch.ch!switch.ch!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Ada exception block does NOT work? Date: Thu, 18 Aug 2005 20:00:04 +0200 Organization: Cablecom Newsserver Message-ID: <4617795.n0LukVfpni@linux1.krischik.com> References: <4301ab29$0$6989$9b4e6d93@newsread2.arcor-online.net> <54s1ed.kjh.ln@hunter.axlog.fr> <430489E2.2070601@mailinator.com> NNTP-Posting-Host: 84-72-114-216.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1124466318 7559 84.72.114.216 (19 Aug 2005 15:45:18 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Fri, 19 Aug 2005 15:45:18 +0000 (UTC) User-Agent: KNode/0.9.2 Xref: g2news1.google.com comp.lang.ada:4193 Date: 2005-08-18T20:00:04+02:00 List-Id: Alex R. Mosteo wrote: > I see > in the RM that there's a permission for an implementation to truncate > the message associated with any exception, could be this the reason? In Ada an exception may need to be send over the network to another computer. Read the dreaded Annex E for details: http://www.adaic.com/standards/95lrm/html/RM-E.html But even without Annex E - exceptions inside a rendezvous need to be raised in both threads and exceptions raised inside the thread initialisation is transfered from the newly created thread to the creating thread - a thread which failed to initialise can't handle an exception and somebody has to. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com