Comment 2 for bug 1005481

Revision history for this message
Anton (avelo) wrote :

Sorry, it seems to be the same bug as https://bugs.launchpad.net/bugs/926439

bzr explorer opens, but dies when opening a repository with:

$ bzr explorer
QKqueueFileSystemWatcherEngine::addPaths: open: Too many open files
.... (174 lines like this)
QKqueueFileSystemWatcherEngine::addPaths: open: Too many open files
QEventDispatcherUNIXPrivate(): Unable to create thread pipe: Too many open files
QEventDispatcherUNIXPrivate(): Can not continue without a thread pipe
Abort trap
$

If I use ulimit -n 1024 (I suposse any number greater than 174- a few more should work) bzr explorer opens the repository and works ok

$ bzr version
Bazaar (bzr) 2.5.0
  Python interpreter: /usr/local/bin/python 2.7.3
  Python standard library: /usr/local/Cellar/python/2.7.3/lib/python2.7
  Platform: Darwin-10.8.0-x86_64-i386-64bit
  bzrlib: /usr/local/Cellar/bazaar/2.5.0/libexec/bzrlib

It's an installation in OS X 10.6.8 with homebrew