FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › SVN-1677 (Win32) – Couldn’t set socket to blocking
- This topic has 2 replies, 3 voices, and was last updated 15 years, 7 months ago by
toecheese.
-
AuthorPosts
-
21/10/2007 at 2:43 PM #1838
swests
GuestHi
Just updated from 1571 to 1677 and am now seeing hundreds of the following in the log.
2007-10-21 15:25:14 (3be69f59): Couldn’t set socket to blocking
Whatever is causung this seems to wake every 10 mins as shows below
2007-10-21 15:25:14 (e0d3e3cc): Couldn’t set socket to blocking
2007-10-21 15:25:14 (e0d3e3cc): Couldn’t set socket to blocking
2007-10-21 15:36:25 (3beb8ec2): Couldn’t set socket to blocking
2007-10-21 15:36:25 (3beb8ec2): Couldn’t set socket to blockingRunning on Win2003 server (Not R2).
Wierd as never had any other issues with this great software…
What do you need to help debug?
Simon
21/10/2007 at 8:16 PM #13014rpedde
Participant@swests wrote:
2007-10-21 15:25:14 (e0d3e3cc): Couldn’t set socket to blocking
2007-10-21 15:25:14 (e0d3e3cc): Couldn’t set socket to blocking
2007-10-21 15:36:25 (3beb8ec2): Couldn’t set socket to blocking
2007-10-21 15:36:25 (3beb8ec2): Couldn’t set socket to blockingIn current svn, I’ve masked this by not trying to set socket options until later in the lifetime of the socket.
But what’s strange is that this even appears. If there are no connections, that shouldn’t even show up. I noticed when waiting for sockets to become ready to read on windows, the WaitForMultipleObjects sometimes wakes up even when none of the sockets are readable. I’m wondering if this is the case here — that the wait on the accept socket is waking up even though a connection hasn’t happened.
That never happens on unix (at least not without an EINTR), so I don’t really have an defensive code for it. Might need to add some defensive stuff for that.
— Ron
22/10/2007 at 9:26 PM #13015toecheese
ParticipantI’m getting the exact same error. The server suddenly stops and I get tons of lines of:
2007-10-22 13:53:12 (54c2c0bb): Couldn’t set socket to blocking
I can restart the server but after awhile it does the same thing again.
This is on Windows XP.
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.