On 12 Jan 2015, at 14:11, Ben Coman <btc@openInWorld.com> wrote:This was the change in ImageWorker-BenComan.26.mcz...----- Method: ImageWorker>>forkedImageCommand (in category 'accessing') -----forkedImageCommand+ ^ ' "' , Smalltalk vm command , '" "' , self forkedImageFile fullName , '" --no-quit'!- ^ Smalltalk vm command, ' "', self forkedImageFile fullName, '" --no-quit'!From reviewing CI code, it looked like it loaded ConfigurationOfImageWorker, so uploading ImageWorker-BenComan.26.mcz would have no effect until the Configuration was updated.As a first step, I have deleted ImageWorker-BenComan.26.mcz from the repository - but its 1am and I can't stay around to see the result.
On Mon, Jan 12, 2015 at 11:40 PM, Marcus Denker <marcus.denker@inria.fr> wrote:https://pharo.fogbugz.com/f/cases/14717/Monkey-Fails-always-with-Exception-Error-External-Image-FailedWe need to fix this *fast* as we can not integrate anything anymore��� (I mean we can, but we should not, as integratingunchecked is the recipe for desaster)MarcusOn 12 Jan 2015, at 12:35, Marcus Denker <marcus.denker@inria.fr> wrote:Now the monkey fails with a strange error.. did you change something?Errors and Failures
Exception:
Error: External Image Failed: 32512
Class Method ImageWorker handleForkedImageResultWithExitStatus: ImageWorker waitForForkedImage [...] in ImageWorker On Sun, Jan 11, 2015 at 8:58 AM, Ben Coman <btc@openinworld.com> wrote:Thats good. Thanks Stef.On Sun, Jan 11, 2015 at 7:14 PM, stepharo <stepharo@free.fr> wrote:Hi ben
I added you to the pharoextras team.
Can you verify if this is working for you?
Stef
Le 11/1/15 11:20, Ben Coman a ��crit :
Can I get write access to PharoExtras > ImageWorker ?
I have a fix to make tests work when there is a space in the path to the VM.
https://pharo.fogbugz.com/default.asp?14707
cheers -ben
--