I do not know if it applies here, but the plugins might not be interchangeable between Cog and the standard VM. The interpreter proxy interfaces are different, and oscog has changes to an internal data structure in the file plugin then might cause problems. I have not looked at it in detail, so just be aware that there could be problems if you use a plugin from the standard VM with cog or vice versa. Also, IIRC there were some earlier OS X VMs (maybe 5.7.4???) that accidently contained a very old OSPP version, and this version could also lead to a crash on OS X. Dave On Mon, Mar 07, 2011 at 05:14:48PM +0100, St?phane Ducasse wrote:
Thanks a lot I copied in the resources folder of 5.7.4 It crashes. Estaban if you want to get an image crashing:
Gofer new squeaksource: 'Coral'; package: 'ConfigurationOfCoral'; load
and (ConfigurationOfCoral project version: '0.4') load as explained in the class comment.
Stef
On Mar 7, 2011, at 5:00 PM, Esteban Lorenzano wrote:
Hi Stef, I'm attaching a plugin compiled that *should* work with 5.7.4 Please, let me know if it is not the case, and I'll try a fix :)
Cheers, Esteban
<UnixOSProcessPlugin.bundle.zip>
El 07/03/2011, a las 12:17p.m., St?phane Ducasse escribi?:
I tried Squeak4.2.5Beta1U and when I run the tests I get forkSqueak requires XDisplayControlPlugin So it seems that I will not be able to run Coral.
Stef
Thanks david
Apparently my vm does not have any plugin. I tried to copy the plugin from 4 version to 5.7.3 and 5.7.4 and apparently when I open an image with OSProcess 4.4.0 the system crashes. I will try to find a mac vm with plugins. But if somebody knows it, this is an information I'm looking for. Stef
On Mar 7, 2011, at 2:38 PM, David T. Lewis wrote:
On Mon, Mar 07, 2011 at 11:44:11AM +0100, St?phane Ducasse wrote:
Hi guys
I'm updtating the ConfigurationOfCoral and I loaded
baseline
spec project: 'OSProcess' with: [ spec className: 'ConfigurationOfOSProcess'; file: 'ConfigurationOfOSProcess'; version: '4.4.0'; repository: 'http://www.squeaksource.com/OSProcess' ].
version
spec for: #'common' do: [ spec package: 'Filesystem' with: 'Filesystem-DamienPollet.114'; project: 'OSProcess' with: '4.4.0'; package: 'AST-Core' with: 'AST-Core-lr.87'; package: 'PetitParser' with: 'PetitParser-TudorGirba.209'; package: 'PetitTest' with: 'PetitTests-TudorGirba.28'; package: 'PetitSmaltalk' with: 'PetitSmalltalk-lr.46'.]
and when I run the test I get accessor error.
Any idea what would be problem? The VM?
I use 5.7b3
Hi Stef,
This probably just means that your VM does not have OSProcessPlugin. Try inspecting "OSProcess thisOSProcess" and if the pid is nil, it means that you do not have the plugin.
Dave