FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

Lots of errors on large repository #77

Closed lfbayer closed 11 years ago

lfbayer commented 11 years ago

I just tried out ungit on a repository with ~20,000 files on OS X 10.8.4. In the log I see a few hundred of these errors...

2013-08-21 09:27 node[35060] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2013-08-21 09:27 node[35060] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2013-08-21 09:27 node[35060] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2013-08-21 09:27 node[35060] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)

Based on this error, it looks like it must be related to watching too many files at once.

adambiggs commented 11 years ago

Experiencing the same thing here.

FredrikNoren commented 11 years ago

Looks like the same issues as #90, closing this one as there's some more details in the other one.