#2409 closed defect (worksforme)
socket.connect EWOULDBLOCK
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | blocker | Milestone: | 3.0 |
Component: | core | Version: | 3.0.x |
Keywords: | Cc: |
Description
This is causing havoc with unix domain sockets, xpra list
ends up deleting them when it shouldn't.
No idea what is going on here - kernel bug?
Interesting read: Differences Between Windows and Unix Non-Blocking Sockets
Change History (3)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:2 Changed 3 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
I can't reproduce this any more!
(the io_callback
return value fix from r23759 might have done it)
comment:3 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2409
Note: See
TracTickets for help on using
tickets.
r23754 will print a warning whenever the server finds that one of its sockets has gone MIA.
Could this have been caused by the socket changes from ticket:2125#comment:11 ?