[MacRuby-devel] v0.7 and v0.6 timeout problem

B. Ohr jazzbox at 7zz.de
Wed May 5 22:10:44 PDT 2010


Hi, I have strange timeout problems with 0.6 and 0.7

$ time macruby_select 0.7 -e 'framework "Cocoa"'
2010-05-06 07:03:55.018 macruby[1922:607] __CFServiceControllerBeginPBSLoadForLocalizations timed out while talking to pbs
real	0m1.588s
user	0m0.699s
sys	0m0.096s

0.6 takes even longer:

$ time macruby_select 0.6 -e 'framework "Cocoa"'
2010-05-06 07:03:43.672 macruby[1913:607] __CFServiceControllerBeginPBSLoadForLocalizations timed out while talking to pbs
real	0m2.170s
user	0m0.698s
sys	0m0.102s

while 0.5 has no timeout:

$ time macruby_select 0.5 -e 'framework "Cocoa“‘
real	0m0.398s
user	0m0.380s
sys	0m0.057s

I’m still on OS X Version 10.6.2, is that the reason?

In the meantime I removed the MacRuby runtimes ala Matt Aimonetti, but that did’nt help.

- Bernd




More information about the MacRuby-devel mailing list