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,5227fc4f4f6a9c57 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!g10g2000cwb.googlegroups.com!not-for-mail From: "REH" Newsgroups: comp.lang.ada Subject: Re: Exceptions and Streams Date: 22 May 2006 08:11:50 -0700 Organization: http://groups.google.com Message-ID: <1148310710.849049.6780@g10g2000cwb.googlegroups.com> References: <1148140984.807366.177480@g10g2000cwb.googlegroups.com> NNTP-Posting-Host: 192.35.35.34 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1148310717 19142 127.0.0.1 (22 May 2006 15:11:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 May 2006 15:11:57 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g10g2000cwb.googlegroups.com; posting-host=192.35.35.34; posting-account=lnUIyw0AAACoRB2fMF2SFTIilm8F10q2 Xref: g2news2.google.com comp.lang.ada:4337 Date: 2006-05-22T08:11:50-07:00 List-Id: Simon Wright wrote: > "REH" writes: > > I have certainly had trouble streaming ::something to do with > exceptions:: with GNAT, but I'm afraid I can't remember what. The > symptom was an endless recursion, I think. Not much help, I know. Maybe your exception stream code was generating exceptions? :) > > One thought: with 'gnatbind -E', GNAT keeps a traceback in the > occurence, but it's in terms of addresses so may not make a lot of > sense in another address space. This can also cause confusion in > exceptions raised during rendezvous if the traceback is reported from > the caller's point of view! I am using Green Hills. > You might find it easier to create a stream which could extend itself > on overflow? I can't. It's in an embedded system that must be certified. I cannot use dynamic allocation. Thanks, REH