Hallo,
some application (jtagserver.exe from Altera Quartus) hangs in Winsock. trace:winsock:DllMain 0x407a0000 0x1 0x1 trace:winsock:DllMain 0x407a0000 0x2 (nil) trace:winsock:WSAStartup verReq=1 trace:winsock:WSAStartup succeeded trace:winsock:WS_socket af=2 type=1 protocol=0 trace:winsock:WSASocketA af=2 type=1 protocol=0 protocol_info=(nil) group=0 flags=0x1 trace:winsock:WSASocketA created 0060 trace:winsock:WS_setsockopt socket: 0060, level 0x6, name 0x1, ptr 406e2c80, len 4 trace:winsock:WS_ioctlsocket socket 0060, cmd 8004667e, ptr 406e2c88 trace:winsock:WS_bind socket 0060, ptr 0x406e2c94, length 16 fixme:winsock:WS_bind Setting WS_SO_REUSEADDR on socket before we binding it trace:winsock:WS_setsockopt socket: 0060, level 0xffff, name 0x4, ptr 406e2c6c, len 4 trace:winsock:WS_listen socket 0060, backlog 10 trace:winsock:__ws_select read 0x406e2bb0, write (nil), excp (nil) timeout 0x406e2cb4
Is this hang expected? More debug information needed?
One problem is, that the installer hanged, and I exported only the directory tree from an NT vmware install. As sophisticated NT functionality is used in NT mode (e.g. LockServiceDatabase) I ran with win95 mode in wine.
Bye
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