Re: [squeak-dev] Re: OSProcess on Mac?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: OSProcess on Mac?

David T. Lewis
 
Forwarding to vm-dev:

Does anyone have a recent OSProcessPlugin for Mac that they can provide
to Bernhard?

Thanks,
Dave

On Sun, Dec 12, 2010 at 05:53:12PM +0100, Bernhard Pieber wrote:

> Hi David,
>
> Thanks for your detailed explanations and your help.
>
> Am 12.12.2010 um 17:46 schrieb David T. Lewis:
> > Some of the recent Mac VMs were built with a very out of date version
> > of OSProcess that causes problems on Mac, including crashes when
> > performing #forkSqueak. I'm not sure if the 4.2.5 VM has this issue,
> > but you check by evaluating "OSProcess accessor osppModuleVersionString".
> > If the result is '4.0.1' then you have the outdated plugin. You need
> > at least version 4.0.2 to run safely on a Mac (the current version of
> > OSPP is 4.4.0).
> This seems to be my problem. I have the outdated 4.0.1. Can I get the most recent one built for Mac from somewhere?
>
> Cheers,
> Bernhard