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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.3d73Ybk3C5U4I2t8lv+lAQ.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Problem using GLOBE_3D/glut under Debian 10 (buster) Date: Wed, 21 Aug 2019 11:52:51 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <31ca7629-0a89-4a48-9685-514c7756bdd0@googlegroups.com> NNTP-Posting-Host: 3d73Ybk3C5U4I2t8lv+lAQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:57084 Date: 2019-08-21T11:52:51+02:00 List-Id: On 2019-08-21 07:54, reinert wrote: > It seems like I have circled down the problem. I did avoid this statement: > > glut.MenuStatusFunc (menu1_callback1'Unrestricted_Access); > > and the problem seems to disappear. > > Under gnat-6 there was apparently no problem, but under gnat-7/-8 I just got > "raised STORAGE_ERROR : s-intman.adb:136 explicit raise". Maybe related to the GNAT 7, 8 (and possibly) 9 bug in generating dispatching tables. The bug causes infinite recursion in some dispatching calls (as well as in calls to Ada.Tags.Expanded_Name etc) which results in Storage_Error. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de