Hi Thierry,
On May 3, 2017, at 1:20 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
I'm now chasing an old 64 bits vm from files.pharo.org. All the new ones for the past 2 months segfault. Would anybody have kept a ~ 2 month old 64 bits vm (threaded or not) for linux somewhere?
I think the issue is not the version of the VM sources but the version of GCC. Iconoile the 64-bit Linux VMs I build with GCC 4.4.x and see no problems. Bintray uses 4.6.x and apparently segfaults. Are you able to checkout opensmalltalk-vm and build your own 64-bit Linux vm using GCC 4.4.x? You may have more success via this route. HTH
Regards,
Thierry
Le 03/05/2017 à 21:58, Nicolas Cellier a écrit :
2017-05-03 17:45 GMT+02:00 Eliot Miranda <eliot.miranda@gmail.com <mailto:eliot.miranda@gmail.com>>:
On May 3, 2017, at 4:22 AM, Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote:
On 3 May 2017, at 12:38, Alistair Grant <akgrant0710@gmail.com <mailto:akgrant0710@gmail.com>> wrote:
Hi Esteban,
$ curl http://get.pharo.org/64/60+vmLatest <http://get.pharo.org/64/60+vmLatest> | bash $ ./pharo --version
Shows the build version as:
VM: 201705022326 https://github.com/OpenSmalltalk/opensmalltalk-vm.git <https://github.com/OpenSmalltalk/opensmalltalk-vm.git> Date: Tue May 2 16:26:41 2017 -0700 $
Does that mean we should be building from the opensmalltalk repository instead of the pharo-vm repository (even temporarily)?
officials VM for Pharo now are built using opensmalltalk-vm, yes. we still keep our process for CI/testing purposes, though.
Woot! Thank you Esteban!!
+1 That will help us to help you, it's a win win.
Esteban
Thanks, Alistair
On 3 May 2017 at 09:43, Esteban Lorenzano <estebanlm@gmail.com
<mailto:estebanlm@gmail.com>> wrote:
in 15min, I will promote latest VM to stable VM. The new stable VM has a lot of bugfixes, notably:
- compactor works - Cairo and Surface plugin now can coexist (and it does not crashes) - lot of other small things
cheers, Esteban