<div dir="ltr">Hi Matt,<div><br></div><div style>I read that I could look at mdmp files with WinDbg.  So here&#39;s what I saw - Call window on top, memory window in the middle and command window at the bottom.  Let me know if you want me to try to find more information (my Windbg skills are infantile at this point, but I&#39;m willing to learn!)</div>
<div style><br></div><div style>-Joe</div><div style><br></div><div style><img src="cid:ii_13d1aa0073e4c33d" alt="Inline image 2" width="777" height="621"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Feb 26, 2013 at 12:33 AM, Joe Gilray <span dir="ltr">&lt;<a href="mailto:jgilray@gmail.com" target="_blank">jgilray@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi Matthew,<div><br></div><div>Got home tonight, brought up DrRacket as you mentioned, brought up some simple code, ran it, clicked debug and wham, Windows message... so I went to the cmd window and tried to hit Ctrl-C many times and nothing seemed to happen, after a while I got a &quot;do you want to send infomation to microsoft&quot; box came up.  It mentioned 3 files, a .txt file, a .xml file and a .mdmp file.  the txt file and .xml files are short but seem uninteresting the mdmp file is about 2 MB.</div>

<div><br></div><div>Let me know if you want to see any of these files.</div><div><br></div><div>Regards,</div><div>-Joe</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Feb 25, 2013 at 10:59 AM, Joe Gilray <span dir="ltr">&lt;<a href="mailto:jgilray@gmail.com" target="_blank">jgilray@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">OK, will do.  If I see anything I will post it.<div><br></div><div>Regards,</div><div>-joe</div></div><div>

<div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 10:52 AM, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks --- knowing that it looks like a frozen process instead of a<br>
memory fault is useful.<br>
<br>
If you start DrRacket in a terminal as<br>
<br>
 racket -l drracket<br>
<br>
then, when DrRacket get stuck again, there&#39;s a small chance that typing<br>
Ctl-C in the terminal will produce a useful context listing. It&#39;s<br>
probably worth a try, anyway.<br>
<div><div><br>
At Mon, 25 Feb 2013 10:29:19 -0800, Joe Gilray wrote:<br>
&gt; No problem, Matthew, I know that I&#39;ve been less-than-specific, here&#39;s what<br>
&gt; I can say:<br>
&gt;<br>
&gt; Since 5.3.2, I&#39;ve seen about 7 crashes, they all act the same: Win7<br>
&gt; suddenly says &quot;the program is not responding&quot;.  At least twice it&#39;s<br>
&gt; happened when I hit the debugger button in DrRacket.  Otherwise it feels<br>
&gt; random (at least once when clicking on the definitions window, at least<br>
&gt; once when simply running a program in the interactions pane).<br>
&gt;<br>
&gt; Thanks,<br>
&gt; -Joe<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Feb 25, 2013 at 10:15 AM, Matthew Flatt &lt;<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; FWIW, I&#39;m not ignoring your reports of crashes on 64-bit Windows, but I<br>
&gt; &gt; haven&#39;t yet done enough work on it. I&#39;m still looking for a way to<br>
&gt; &gt; provoke crashes, and the thought that the debugger might be relevant is<br>
&gt; &gt; helpful.<br>
&gt; &gt;<br>
&gt; &gt; At Mon, 25 Feb 2013 10:08:59 -0800, Joe Gilray wrote:<br>
&gt; &gt; &gt; I had a problem with my test code that led me to believe that the 64-bit<br>
&gt; &gt; &gt; version of 5.3.3 was faster than the 32-bit version... to paraphrase SNL<br>
&gt; &gt; &gt; from the good old days: &quot;never mind.&quot;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I still do see crashes on the 64-bit version and not on 32-bit:  The<br>
&gt; &gt; &gt; crashes still seem random, but do seem to occur more often in the<br>
&gt; &gt; debugger.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Regards,<br>
&gt; &gt; &gt; -Joe<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Tue, Feb 19, 2013 at 7:10 PM, Joe Gilray &lt;<a href="mailto:jgilray@gmail.com" target="_blank">jgilray@gmail.com</a>&gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Has anyone else noticed that the 64-bit version on Win7 is faster than<br>
&gt; &gt; the<br>
&gt; &gt; &gt; &gt; 32-bit version?<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I thought that the longer pointers were supposed to slow down<br>
&gt; &gt; execution.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; BTW, still seeing some crashes on 64-bit and none on 32-bit<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Thoughts?<br>
&gt; &gt; &gt; &gt; -Joe<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Sat, Feb 16, 2013 at 10:49 AM, Joe Gilray &lt;<a href="mailto:jgilray@gmail.com" target="_blank">jgilray@gmail.com</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; Thanks Racketeers,<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; I am still seeing crashes on Win7 64bit with 5.3.3.  About every 6<br>
&gt; &gt; hours<br>
&gt; &gt; &gt; &gt;&gt; or so I get &quot;program not responding&quot; (doesn&#39;t seem to correlate to<br>
&gt; &gt; anything<br>
&gt; &gt; &gt; &gt;&gt; in particular).<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; Haven&#39;t seen it on Win7 32 bit.<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; -Joe<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; On Fri, Feb 15, 2013 at 12:53 PM, Eli Barzilay &lt;<a href="mailto:eli@barzilay.org" target="_blank">eli@barzilay.org</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt; Racket version 5.3.3 is now available from<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;   <a href="http://racket-lang.org/" target="_blank">http://racket-lang.org/</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt; This is a bug-fix release to address a flaw in DrRacket v5.3.2<br>
&gt; &gt; &gt; &gt;&gt;&gt; concerning interactions between the contour window and the syntax<br>
&gt; &gt; &gt; &gt;&gt;&gt; coloring.<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt; Feedback Welcome,<br>
&gt; &gt; &gt; &gt;&gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt;&gt;           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli<br>
&gt; &gt; Barzilay:<br>
&gt; &gt; &gt; &gt;&gt;&gt;                     <a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a>                   Maze is<br>
&gt; &gt; Life!<br>
&gt; &gt; &gt; &gt;&gt;&gt; ____________________<br>
&gt; &gt; &gt; &gt;&gt;&gt;   Racket Users list:<br>
&gt; &gt; &gt; &gt;&gt;&gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; ____________________<br>
&gt; &gt; &gt;   Racket Users list:<br>
&gt; &gt; &gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt; &gt;<br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>