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