#cleanUpForProduction in error Pharo 1.4-Summer

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

#cleanUpForProduction in error Pharo 1.4-Summer

Paul DeBruicker
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

Reply | Threaded
Open this post in threaded view
|

Re: #cleanUpForProduction in error Pharo 1.4-Summer

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


Reply | Threaded
Open this post in threaded view
|

Re: #cleanUpForProduction in error Pharo 1.4-Summer

Paul DeBruicker
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 <[hidden email]
> <mailto:[hidden email]>> 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
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: #cleanUpForProduction in error Pharo 1.4-Summer

Paul DeBruicker
In reply to this post by EstebanLM
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