What | Removed | Added |
---|---|---|
Status | RESOLVED | REOPENED |
Resolution | FIXED | --- |
Began to crash on repo open again:
```
> git-cola
Traceback (most recent call last):
File "/usr/share/git-cola/lib/cola/fsmonitor.py", line 198, in run
self._inotify_fd = inotify.init()
File "/usr/share/git-cola/lib/cola/inotify.py", line 44, in _errcheck
raise OSError(err, os.strerror(err))
OSError: [Errno 24] Too many open files
Aborted (core dumped)
```
Could You update to latest version from github please to check if it fixes the
problem?