Modify ↓
Opened at 2012-04-15T10:59:37Z
Closed at 2012-04-22T22:04:46Z
#945 closed enhancement (fixed)
skyped: do not leak listening socket to skype
Reported by: | Owned by: | Miklos Vajna | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Skype | Version: | 3.0.5 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
set FD_CLOEXEC on listening socket
Skype4Py uses os.execlp() to spawn skype if it is not yet started, this leaks our listening FD to skype process and can't get it back even if we ourself exit meanwhile.
and we can't startup again:
error: [Errno 98] Address already in use
patch: http://cvs.pld-linux.org/packages/bitlbee/skyped-FD_CLOEXEC.patch
Attachments (0)
Change History (3)
comment:1 Changed at 2012-04-17T22:04:02Z by
comment:2 Changed at 2012-04-22T21:52:21Z by
comment:3 Changed at 2012-04-22T22:04:46Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
And Wilmer merged it, so resolving as fixed.
Note: See
TracTickets for help on using
tickets.
Thanks for this, I'll pick it up in my bzr branch soon.