Hello James,

I'm starting another thread bc I think the timeout / timer issues are a separate issue from high cpu consumption.

I managed to nail where the exception on transport.sock.close() is happening:

trying to close transport.sock
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
File "/usr/lib/python2.4/site-packages/paramiko/transport.py", line 1517, in run
    self._check_banner()
File "/usr/lib/python2.4/site-packages/paramiko/transport.py", line 1645, in _check_banner
    buf = self.packetizer.readline(timeout)
File "/usr/lib/python2.4/site-packages/paramiko/packet.py", line 275, in readline
    buf += self._read_timeout(timeout)
File "/usr/lib/python2.4/site-packages/paramiko/packet.py", line 464, in _read_timeout
    x = self.__socket.recv(128)
  File "/usr/lib/python2.4/socket.py", line 144, in _dummy
    raise error(EBADF, 'Bad file descriptor')
error: (9, 'Bad file descriptor')

Regards,
mk

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to