yes, but the first step is to be sure you have the latest vm version :)EstebanOn 05 Dec 2014, at 22:37, Eliot Miranda <eliot.miranda@gmail.com> wrote:Hi Hilaire,�� �� can you try and concoct an image that crashes from start-up without operator intervention?�� What I mean is that if the expression that crashes is the one you give then in a workspace evaluate�� �� Smalltalk snapshot: true andQuit: true.�� ����(CGDonator firstname: 'Eric' lastname: 'Dupont') = (CGParticipant��firstname: 'Eric' lastname: 'Dupont')and then run the saved image.�� If it crashes then its really easy to debug because it will be repeatable.�� If one has to interact with the image debugging is much more difficult.On Fri, Dec 5, 2014 at 1:07 PM, Hilaire <hilaire@drgeo.eu> wrote:Hi again,
I must add it occurs from a test or when comparing something like this
in the Workspace:
(CGDonator firstname: 'Eric' lastname: 'Dupont') = (CGParticipant
firstname: 'Eric' lastname: 'Dupont')
I get a false returned value printed in the Workspace, then VM crash.
Thanks
Hilaire
Le 05/12/2014 21:35, Hilaire a ��crit :
> When playing with equality in a class hierarchy I have repeatable VM crash.
> It is today Pharo VM 3.9-7 from Jenkins and Pharo3.
>
> Am I using an out of date VM?
>
> Crashdump enclosed
>
> Hilaire
>
>
--
Dr. Geo - http://drgeo.eu
iStoa - http://istoa.drgeo.eu
--best,Eliot