But what of these changes were responsible for that you have to
have the sources file in your vm directory? (and only in 30664 and 30665!)
What are the exact steps for recompiling the image, you did? (just OpalCompiler recompileAll)
2014/1/5 Marcus Denker <marcus.denker@inria.fr>On 05 Jan 2014, at 12:08, Nicolai Hess <nicolaihess@web.de> wrote:- this "fail"-subset is different for the different images (30664, 30665, ...)- it segfaults if you just run a subset of the A-L tests- doesn't segfaults anymore if you open the image, change some code, save and close the image- tests A-L worked in 30663- segfault happens in primtiveNextInstanceMy observations for issue 12506- I can reproduce it on linux
- tests A-L segfault since 30664
(pharo --nodisplay Pharo.image test --junit-xml-output 'FileSystem-Tests-Core' 'FreeTypeTests' 'FileSystem-Tests-Disk' 'FuelTests' 'FileSystem-Tests-Memory' 'KernelTests')
- it does not segfault if you omit the junit-xml-output option-> Opal Regression Tests do run all tests (after recompiling) �> no problem ever-> Monkey runs all tests for all �Fix review needed� �> no problem
(Same as in http://forum.world.st/pharo-3-0-image-td4732890.html)And someone knows what happened with the image between version30663 and 30666, because only
30664 and 30665 need the PharoV20.sources in the same directory as the VM,
for all other versions it suffices if the sources are where the image file is.
These are the changes:30663:full diff: https://github.com/pharo-project/pharo-core/commit/c6adb033b0a42acbfe45195541a3de56f5814a9b12510 NautilusHistory entry for class methods loads instance methods12502 FileList MNU FileSystemPermission>><=12429 MessageBrowser loses changes12451 Error on Browse Full in Nautilus from class in group view30664full diff: https://github.com/pharo-project/pharo-core/commit/b84651feddc39d4336329e223d4b5d39190f243412517 SystemNavigation methodHierarchyBrowserForClass:selector: discards package information12476 Undeclared(remove Athens Tutorial as it introduces an Undeclared and was not in the image before)(in addition, I downloaded the image, recompiled and uploaded a new seed image as latest.zip).30665- do not call #cleanUpForRelease on update(to check if this was the reason for the crash, it was not)