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,a949937a76bda3b7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!e20g2000vbn.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Setting up Opengl Date: Fri, 19 Nov 2010 04:02:56 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <1b5c6b5d-c5aa-4e59-9079-940d3f269e29@q14g2000yqe.googlegroups.com> <976e2a89-130e-4150-8b50-97f68b97330a@z19g2000yqb.googlegroups.com> <4ce45a30$0$7670$9b4e6d93@newsspool1.arcor-online.net> <7a62e247-9a36-4471-a559-4ded9810adea@v12g2000vbh.googlegroups.com> NNTP-Posting-Host: 20.133.0.13 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1290168176 6940 127.0.0.1 (19 Nov 2010 12:02:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 19 Nov 2010 12:02:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e20g2000vbn.googlegroups.com; posting-host=20.133.0.13; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16581 Date: 2010-11-19T04:02:56-08:00 List-Id: On Nov 19, 9:54=A0am, Gautier write-only wrote: > On 18 nov, 20:53, Simon Wright wrote: > > > There was a constraint error eventually .. > > > =A0 =A0Exception name: CONSTRAINT_ERROR > > =A0 =A0Message: globe_3d-collision_detection.adb:101 index check failed > > Oh, when does it happen (I kind of remember having seen that one, > though) ?... I'd been waving the pointer about wildly (!) so that the viewpoint was moving all over the place, it crashed when I moved to the first image with the (9?) squares with '3'. Only the once (afterwards I wasn't so energetic with the pointer). I'd have posted a traceback but atos (this is on a Mac) only gave me the line numbers for the main file (where it calls the main loop) and the one in the exception message. Maybe the library wasn't built with - g? Any Mac users know why I have to say "atos -arch x86_64"? You'd have thought something capable of analysing an executable could have worked out whether it was 32- or 64-bits!