<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 3/8/2016 7:20 PM, Eliot Miranda
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAC20JE0qkCQC-zzxDO96CeTZwwvUToDxyhaPsK2EUjvoXUyW9w@mail.gmail.com"
      type="cite">
      <pre wrap=""> </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <div dir="ltr">Hi Florin,<br>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Tue, Mar 8, 2016 at 2:42 PM,
            Florin Mateoc <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:florin.mateoc@gmail.com" target="_blank">florin.mateoc@gmail.com</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"><br>
              Hi Eliot,<br>
              <br>
              Thank you, VMMaker.oscog works better, indeed.<br>
              I still got an error while executing:<br>
              <br>
              (StackInterpreterSimulator new openOn:<br>
              'F:\Smalltalk\squeak\Squeak-4.5-All-in-One.app\Contents\Resources\Squeak4.5-decompiler.image')
              test<br>
              <br>
              Do I need any additional settings?<br>
            </blockquote>
            <div><br>
            </div>
            <div>You shouldn't, but there may be an initialization bug. 
              Can you post just the stack, without all those simulator
              inst vars? The stack trace gets interesting at "<span
                style="color:rgb(0,0,0);font-size:12.8px">NewObjectMemorySimulatorLSB&gt;&gt;</span><span
                style="color:rgb(0,0,0);font-size:12.8px">long64At:"
                just when the post gets truncated.  I don't know why
                long64At: would be sent in a V3 simulation so it piques
                my interest.</span></div>
            <div> </div>
            <br clear="all">
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Sure, here it is:<br>
    <br>
    NewObjectMemorySimulatorLSB(Object)&gt;&gt;error:<br>
    NewObjectMemorySimulatorLSB(VMClass)&gt;&gt;unalignedAccessError<br>
    NewObjectMemorySimulatorLSB&gt;&gt;long64At:<br>
NewObjectMemorySimulatorLSB(ObjectMemory)&gt;&gt;fetchLong64:ofObject:<br>
    [] in
StackInterpreterSimulatorLSB(InterpreterPrimitives)&gt;&gt;signed64BitValueOf:<br>
    False&gt;&gt;ifTrue:ifFalse:<br>
    StackInterpreterSimulatorLSB(VMClass)&gt;&gt;cppIf:ifTrue:ifFalse:<br>
StackInterpreterSimulatorLSB(InterpreterPrimitives)&gt;&gt;signed64BitValueOf:<br>
StackInterpreterSimulatorLSB(InterpreterPrimitives)&gt;&gt;primitiveLessThanLargeIntegers<br>
StackInterpreterSimulatorLSB(StackInterpreter)&gt;&gt;dispatchFunctionPointer:<br>
StackInterpreterSimulatorLSB(StackInterpreter)&gt;&gt;slowPrimitiveResponse<br>
StackInterpreterSimulatorLSB(StackInterpreter)&gt;&gt;internalExecuteNewMethod<br>
StackInterpreterSimulatorLSB(StackInterpreter)&gt;&gt;commonSendOrdinary<br>
    StackInterpreterSimulatorLSB(StackInterpreter)&gt;&gt;normalSend<br>
StackInterpreterSimulatorLSB(StackInterpreter)&gt;&gt;bytecodePrimLessThan<br>
StackInterpreterSimulatorLSB(StackInterpreterSimulator)&gt;&gt;dispatchOn:in:<br>
    StackInterpreterSimulatorLSB(StackInterpreterSimulator)&gt;&gt;test<br>
    UndefinedObject&gt;&gt;DoIt<br>
    <br>
    <br>
    Florin<br>
  </body>
</html>