Hi Alex,

One source of problems is that, as you are on a Mac, you have an outdated 
plugin (it is from April 1, 2007). It would be nice if the Mac VM shipped with 
an up to date plugin...

You may also find the recent status report of Dave Lewis, which he posted to 
this list on December 1, useful. 

Cheers,
Adrian

On Dec 20, 2010, at 20:45 , Alexandre Bergel wrote:

> http://comments.gmane.org/gmane.comp.lang.smalltalk.squeak.general/153430
> gives me some hint. 
> 
> I wasn't able to run the tests. For example:
> testCatAFile
>       | p openFileCount |
>       openFileCount := self numberOfOpenFiles.
>       p := UnixProcess catAFile.
>       self assert: p notNil.
>       self should: [p isRunning].
>       [p isRunning] whileTrue: [(Delay forMilliseconds: 100) wait]. "<<==== 
> block here"
> 
> I need to interrupt with alt-.
> OSProcess accessor osppModuleVersionString 
> =>'4.3.2'
> 
> Is there something wrong we're doing?
> 
> Cheers,
> Alexandre
> 
> On 20 Dec 2010, at 16:22, Alexandre Bergel wrote:
> 
>> Hi!
>> 
>> I wasn't able to run OSProcess on Mac and on Linux. I get the error "process 
>> accessor module not available".
>> Doru mentioned it on Sep 23. Is the situation the same?
>> 
>> Cheers,
>> Alexandre
>> -- 
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>> 
>> 
>> 
>> 
>> 
>> 
> 
> -- 
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> 
> 
> 
> 
> 
> 


Reply via email to