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: a07f3367d7,e315b3232f1093b0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Exception handler does not catch an exception References: <2f479ca7-b081-4dc4-9ca9-bcee141e4df8@n21g2000vba.googlegroups.com> From: Stephen Leake Date: Wed, 10 Jun 2009 06:06:47 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:8F0Zw0RruNq4GY8AKWwALAtRpv0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 5d9704a2f85a5e9cadf9d15788 Xref: g2news2.google.com comp.lang.ada:6408 Date: 2009-06-10T06:06:47-04:00 List-Id: rickduley writes: > Thanks to those who replied to my plea. The issue is resolved. I am > not too sure what I did that fixed it but I suspect that I was trying > to add something to an unitialised widget in GtkAda. Ok, good. > addr2line obviously does not like GtkAda because the output was > unintelligible. This may be more due to optimization settings; the output is more reliable with -O0. -- -- Stephe