I am trying to isolate it, but it seems to occur only with larger code loads.
Seaside would of course make an excellent example.

Paul,

Could we use your config using the modern pharo invocation, like

./vm.sh zinc config http://mc.stfx.eu/ZincHTTPComponents 
ConfigurationOfZincHTTPComponents --install=bleedingEdge --group=SSO

?

Here is the full help

./vm.sh zinc config --help
Usage: config [--help] <repository url> [<configuration>] 
[--install[=<version>]] [--group=<group>] [--username=<username>] 
[--password=<password>]
        --help              show this help message
        <repository url>    A Monticello repository name 
        <configuration>     A valid Metacello Configuration name
        <version>           A valid version for the given configuration
        <group>             A valid Metacello group name
        <username>          An optional username to access the configuration's 
repository
        <password>          An optional password to access the configuration's 
repository
        
Examples:
        # display this help message
        $PharoVM My.image config
        
        # list all configurations of a repository
        $PharoVM My.image config $MC_REPOS_URL
        
        # list all the available versions of a confgurtation
        $PharoVM My.image config $MC_REPOS_URL ConfigurationOfFoo
        
        # install the stable version
        $PharoVM My.image config $MC_REPOS_URL ConfigurationOfFoo --install
        
        #install a specific version '1.5'
        $PharoVM My.image config $MC_REPOS_URL ConfigurationOfFoo --install=1.5
        
        #install a specific version '1.5' and only a specific group 'Tests'
        $PharoVM My.image config $MC_REPOS_URL ConfigurationOfFoo --install=1.5 
--group=Tests

Sven

On 07 Mar 2013, at 20:09, Paul DeBruicker <[email protected]> wrote:

> EstebanLM wrote
>> Sven, I think you do not have the last one... it should say "Jenkins build
>> #14533" someplace there...
>> That probably will not change anything, but I want to be sure :)
>> 
>> Esteban
> 
> 
> I'm having the same problem (intermittent crashes when loading code into
> Pharo2 with #becomeForward:).  I'm loading Seaside3.1 using an image and VM
> I downloaded today with this script:
> 
> curl http://pharo.gforge.inria.fr/ci/script/ciPharo20CogVM.sh | bash
> 
> 
> I've attached the crash.dmp  crash.dmp
> <http://forum.world.st/file/n4675599/crash.dmp>  
> 
> It seems to me that the script ciPharo20CogVM.sh may not be downloading the
> VM you intend it to. Is that possible?  If I do 
> 
> ./vm.sh -version I get: 
> 
> paul@paul-laptop:~/pharo/p2$ ./vm.sh -version
> 3.9-7 #1 Wed Dec 12 16:08:04 CET 2012 gcc 4.6.3
> CoInterpreter VMMaker-oscog-EstebanLorenzano.166 uuid:
> 5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
> StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.166 uuid:
> 5773fcb9-2982-4507-8a9e-4308ec33731e Dec 12 2012
> git://gitorious.org/cogvm/blessed.git Commit:
> 452863bdfba2ba0b188e7b172e9bc597a2caa928 Date: 2012-12-07 16:49:46 +0100 By:
> Esteban Lorenzano <[email protected]> Jenkins build #5922
> Linux pharo-linux64 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC
> 2012 x86_64 x86_64 x86_64 GNU/Linux
> plugin path: /home/paul/pharo/p2/vm/ [default: /home/paul/pharo/p2/vm/]
> 
> 
> 
> 
> If I change to the vm directory and get a directory listing I get:
> 
> paul@paul-laptop:~/pharo/p2/vm$ ls -latr
> total 39316
> -rw-r--r-- 1 paul paul 16235372 Oct 19  2009 PharoV10.sources
> drwxrwxr-x 2 paul paul     4096 Sep 30 03:52 __MACOSX
> -rwxrwxr-x 1 paul paul    34420 Dec 12 07:07 libFT2Plugin.so
> -rwxrwxr-x 1 paul paul    34639 Dec 12 07:08 libSqueakFFIPrims.so
> -rwxrwxr-x 1 paul paul    71180 Dec 12 07:08 libB3DAcceleratorPlugin.so
> -rwxrwxr-x 1 paul paul    21929 Dec 12 07:08 libSqueakSSL.so
> -rwxrwxr-x 1 paul paul    12230 Dec 12 07:08 libInternetConfigPlugin.so
> -rwxrwxr-x 1 paul paul    14461 Dec 12 07:08 vm-display-null
> -rwxrwxr-x 1 paul paul  1300278 Dec 12 07:08 CogVM
> -rwxrwxr-x 1 paul paul     7773 Dec 12 07:08 vm-sound-null
> -rwxrwxr-x 1 paul paul    28640 Dec 12 07:08 vm-sound-ALSA
> -rwxrwxr-x 1 paul paul   121415 Dec 12 07:08 vm-display-X11
> -rw-r--r-- 1 paul paul 22239552 Mar  4 06:14 PharoV20.sources
> drwxrwxr-x 3 paul paul     4096 Mar  7 06:58 .
> drwxrwxr-x 4 paul paul     4096 Mar  7 11:00 ..
> 
> 
> 
> Where do I get the correct VM that should output the error messages Eliot
> mentions below?
> 
> 
> Thanks
> 
> Paul
> 
> 
> 
> --
> View this message in context: 
> http://forum.world.st/VM-Crashes-tp4675526p4675599.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
> 


Reply via email to