You might try running science-test.rkt multiple times and see if it fails. It&#39;s the simulation collection where I see the problem mostly. It uses the differential equation solver from the science collection, which is the only place I know of that uses boxes, but there may be others. I was using Windows 7 64-bit today when I tried it. I&#39;ll see if science-test works for me.<br>
<br>When it does fail for me now, it is consistently with a seg fault in gc.<br><br>I&#39;ll keep checking nightly builds on my home machine in the evenings.<br><br>I&#39;ll look into the unsafe-fl* error.<br><br>Thanks,<br>
Doug<br><br>On Sunday, August 28, 2011, Matthew Flatt &lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt; wrote:<br>&gt; At Sun, 28 Aug 2011 13:18:36 -0600, Doug Williams wrote:<br>&gt;&gt; I reported a problem a few weeks back that keeps me from using 5.1.2 (and<br>
&gt;&gt; now 5.1.3). Matthew believes it is due to an optimizer bug with boxes.<br>&gt;&gt; Fortunately, 5.1.1 works, but we&#39;re stuck there. I tried the latest nightly<br>&gt;&gt; build this morning and the error is still there.<br>
&gt;<br>&gt; I thought I had fixed that one with push d185c2a0df45 in the git repo.<br>&gt;<br>&gt; The line<br>&gt;<br>&gt;  (require (planet &quot;williams/science/examples/science-test.ss&quot;))<br>&gt;<br>&gt; works for me (Mac OS X, 32-bit Windows, 64-bit Windows). Am I trying<br>
&gt; the right example?<br>&gt;<br>&gt;<br>&gt;&gt; Anyway, the real reason for this e-mail is that the latest nightly build<br>&gt;&gt; (which was plt-3.1.3.6-bin-x86_64-win32.exe) gave me another problem. When I<br>&gt;&gt; downloaded the science collection from PLaneT using the latest nightly<br>
&gt;&gt; build, it gave me errors about expecting a module for some files. There are<br>&gt;&gt; indeed some rkt files that are included - using include - that are not<br>&gt;&gt; modules. But, they are in the compile-omit-files in the info.rkt file. Is<br>
&gt;&gt; this being deprecated in some way?<br>&gt;<br>&gt; I see that problem (i.e., errors when I use the `require&#39; line above),<br>&gt; and it&#39;s related to recent changes for `raco link&#39;. I&#39;ve pushed a<br>
&gt; repair in time for tonight&#39;s build.<br>&gt;<br>&gt;<br>&gt; BTW, the bytecode optimizer notices that `unsafe-fl*&#39; is applied to<br>&gt; three arguments in &quot;statistics.rkt&quot;. Looks like it&#39;s on line 713.<br>
&gt;<br>&gt;