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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,790d824907970cc3 X-Google-Attributes: gid103376,public From: Bryce Bardin Subject: Re: Exception Propagation Date: 1999/06/14 Message-ID: <37651F53.47A6AAC6@home.com>#1/1 X-Deja-AN: 489468156 Content-Transfer-Encoding: 7bit References: <7jjbl4$n79$1@nnrp1.deja.com> <7jh857$ej$1@nnrp1.deja.com> <375CC549.7EDFB885@spam.com> <0nc73.5376$y6.3195132@WReNphoon3> <7jlud1$l76$1@nnrp1.deja.com> X-Accept-Language: en,en-GB,en-US,fr,fr-BE,fr-CA,fr-FR,fr-CH,de,de-AT,de-DE,de-CH,it,es,es-AR,es-CO,es-MX,es-ES Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@home.net X-Trace: news.rdc2.occa.home.com 929374036 24.7.50.190 (Mon, 14 Jun 1999 08:27:16 PDT) Organization: @Home Network MIME-Version: 1.0 NNTP-Posting-Date: Mon, 14 Jun 1999 08:27:16 PDT Newsgroups: comp.lang.ada Date: 1999-06-14T00:00:00+00:00 List-Id: Robert A Duff wrote: > > dennison@telepath.com writes: > [snip] > > If you *do* write such code in last-ditch handlers on your tasks, make > > sure to handle the IO synchronization problem yourself, or you are > > liable to get interspersed output, or different exceptions than the ones > > you are looking for. > > Hmm. Maybe. But the more complicated you make that exception-handling > code, the more likely that *it* will have the same problem -- and whose > going to handle exceptions in the exception handler? This is a classic case of: "Quis custodiet ipsos custodes?" [Who will keep the keepers?] > > - Bob > -- > Change robert to bob to get my real email address. Sorry.