<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">Well, a small test seems to crash the vm sooner
      rather than later when getting some pages from an https server.
      Can someone point me to the best plugin (mac) and best image code
      for squeakssl so I can be sure I'm not testing with something
      obsolete?<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 3/27/14 1:03 PM, Eliot Miranda
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAC20JE0zthFY5v+QC7nj_KnYzsDJm=UwiFeBbUSEi1vxhd79tQ@mail.gmail.com"
      type="cite">
      <pre wrap=""> </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <div dir="ltr">Hi Bob,
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">On Thu, Mar 27, 2014 at 4:33 AM, Bob
            Arning <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:arning315@comcast.net" target="_blank">arning315@comcast.net</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">&nbsp;<br>
              <div text="#000000" bgcolor="#FFFFFF"> <font
                  face="Georgia">Is there enough information in the
                  attached file to point to a possible cause?<br>
                </font></div>
            </blockquote>
            <div><br>
            </div>
            <div>Yes. &nbsp;But there should hopefully be the output of error
              on the console and that would disambiguate between the two
              possible causes. &nbsp;This is the stack:</div>
            <div><br>
            </div>
            <span style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">2&nbsp;&nbsp;
              libsystem_c.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x9b609bdd abort + 167</span><br
              style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">
            <span style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">3&nbsp;&nbsp;
              org.squeak.SqueakAllInOne45&nbsp;&nbsp; 0x000703be error + 94</span><br
              style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">
            <span style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">4&nbsp;&nbsp;
              org.squeak.SqueakAllInOne45&nbsp;&nbsp; 0x000d1c4f
              eeInstantiateSmallClasssizeInBytes + 95</span><br
              style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">
            <span style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">5&nbsp;&nbsp;
              org.squeak.SqueakAllInOne45&nbsp;&nbsp; 0x000d31a0
              createClosureNumArgsnumCopiedstartpc + 80</span><br
              style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">
            <span style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">6&nbsp;&nbsp;
              org.squeak.SqueakAllInOne45&nbsp;&nbsp; 0x000c6e69
              ceClosureCopyDescriptor + 41</span><br
              style="color:rgb(0,0,0);font-family:'Courier
              New',Courier,monospace;font-size:14px">
            <div>&nbsp;</div>
            <div>There are two possible errors
              in&nbsp;eeInstantiateSmallClasssizeInBytes</div>
            <div>error("last object overwritten");<br>
            </div>
            <div>error("out of memory");<br>
            </div>
            <div><br>
            </div>
            <div><br>
            </div>
            <div>The first means that something wrote past the end of an
              object and this was detected when a new object was
              allocated, seeing that freeSpace did not contain the
              pattern expected. &nbsp;This e.g. happens when passing buffer
              objects to foreign code which writes beyond the object.</div>
            <div><br>
            </div>
            <div>The second usually means infinite recursion. &nbsp;Looking
              at the memory map at the end of the error report I think
              that the error is last object overwritten.</div>
            <div><br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
              <div text="#000000" bgcolor="#FFFFFF"><font face="Georgia">
                  <br>
                  Cheers,<br>
                  Bob<br>
                </font> </div>
              <br>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          best,
          <div>Eliot</div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>