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 X-Received: by 10.66.141.39 with SMTP id rl7mr11808482pab.11.1412472374915; Sat, 04 Oct 2014 18:26:14 -0700 (PDT) X-Received: by 10.140.20.246 with SMTP id 109mr133161qgj.0.1412472374607; Sat, 04 Oct 2014 18:26:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no4109314igb.0!news-out.google.com!i10ni60qaf.0!nntp.google.com!s7no558348qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 4 Oct 2014 18:26:14 -0700 (PDT) In-Reply-To: <8a1302ac-a1fe-463c-b943-65cf5e768135@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 References: <66770438-2eba-4fcf-bcbe-e2660fc5e9c0@googlegroups.com> <8a1302ac-a1fe-463c-b943-65cf5e768135@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <920ca9f4-bf35-427b-8915-65853d623944@googlegroups.com> Subject: Re: Gnoga on Windows From: David Botton Injection-Date: Sun, 05 Oct 2014 01:26:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22094 Date: 2014-10-04T18:26:14-07:00 List-Id: > > Error finalizing - g7 > > PROGRAM_ERROR - EXCEPTION_ACCESS_VIOLATION > > > > Looking through the code, that appears to be the Finalize procedure for Base_Type in gnoga-gui-base.adb Correct, Gnoga cleans up references in the browser on finalization to allow for the browser's JS garbage collection to take place for long running apps. > > > Is this expected? No. It has never happened on other platforms or with those so far trying on windows. What version of GNAT and AWS are you using? David Botton