#cleanUpForProduction in error Pharo 1.4-Summer
Hi - When I run ScriptLoader new cleanUpForProduction in a workspace in Pharo 1.4-Summer (Linux, Cog 2562 from eliot's site) I get a debugger when a CompiledMethod is sent #hash. #cleanUpForRelease seems fine. Should I make an issue or am I missing something? Thanks Paul
works for me in a clean image, with CogVM for mac from here: https://ci.lille.inria.fr/pharo/job/Cog-VM/ can you try with one of those vm's? Esteban On Aug 15, 2012, at 12:18 AM, Paul DeBruicker <pdebruic@gmail.com> wrote:
Hi -
When I run
ScriptLoader new cleanUpForProduction
in a workspace in Pharo 1.4-Summer (Linux, Cog 2562 from eliot's site) I get a debugger when a CompiledMethod is sent #hash.
#cleanUpForRelease seems fine.
Should I make an issue or am I missing something?
Thanks
Paul
It works fine with the VM from the link you sent. I also checked the latest from Eliot's site and the error occurs when using that VM (2585). On 08/14/2012 03:34 PM, Esteban Lorenzano wrote:
works for me in a clean image, with CogVM for mac from here: https://ci.lille.inria.fr/pharo/job/Cog-VM/
can you try with one of those vm's?
Esteban
On Aug 15, 2012, at 12:18 AM, Paul DeBruicker <pdebruic@gmail.com <mailto:pdebruic@gmail.com>> wrote:
Hi -
When I run
ScriptLoader new cleanUpForProduction
in a workspace in Pharo 1.4-Summer (Linux, Cog 2562 from eliot's site) I get a debugger when a CompiledMethod is sent #hash.
#cleanUpForRelease seems fine.
Should I make an issue or am I missing something?
Thanks
Paul
since it works with the iniria VM's but not Eliot's VM's is there a place I should report that or make an issue? Does that indicate that the #primitiveStringHash in the MiscPrimitivePlugin in Eliot's VMs isn't working as expected or something else? Thanks On 08/14/2012 03:34 PM, Esteban Lorenzano wrote:
works for me in a clean image, with CogVM for mac from here: https://ci.lille.inria.fr/pharo/job/Cog-VM/
can you try with one of those vm's?
Esteban
participants (2)
-
Esteban Lorenzano -
Paul DeBruicker