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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d001ea725a439db2,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w27g2000yqk.googlegroups.com!not-for-mail From: MRE Newsgroups: comp.lang.ada Subject: XMLAda and GDB on Lion anybody? Date: Thu, 4 Aug 2011 00:54:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 84.182.212.94 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1312444844 25860 127.0.0.1 (4 Aug 2011 08:00:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Aug 2011 08:00:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w27g2000yqk.googlegroups.com; posting-host=84.182.212.94; posting-account=9oKlagoAAAArpDKc-z70x-nwdNs7Rw_P User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:5.0.1) Gecko/20100101 Firefox/5.0.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20459 Date: 2011-08-04T00:54:09-07:00 List-Id: Hi all, I am experimenting with XMLAda, following AdaCore's manual. When running the example given on pages 22 and 23 (DomExample2), I get the following exception: raised CONSTRAINT_ERROR : dom-core-nodes.adb:237 access check failed as soon as the line List := Get_Elements_By_Tag_Name (Doc, "pref"); is reached. I have not really an idea what the problem might be, as I can't debug properly, GDB telling me unable to read unknown load command 0x24 unable to read unknown load command 0x26 Is it just me, or has anybody else seen this too? Best regards, Marc