Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created January 15, 2014 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreastt/8439149 to your computer and use it in GitHub Desktop.
Save andreastt/8439149 to your computer and use it in GitHub Desktop.
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 761, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/ato/Code/marionette/local/lib/python2.7/site-packages/mozprocess-0.15-py2.7.egg/mozprocess/processhandler.py", line 729, in _processOutput
(lines, self.didTimeout) = self.readWithTimeout(logsource, lineReadTimeout)
File "/home/ato/Code/marionette/local/lib/python2.7/site-packages/mozprocess-0.15-py2.7.egg/mozprocess/processhandler.py", line 681, in readWithTimeout
return self._readWithTimeout(f, timeout)
File "/home/ato/Code/marionette/local/lib/python2.7/site-packages/mozprocess-0.15-py2.7.egg/mozprocess/processhandler.py", line 820, in _readWithTimeout
output = os.read(f.fileno(), 4096)
AttributeError: 'NoneType' object has no attribute 'read'
Exception AttributeError: "'NoneType' object has no attribute 'Popen'" in <bound method Process.__del__ of <mozprocess.processhandler.Process object at 0x21ed090>> ignored
@andreastt
Copy link
Author

testing/marionette/client/marionette/tests/unit/test_errors.py reproduces this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment