Winsocket hanging

2002-12-13 Thread Uwe Bonnes
Hallo, some application (jtagserver.exe from Altera Quartus) hangs in Winsock. trace:winsock:DllMain 0x407a 0x1 0x1 trace:winsock:DllMain 0x407a 0x2 (nil) trace:winsock:WSAStartup verReq=1 trace:winsock:WSAStartup succeeded trace:winsock:WS_socket af=2 type=1 protocol=0

Re: Winsocket hanging

2002-12-13 Thread Martin Wilck
Am Fre, 2002-12-13 um 13.02 schrieb Uwe Bonnes: trace:winsock:__ws_select read 0x406e2bb0, write (nil), excp (nil) timeout 0x406e2cb4 This looks as if the app is doing a blocking select() but nothing ever happens on the socket (no connect). Doesn't look like an error at first sight. Martin --