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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.243.163 with SMTP id wz3mr6288928pac.0.1413338479298; Tue, 14 Oct 2014 19:01:19 -0700 (PDT) X-Received: by 10.140.22.239 with SMTP id 102mr139618qgn.1.1413338479038; Tue, 14 Oct 2014 19:01:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no10886295igb.0!news-out.google.com!i10ni87qaf.0!nntp.google.com!dc16no2922443qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 14 Oct 2014 19:01:18 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.44.225.195; posting-account=vk6_JwoAAABkMyHO1YfdP69Hm3CpbdGR NNTP-Posting-Host: 108.44.225.195 References: <13fb4505-4abd-4d5b-b18d-d05aa0a4dcb9@googlegroups.com> <32414aa2-3a0f-41fc-aef3-d8db709aacfc@googlegroups.com> <0b5ee58b-2d2d-4394-8215-0fa5d1a4740e@googlegroups.com> <5bf99c39-20f1-4fe3-9601-5c4d00598d7b@googlegroups.com> <32973087-dff1-4857-a7a6-1b39cb3ff4d2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Gnoga Latest Updates From: Jeremiah Injection-Date: Wed, 15 Oct 2014 02:01:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22492 Date: 2014-10-14T19:01:18-07:00 List-Id: On Monday, October 13, 2014 10:26:56 PM UTC-4, David Botton wrote: > If Application.Singleton.End_Application is called or the browser window = is closed, Application.Singleton.Message_Loop will return. Any clean up can= then be made after that before the main procedure ends. >=20 >=20 >=20 > David Botton I did retest out Tutorial 2 with the latest load since it was the quickest = way to test. Closing the browser or navigating away does indeed cause the = application to finish cleanly now using Singleton. However, as a side effe= ct of the fix, the exit app button either causes the program to hang until = windows asks to stop it or it gives an exception: C:\MinGW\msys\1.0\home\Jere\gnoga-code-2014_10_14\bin\tutorial_02 Starting Web Server with web root at ../ Starting Gnoga Server on :8080 Dispatch Error PROGRAM_ERROR - EXCEPTION_ACCESS_VIOLATION Not that I was planning on using the exit button, but wanted you to know in= case.