Modify ↓
Opened at 2012-05-24T14:38:17Z
Closed at 2018-04-29T23:50:18Z
#966 closed defect (obsolete)
skyped hangs shortly after client connects
Reported by: | Owned by: | Miklos Vajna | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Skype | Version: | 3.0.5 |
Keywords: | patch | Cc: | |
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
After I connect via bitlbee to skyped, it hangs with message in debug log:
2012-05-24 16:33:47: Warning, receiving 1024 bytes failed ([Errno 1] _ssl.c:1359: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac). 2012-05-24 16:33:48: Warning, sending 'USER someuser ONLINESTATUS ONLINE ' failed ([Errno 9] Bad file descriptor). count=3
And continues sending out the second message, without responding to client requests.
Attachments (1)
Change History (4)
comment:1 Changed at 2013-01-28T02:50:16Z by
Changed at 2013-01-28T02:52:11Z by
Attachment: | skyped_close_connection_on_send_error.patch added |
---|
Patch to fix the issue by closing the connection on first error
comment:2 Changed at 2014-02-04T05:22:34Z by
Keywords: | patch added |
---|
comment:3 Changed at 2018-04-29T23:50:18Z by
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Closing all skype tickets (plugin removed in a949b43ed657154d4ff8492bbdb16202a1a9f22d)
Note: See
TracTickets for help on using
tickets.
Problem there is gobject-specific code-path in global send() function that
I've fixed the issue (among others) in my kinda-fork here and will attach the patch to the ticket. Anyone who use it, please be warned that it's in no way an official fix and all the usual "at your own risk", "don't bug upstream about it", etc rules apply.