[Vm-dev] Re: Intermittent crashes

Sean P. DeNigris sean at clipperadams.com
Fri Nov 11 18:19:48 UTC 2011


Esteban Lorenzano wrote:
> 
> TestOSA should be working on latest Cocoa Cog builds... if not... how can
> I test it?
> 

Cool, the last time it came up, none of the Jenkins builds had working
plugins, but dropping the plugin from the old 4.2.5 Carbon interpreter VM
into the Resources folder worked on both Cog Carbon VMs but not on either
Cog Cocoa VM.

To test it, load the Applescript project from Sqs:

	Gofer new
		squeaksource:  'Applescript';
		package:  'Applescript-Core';
		package:  'Applescript-Platform' constraint: [ :v | v branch = 'pharo' ];
		load.
And doIt:
	Applescript browse: 'http://www.google.com'

Thanks.
Sean

--
View this message in context: http://forum.world.st/Intermittent-crashes-tp3997379p4032273.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list