Export to GitHub

leak-finder-for-javascript - issue #7

socket.py Bad file descriptor


Posted on Aug 23, 2012 by Quick Hippo

when run this: python jsleakcheck.py -d closure-disposable -v

throw error :

File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner File "../../pyautolib/remote_inspector_client.py", line 361, in run self._client.SendMessage(str(request)) File "../../pyautolib/remote_inspector_client.py", line 166, in SendMessage self._Write('\x00' + msg.encode('utf-8') + '\xff') File "../../pyautolib/remote_inspector_client.py", line 175, in _Write self.handle_write() File "../../pyautolib/remote_inspector_client.py", line 181, in handle_write sent = self.send(self._write_buffer) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncore.py", line 349, in send File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 165, in _dummy error: [Errno 9] Bad file descriptor

I want known where the problems are? thanks

Comment #1

Posted on Aug 23, 2012 by Massive Giraffe

(No comment was entered for this change.)

Status: Duplicate

Labels:
Type-Defect Priority-Medium