<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 12/13/2011 23:30, Eliot Miranda wrote:
    <blockquote
cite="mid:CAC20JE2kendjYEZm2E2SVoPpzhrVHMvtoof38i65QNgb56tM1A@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On Tue, Dec 13, 2011 at 1:36 PM, Lawson
        English <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:lenglish5@cox.net">lenglish5@cox.net</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          That sounds really great.<br>
          <br>
          However, there are some broken bits in Squeak that will make
          learning Smalltalk difficult.<br>
          <br>
          Most simple and important example I have right now is the
          well-known issue that the VM will freeze indefinitely if you
          input a long running calculation, e.g. x := 100000 factorial.
          The interrupt key doesn't work, usually. &nbsp;Newbies like me,
          like to experiment, and if the VM freezes with every typo,
          then its hardly worth using.<br>
        </blockquote>
        <div><br>
        </div>
        <div>This is interesting because it does *not* freeze in my
          Qwaq-derived work image. &nbsp;Here the interrupt key works
          perfectly with no delay. &nbsp;I'll see if I can investigate.
          &nbsp;Andreas, do you recall doing anything to the debugger to fix
          issues like this in the Qwaq system?</div>
      </div>
    </blockquote>
    <br>
    Nothing I can recall. Also, when I try interrupting 100000 factorial
    in a 4.2 image with either a Teleplace or OpenQwaq VM I have no
    trouble interrupting anything. So it doesn't look like it's an issue
    in the image that is causing it. Wonder if there's anything changed
    in the support code perhaps...<br>
    <br>
    Cheers,<br>
    &nbsp; - Andreas<br>
    <br>
  </body>
</html>