But now OSX latest VM (http://files.pharo.org/vm/pha ro-spur32/mac/pharo-mac-i386-201706280928-1bd79a7.zip) crashes when trying to load a project using Iceberg without crash.dmp. I only get the following in terminal:
Pharo(4280,0xa6f3b1c0) malloc: *** error for object 0x8416a314: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug I tested with both 60501 and 60503 images to prove that it is a VM problem, because it works well with 60501 and Stable :) Maybe it is somehow related to the new version of libgit in the latest vm... Cheers, Alex On 28 June 2017 at 18:26, Aliaksei Syrel <alex.sy...@gmail.com> wrote: > Hi Eliot, > > I confirm that OSX performance issue is fixed in latest VM ( > http://files.pharo.org/vm/pharo-spur32/mac/pharo-mac-i386-2 > 01706280928-1bd79a7.zip). > Thanks a lot! > > Cheers, > Alex > > On 22 June 2017 at 08:39, Clément Bera <bera.clem...@gmail.com> wrote: > >> >> >> On Thu, Jun 22, 2017 at 8:03 AM, Stephane Ducasse < >> stepharo.s...@gmail.com> wrote: >> >>> Clement why you cannot load OSSubprocess? >>> >>> >> 1) project has to work on itimer Linux VM. >> 2) existing project working with OSProcess and I don't want to spend time >> migrating. >> 3) code base has to work at least in Squeak and Pharo, I don't want to >> add extra code so it uses different frameworks in different platforms and >> then maintain this extra code. >> >> >>> >>> >>> On Tue, Jun 20, 2017 at 3:10 PM, Clément Bera <bera.clem...@gmail.com> >>> wrote: >>> > Hi Thierry, hi all, >>> > >>> > The Pharo catalog version of OSProcess is not working in the Pharo 6 >>> release >>> > and I need to load OSProcess in one of my projects. I cannot load >>> > OSSubProcess instead, so no need to answer this mail talking about it. >>> > >>> > In-between version 2231 and 2241 of VMMaker, the vm parameter 1002 (os >>> > version), has changed on Mac from '1011.6' to '10.11.6'. OSProcess >>> tests the >>> > version number against 1000, and should now test against 10. >>> > >>> > I checked the SqueakSource repo of OSProcess, I can see that the last >>> > version is 4.6.8 and the catalog configuration loads an older version, >>> but I >>> > cannot see any fix related to the version number ? >>> > >>> > Can someone update the OSProcess configuration in the Pharo catalog so >>> that >>> > it loads a working version in the Pharo 6 release or point me to an >>> > OSProcess configuration, outside of the catalog, which works in the >>> release >>> > of Pharo 6 please ? >>> > >>> > Thank you very much. >>> > >>> > Clement >>> >>> >> >