Thanks dave

http://code.google.com/p/pharo/issues/detail?id=4997

Stef

On Nov 13, 2011, at 4:58 PM, David T. Lewis wrote:

> Hi,
> 
> There seems to be a problem with #isPrime in Pharo 1.4. The following example
> runs apparently forever:
> 
>  100000000000000000000000000039 isPrime.
> 
> Unfortunately I used #isPrime to demonstrate multiprocessing with worker
> images with RemoteTask. RemoteTask seems to work fine on Pharo, but the
> examples run "forever" and thus appear to fail due to the #isPrime problem.
> 
> RemoteTask is described here
> <http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-November/162167.html>
> 
> 
> Dave


Reply via email to