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.182.232.164 with SMTP id tp4mr14791708obc.29.1412535639741; Sun, 05 Oct 2014 12:00:39 -0700 (PDT) X-Received: by 10.140.94.10 with SMTP id f10mr863qge.11.1412535639636; Sun, 05 Oct 2014 12:00:39 -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!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!uq10no4496778igb.0!news-out.google.com!q8ni41qal.1!nntp.google.com!dc16no815872qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 5 Oct 2014 12:00:39 -0700 (PDT) In-Reply-To: <3731f92d-624d-437d-9f94-9cfaf10c9d54@googlegroups.com> 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: <66770438-2eba-4fcf-bcbe-e2660fc5e9c0@googlegroups.com> <3731f92d-624d-437d-9f94-9cfaf10c9d54@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <01107590-2317-4ebd-819b-e5ca0aeddcf2@googlegroups.com> Subject: Re: Gnoga on Windows From: Jeremiah Injection-Date: Sun, 05 Oct 2014 19:00:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 3365 X-Received-Body-CRC: 4104208921 Xref: news.eternal-september.org comp.lang.ada:22111 Date: 2014-10-05T12:00:39-07:00 List-Id: On Saturday, October 4, 2014 10:00:28 PM UTC-4, David Botton wrote: > Jeremiah, one more thing I thought of clear your browser cache, perhaps i= t has a broken cache of the boot.html or try using "private mode" or "incog= nito" mode or whatever it may be on your browser. Which btw is which versio= n? I use Firefox 32.0.3 and IE 11.0.9600.17280 (IE only as a second opinion pe= r say...mainly firefox). I don't run either in private mode. I do run NoScript in FF, but I whiteli= sted localhost to make sure it wasn't an issue. I did test by wiping the c= ash in IE each time and Firefox is set to automatically do that when I clos= e it. No change due to cache wiping. Here is some more info on what I se= e: 1. If I run the tutorial from minGW bash, both browsers have no trouble ge= tting to local host, even from a fresh browser cache session (and FF does h= ave NoScript running so I know this isn't doin anything). 2. If I run the tutorial from GPS using the run button, A browser with fre= sh cache will not open the page and just spin on local host. It doesn't ev= en tell me the host is unavailable like it would if I didn't have the progr= am running at all. 3. If I run the tutorial from minGW bash and use a browser and do not clea= r the cache or close the browser (which of course works) and then I run it = from GPS, it works while the cache is not cleared. However once I close FF= (clears the cache) or manually clear on IE, it doesn't work unless I go ba= ck and run from minGW bash first again. As a side note: I can build it from both within GPS or in minGW bash and get the same resul= ts listed. Also, I tested tutorial_02 and got the same results. I haven't= tested the others but I can if you wish. Also, on the topic of the exception I mentioned earlier. I know you probab= ly did this, but out of curiosity, did you make all your Finalize calls ide= mpotent? At first glance it didn't appear that way, but I didn't dig very = deep so you might be and I just missed it. If not, that might explain why = I get the exception and you haven't on other platform configurations.