|
Hello,
The same happened to me about a week ago. Apparently, the latest 'stable' (Feb 22) version of VR has some compactor bug which makes it crash. Try this: curl get.pharo.org/60+vmLatest | bash It should download the latest (Apr 18) VM, which works just fine. Oleks |
Hi, About the best way to help... A reproducible case that we (VM developers) can reproduce easily is the best way to help. If we do not have a way to reproduce your bug, we cannot do anything about it. The best is an image which crashes immediately after start-up or a do-it that reliably crash the system, combined with all the version numbers (OS version, vm version, pharo version) or a crash dump file which includes all those version numbers. Trying another version of Pharo (like 5 instead of 6 like you did) and the latest VM over the stable is another thing you can do. If you can prove that the bug comes from recent images or recent VMs it helps us as we know where to look (in the VM or in the image). As Oleks said the bug you mentioned should be fixed in the latest VM. The latest VM will be promoted to stable in the incoming weeks for the Pharo 6 release. Sorry for the inconvenience. Best, On Sun, Apr 30, 2017 at 1:10 PM, Oleks <[hidden email]> wrote: Hello, |
In reply to this post by Oleksandr Zaitsev
Oleks,
much better :-) Thank you, Volkert Am 30.04.2017 um 13:10 schrieb Oleks: > Hello, > > The same happened to me about a week ago. Apparently, the latest 'stable' > (Feb 22) version of VR has some compactor bug which makes it crash. > > Try this: > curl get.pharo.org/60+vmLatest | bash > It should download the latest (Apr 18) VM, which works just fine. > > Oleks > > > > -- > View this message in context: http://forum.world.st/Pharo-6-VM-crashes-tp4944939p4944946.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > |
In reply to this post by Oleksandr Zaitsev
this is correct :) in particular, in linux we recommend to use curl get.pharo.org/60+vmTLatest (the threaded hearbeat) Esteban
|
In reply to this post by Clément Béra
ok. when the next crash happens i try to create a reproducible
case and will open in case the pharo issue tracker. thanks for all the valuable work on the VM ... Volkert Am 30.04.2017 um 14:00 schrieb Clément
Bera:
|
In reply to this post by Clément Béra
On Sun, Apr 30, 2017 at 8:00 PM, Clément Bera <[hidden email]> wrote:
The *known* buggy "stable-VM" really needs to be replaced ASAP. I've counted half a dozen reports of people burnt by it and stability concerns can only discourage more people from testing Pharo 6 beta. The answer ever time has been to use vmLatest, so why not someone just log onto the files server and manually rename the current "-latest" to "-stable". Don't take time to determine which "latest" is most stable. Any seems a better choice than the VM with *known* compactor bug. We need a stable-Pre-Release-VM for final beta testing. cheers -ben
|
Free forum by Nabble | Edit this page |