Hi Esteban,

As mentioned: latest download of Mac OS X Pharo vm (from website) and it�s also in the screenshot as reported by System Reporter in Pharo:

Virtual Machine
---------------
/Applications/Pharo.app/Contents/MacOS/Pharo
NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 15 2014
NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 15 2014
https://github.com/pharo-project/pharo-vm.git Commit: ed4a4f59208968a21d82fd2406f75c2c4de558b2 Date: 2014-05-15 18:23:04 +0200 By: Esteban Lorenzano <estebanlm@gmail.com> Jenkins build #14826

Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
VMMaker versionString https://github.com/pharo-project/pharo-vm.git Commit: ed4a4f59208968a21d82fd2406f75c2c4de558b2 Date: 2014-05-15 18:23:04 +0200 By: Esteban Lorenzano <estebanlm@gmail.com> Jenkins build #14826
NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 15 2014
NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 15 2014


On 28 Aug 2014, at 08:50, Esteban Lorenzano <estebanlm@gmail.com> wrote:

which vm are you using?

On 28 Aug 2014, at 08:48, Johan Brichau <johan@inceptive.be> wrote:

Hi,

I am still getting the vm bug mentioned here: https://pharo.fogbugz.com/default.asp?11130#103698
See screenshot: in my case, loading from filetree almost always throws the bug. I am using the latest Mac OS X pharo vm.

If I change the method in the screenshot by extracting the assignment into a separate statement, the problem disappears.

However, I can also still reproduce it reliably with Kris� code snippet from the same issue thread:

1 to: 1000 do: [ :i |
        | string |
        Transcript show: 'Iteration '; show: i; cr.
        1 timesRepeat: [
            (string := String new: 1000 withAll: $a)
                reversed.
        ].
    ].

(NOTE: Transcript must be open!)

Reopen? Add a new report?

Johan

<Screen Shot 2014-08-28 at 08.36.24.png>