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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e44790cdcea9da82 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Problem with -gnatt Date: Mon, 18 Oct 2004 09:59:51 +0200 Message-ID: <417377F7.7050506@mailinator.com> References: <41651D37.4030805@mailinator.com> <2skt9qF1ljjdtU1@uni-berlin.de> <4165472D.2030704@mailinator.com> <416573FA.4010003@mailinator.com> <87k6u2mj08.fsf@insalien.org> <4166538E.6090907@mailinator.com> <41702af7$0$91003$39cecf19@news.twtelecom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de PCeharWLSkLA+hYR8QqVcwxq0OLTb4m/GhENrXn8dUtT2b//s= User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en In-Reply-To: <41702af7$0$91003$39cecf19@news.twtelecom.net> Xref: g2news1.google.com comp.lang.ada:5386 Date: 2004-10-18T09:59:51+02:00 List-Id: Matthew Heaney wrote: > "Alex R. Mosteo" wrote in message > news:4166538E.6090907@mailinator.com... > >> >>+===========================GNAT BUG > > DETECTED==============================+ > >>| 3.15p (20020523) (i686-pc-linux-gnu) Storage_Error stack overflow (or >>erroneous memory access)| >>| Error detected at ../../containers/a-cohama.adb:508:4 >>[../download/adagio-download-slot.ads:78:4]| >> >>Should I report the bug? I'm not customer of ACT so I don't have >>customer number, for example. >> >>Maybe the use of the Ada.Containers is a practice of risk? ;) > > > Please send me the context (or better yet, the whole file) around line 508 > of a-cohama.adb. > > If you have adagio-download-slot.ads, then send me that too. > > Also send me whatever code you have that calls adagio-download-slot. You can browse it all at a-cohama.adb: http://deepsix.homeip.net/svn/Adagio%20head/containers/a-cohama.adb adagio-download-slot.ads: http://deepsix.homeip.net/svn/Adagio%20head/src/download/adagio-download-slot.ads Currently I've moved the instantiation to a child package: http://deepsix.homeip.net/svn/Adagio%20head/src/download/adagio-download-slot-maps.ads Sole instance of a Map: http://deepsix.homeip.net/svn/Adagio%20head/src/download/adagio-download-manager.adb Of course the simplest way to reproduce the error is to check out the whole http://deepsix.homeip.net/svn/Adagio%20head/ with subversion and issue a make htmlfull when inside the /src folder. but you'll need an unpatched gnat 3.15p in linux (I've not tested this error in windows).