Re: [Pharo-dev] issue 12506 Vm crashes vm when testing updates [A-L]
2014/1/6 Marcus Denker <marcus.denker@inria.fr>
On 06 Jan 2014, at 00:58, Nicolai Hess <nicolaihess@web.de> wrote:
These are the minimal steps I can use to reproduce the crash take the 30663 image running tests A-L -> no crash open the image and execute:
ScriptLoader new unloadPackage: 'Athens-Tutorial'. "<-- one part of 30664 update" HashedCollection cleanUp:true. "<-- one part of Smalltalk cleanUp:true"
running tests A-L -> CRASH
Hmm...
2014/1/5 Nicolai Hess <nicolaihess@web.de>
How about this: Take a 30663 image, apply all updates, recompile and cleanup.
btw what exactly does a "Do Image Cleanup" (from system menu)? Is it the same as "Smalltalk cleanup"?
It is âSmalltalk cleanUp: trueâ (so it does a bit more, e.g. resetting change sets)
Marcus
I don't know if it is since the lates NB changes, but running all A-L tests works again. Tested on Linux: pharo --nodisplay Pharo-30719.image test --junit-xml-output '^[A-L].*' -> no crash
participants (1)
-
Nicolai Hess