still getting vm bug...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

still getting vm bug...

Johan Brichau-2
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

Reply | Threaded
Open this post in threaded view
|

Re: still getting vm bug...

EstebanLM
which vm are you using?

On 28 Aug 2014, at 08:48, Johan Brichau <[hidden email]> 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>

Reply | Threaded
Open this post in threaded view
|

Re: still getting vm bug...

Johan Brichau-2
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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> wrote:

which vm are you using?

On 28 Aug 2014, at 08:48, Johan Brichau <[hidden email]> 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>


Reply | Threaded
Open this post in threaded view
|

Re: still getting vm bug...

EstebanLM
oops… that’s what happens when you answer a mail the next minute you wake up ;P

you need to use the latest vm: 

I need to promote it as stable, but still some problems to be sorted (that should not be relevant for you), and I didn’t find the time :(

Esteban



On 28 Aug 2014, at 08:55, Johan Brichau <[hidden email]> wrote:

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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> wrote:

which vm are you using?

On 28 Aug 2014, at 08:48, Johan Brichau <[hidden email]> 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>



Reply | Threaded
Open this post in threaded view
|

Re: still getting vm bug...

Johan Brichau-2
haaa… hence confusion on what is the ‘latest’ vm (at least for me).
I thought the date of the vm build was sufficiently close to the date the issue was closed… wrong assumption!

thanks. It works.
Yes, promote this to stable… many people will hit this and just close down the image and never report it here…

cheers!
Johan

On 28 Aug 2014, at 09:34, Esteban Lorenzano <[hidden email]> wrote:

oops… that’s what happens when you answer a mail the next minute you wake up ;P

you need to use the latest vm: 

I need to promote it as stable, but still some problems to be sorted (that should not be relevant for you), and I didn’t find the time :(

Esteban



On 28 Aug 2014, at 08:55, Johan Brichau <[hidden email]> wrote:

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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> wrote:

which vm are you using?

On 28 Aug 2014, at 08:48, Johan Brichau <[hidden email]> 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>




Reply | Threaded
Open this post in threaded view
|

Re: still getting vm bug...

Esteban A. Maringolo
In reply to this post by Johan Brichau-2
Side question: Which debugger is that? Me-likes-it. :)
Reply | Threaded
Open this post in threaded view
|

Re: still getting vm bug...

Max Leske

On 28.08.2014, at 20:59, Esteban A. Maringolo <[hidden email]> wrote:

> Side question: Which debugger is that? Me-likes-it. :)

That’s the GT debugger. It’s part of the Glamourous Toolkit developed with Moose (moosetechnology.org). You should checkout the material on GTInspector from ESUG by Tudor Girba and Andre Chis (e.g. here https://www.youtube.com/watch?v=fa9Zpxyt_no&index=36&list=PLJ5nSnWzQXi_6yyRLsMMBqG8YlwfhvB0X)

Cheers,
Max