<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 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>
&#39;F:\Smalltalk\squeak\Squeak-4.5-All-in-One.app\Contents\Resources\Squeak4.5-decompiler.image&#39;) test<br>
<br>
Do I need any additional settings?<br></blockquote><div><br></div><div>You shouldn&#39;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 &quot;<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:&quot; just when the post gets truncated.  I don&#39;t know why long64At: would be sent in a V3 simulation so it piques my interest.</span></div><div> </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">
<br>
<br>
Here is the erorr report:<br>
<br>
&#39;From: 8 March 2016 5:35:01.126 pm<br>
<br>
VM: Win32 - Smalltalk<br>
Image: Squeak5.0 [latest update: #15117]<br>
<br>
SecurityManager state:<br>
Restricted: false<br>
FileAccess: true<br>
SocketAccess: true<br>
Working Dir F:\Smalltalk\squeak\Squeak-5.0-All-in-One\Squeak-5.0-All-in-One.app\Contents\Resources<br>
Trusted Dir F:\Smalltalk\squeak\Squeak-5.0-All-in-One\Squeak-5.0-All-in-One.app\Contents\Resources\fmateoc<br>
Untrusted Dir C:\Users\fmateoc\Documents\My Squeak<br>
<br>
NewObjectMemorySimulatorLSB(Object)&gt;&gt;error:<br>
    Receiver: a NewObjectMemorySimulatorLSB<br>
    Arguments and temporary variables:<br>
        aString:     &#39;&#39;unaligned access&#39;&#39;<br>
    Receiver&#39;&#39;s instance variables:<br>
        memory:     a LittleEndianBitmap of length 7421053<br>
        youngStart:     25087060<br>
        endOfMemory:     29212852<br>
        memoryLimit:     29684212<br>
        nilObj:     4<br>
        falseObj:     12<br>
        trueObj:     20<br>
        specialObjectsOop:     4339092<br>
        rootTable:     #(2837948 4339092 219644 231688 231700 3830388 10956 22224904 5356 1...etc...<br>
        rootTableCount:     88<br>
        rootTableOverflowed:     false<br>
        extraRoots:     nil<br>
        extraRootCount:     0<br>
        weakRoots:     #(2572452 nil nil nil nil nil nil nil nil nil nil nil nil nil nil ni...etc...<br>
        weakRootCount:     1<br>
        child:     1501724940<br>
        field:     345348<br>
        parentField:     3<br>
        freeBlock:     nil<br>
        lastHash:     17871637<br>
        allocationCount:     nil<br>
        lowSpaceThreshold:     200000<br>
        signalLowSpace:     false<br>
        compStart:     26763028<br>
        compEnd:     26867736<br>
        fwdTableNext:     26868032<br>
        fwdTableLast:     29684204<br>
        remapBuffer:     #(26772976 26772968 nil nil nil nil nil nil nil nil nil nil nil ni...etc...<br>
        remapBufferCount:     0<br>
        allocationsBetweenGCs:     nil<br>
        tenuringThreshold:     2000<br>
        gcBiasToGrow:     0<br>
        gcBiasToGrowGCLimit:     0<br>
        gcBiasToGrowThreshold:     nil<br>
        statFullGCs:     0<br>
        statIncrGCs:     18<br>
        statFullGCUsecs:     0<br>
        statIncrGCUsecs:     0<br>
        statGCEndTime:     nil<br>
        statIGCDeltaUsecs:     0<br>
        statTenures:     0<br>
        statRootTableOverflows:     0<br>
        freeContexts:     nil<br>
        freeLargeContexts:     nil<br>
        interruptCheckCounter:     nil<br>
        totalObjectCount:     471363<br>
        shrinkThreshold:     8388608<br>
        growHeadroom:     4194304<br>
        headerTypeBytes:     a CArrayAccessor on: #(8 4 0 0)<br>
        youngStartLocal:     25087060<br>
        statMarkCount:     4111<br>
        statMarkCountLocal:     4111<br>
        statSweepCount:     2961<br>
        statMkFwdCount:     45<br>
        statCompMoveCount:     45<br>
        statGrowMemory:     0<br>
        statShrinkMemory:     0<br>
        statRootTableCount:     88<br>
        statAllocationCount:     nil<br>
        statSurvivorCount:     931<br>
        statSpecialMarkCount:     1616<br>
        forceTenureFlag:     0<br>
        gcStartUsecs:     3634910906984935<br>
        coInterpreter:     a StackInterpreterSimulatorLSB<br>
        freeStart:     26773052<br>
        reserveStart:     27070132<br>
        scavengeThreshold:     27070132<br>
        needGCFlag:     false<br>
        fullGCLock:     0<br>
        edenBytes:     2097152<br>
        checkForLeaks:     0<br>
        statGCEndUsecs:     3634910906984935<br>
        heapMap:     a CogCheck32BitHeapMap<br>
        parent:     nil<br>
<br>
NewObjectMemorySimulatorLSB(VMClass)&gt;&gt;unalignedAccessError<br>
    Receiver: a NewObjectMemorySimulatorLSB<br>
    Arguments and temporary variables:<br>
<br>
    Receiver&#39;&#39;s instance variables:<br>
        memory:     a LittleEndianBitmap of length 7421053<br>
        youngStart:     25087060<br>
        endOfMemory:     29212852<br>
        memoryLimit:     29684212<br>
        nilObj:     4<br>
        falseObj:     12<br>
        trueObj:     20<br>
        specialObjectsOop:     4339092<br>
        rootTable:     #(2837948 4339092 219644 231688 231700 3830388 10956 22224904 5356 1...etc...<br>
        rootTableCount:     88<br>
        rootTableOverflowed:     false<br>
        extraRoots:     nil<br>
        extraRootCount:     0<br>
        weakRoots:     #(2572452 nil nil nil nil nil nil nil nil nil nil nil nil nil nil ni...etc...<br>
        weakRootCount:     1<br>
        child:     1501724940<br>
        field:     345348<br>
        parentField:     3<br>
        freeBlock:     nil<br>
        lastHash:     17871637<br>
        allocationCount:     nil<br>
        lowSpaceThreshold:     200000<br>
        signalLowSpace:     false<br>
        compStart:     26763028<br>
        compEnd:     26867736<br>
        fwdTableNext:     26868032<br>
        fwdTableLast:     29684204<br>
        remapBuffer:     #(26772976 26772968 nil nil nil nil nil nil nil nil nil nil nil ni...etc...<br>
        remapBufferCount:     0<br>
        allocationsBetweenGCs:     nil<br>
        tenuringThreshold:     2000<br>
        gcBiasToGrow:     0<br>
        gcBiasToGrowGCLimit:     0<br>
        gcBiasToGrowThreshold:     nil<br>
        statFullGCs:     0<br>
        statIncrGCs:     18<br>
        statFullGCUsecs:     0<br>
        statIncrGCUsecs:     0<br>
        statGCEndTime:     nil<br>
        statIGCDeltaUsecs:     0<br>
        statTenures:     0<br>
        statRootTableOverflows:     0<br>
        freeContexts:     nil<br>
        freeLargeContexts:     nil<br>
        interruptCheckCounter:     nil<br>
        totalObjectCount:     471363<br>
        shrinkThreshold:     8388608<br>
        growHeadroom:     4194304<br>
        headerTypeBytes:     a CArrayAccessor on: #(8 4 0 0)<br>
        youngStartLocal:     25087060<br>
        statMarkCount:     4111<br>
        statMarkCountLocal:     4111<br>
        statSweepCount:     2961<br>
        statMkFwdCount:     45<br>
        statCompMoveCount:     45<br>
        statGrowMemory:     0<br>
        statShrinkMemory:     0<br>
        statRootTableCount:     88<br>
        statAllocationCount:     nil<br>
        statSurvivorCount:     931<br>
        statSpecialMarkCount:     1616<br>
        forceTenureFlag:     0<br>
        gcStartUsecs:     3634910906984935<br>
        coInterpreter:     a StackInterpreterSimulatorLSB<br>
        freeStart:     26773052<br>
        reserveStart:     27070132<br>
        scavengeThreshold:     27070132<br>
        needGCFlag:     false<br>
        fullGCLock:     0<br>
        edenBytes:     2097152<br>
        checkForLeaks:     0<br>
        statGCEndUsecs:     3634910906984935<br>
        heapMap:     a CogCheck32BitHeapMap<br>
        parent:     nil<br>
<br>
NewObjectMemorySimulatorLSB&gt;&gt;long64At:<br>
    Receiver: a NewObjectMemorySimulatorLSB<br>
    Arguments and tempo...etc...<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>