[offlineimap] Crash on OSX Yosemite python 2.7.6 (latency) (#205)

Sébastien Gross notifications at github.com
Tue Nov 3 20:37:56 GMT 2015


As far as I can test the issue is in `imaplib2` line 2649:

```
self.sock.shutdown(socket.SHUT_RDWR)
```

The problem does not happen when only closing the writer side using `SHUT_WR`. This means for some reason the reader side has been shutdown. I cannot see why.

Is there a reason shutting down both sides since the `finally` block does a `close()`?

---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/205#issuecomment-153480214
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/offlineimap-project/attachments/20151103/4b1fe514/attachment.html>


More information about the OfflineIMAP-project mailing list