Hi guys, getting bored? Looking for an excuse to play with GDB? Here we go: https://swing.fit.cvut.cz/jenkins/view/CalipeL/job/calipel_s_pharo20_benchma... Okay, seriously: build 17 from Jun 17 did not crash - the Smalltalk code was the same. Jenkins executes following script: === export PATH=/usr/bin:$PATH IMAGE_BASE=CalipeL-S-$BUILD_NUMBER IMAGE=$IMAGE_BASE.image if [ ! -r Pharo.image ]; then wget -O- get.pharo.org | bash fi ./pharo Pharo.image save $IMAGE_BASE ./pharo $IMAGE config http://smalltalkhub.com/mc/JanVrany/CalipeL-S/main ConfigurationOfCalipeLS --install=0.1 ./pharo $IMAGE benchmark --json -o results.json BenchmarkMicro === System is running stock 32bit debian stable on VMWare ESX 5.1. I can provide more details if you like (and ask what exactly :-) Best, Jan
thanks jan for the report On Jun 21, 2013, at 7:37 PM, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
Hi guys,
getting bored? Looking for an excuse to play with GDB? Here we go:
https://swing.fit.cvut.cz/jenkins/view/CalipeL/job/calipel_s_pharo20_benchma...
Okay, seriously: build 17 from Jun 17 did not crash - the Smalltalk code was the same. Jenkins executes following script:
=== export PATH=/usr/bin:$PATH
IMAGE_BASE=CalipeL-S-$BUILD_NUMBER IMAGE=$IMAGE_BASE.image
if [ ! -r Pharo.image ]; then wget -O- get.pharo.org | bash fi
./pharo Pharo.image save $IMAGE_BASE ./pharo $IMAGE config http://smalltalkhub.com/mc/JanVrany/CalipeL-S/main ConfigurationOfCalipeLS --install=0.1 ./pharo $IMAGE benchmark --json -o results.json BenchmarkMicro ===
System is running stock 32bit debian stable on VMWare ESX 5.1. I can provide more details if you like (and ask what exactly :-)
Best, Jan
I tried to reproduce it but it seems to be very specific :) - no failure under OSX 10.8 - no failure under ubuntu server 13.04 64bit I'll keep trying on our slaves... On 2013-06-21, at 23:03, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
thanks jan for the report
On Jun 21, 2013, at 7:37 PM, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
Hi guys,
getting bored? Looking for an excuse to play with GDB? Here we go:
https://swing.fit.cvut.cz/jenkins/view/CalipeL/job/calipel_s_pharo20_benchma...
Okay, seriously: build 17 from Jun 17 did not crash - the Smalltalk code was the same. Jenkins executes following script:
=== export PATH=/usr/bin:$PATH
IMAGE_BASE=CalipeL-S-$BUILD_NUMBER IMAGE=$IMAGE_BASE.image
if [ ! -r Pharo.image ]; then wget -O- get.pharo.org | bash fi
./pharo Pharo.image save $IMAGE_BASE ./pharo $IMAGE config http://smalltalkhub.com/mc/JanVrany/CalipeL-S/main ConfigurationOfCalipeLS --install=0.1 ./pharo $IMAGE benchmark --json -o results.json BenchmarkMicro ===
System is running stock 32bit debian stable on VMWare ESX 5.1. I can provide more details if you like (and ask what exactly :-)
Best, Jan
use the whip Camillo, the only way to be sure :D -- View this message in context: http://forum.world.st/Pharo-dev-Nice-VM-crash-tp4694471p4694554.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi, a small update to my VM crash. Actually, sometimes it does not crash :-) (see [1] - the VM is the same all the time). My wild guess is some GC related problem, depending on timing and actual memory contents/layout, maybe? Cheers, Jan [1]: https://swing.fit.cvut.cz/jenkins/view/CalipeL/job/calipel_s_pharo20_benchma... On 21/06/13 18:37, Jan Vrany wrote:
Hi guys,
getting bored? Looking for an excuse to play with GDB? Here we go:
https://swing.fit.cvut.cz/jenkins/view/CalipeL/job/calipel_s_pharo20_benchma...
Okay, seriously: build 17 from Jun 17 did not crash - the Smalltalk code was the same. Jenkins executes following script:
=== export PATH=/usr/bin:$PATH
IMAGE_BASE=CalipeL-S-$BUILD_NUMBER IMAGE=$IMAGE_BASE.image
if [ ! -r Pharo.image ]; then wget -O- get.pharo.org | bash fi
./pharo Pharo.image save $IMAGE_BASE ./pharo $IMAGE config http://smalltalkhub.com/mc/JanVrany/CalipeL-S/main ConfigurationOfCalipeLS --install=0.1 ./pharo $IMAGE benchmark --json -o results.json BenchmarkMicro ===
System is running stock 32bit debian stable on VMWare ESX 5.1. I can provide more details if you like (and ask what exactly :-)
Best, Jan
participants (4)
-
Camillo Bruni -
Jan Vrany -
kilon -
Stéphane Ducasse