http://bugs.winehq.org/show_bug.cgi?id=29145
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |hans@meelstraat.net
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2011-11-22 16:42:40 CST --- getaddrinfo differences:
bad: trace:winsock:WS_getaddrinfo (null), "51415" 0x32fa28 -> 0x32fa20 0 ---
good: trace:winsock:WS_getaddrinfo (null), "51415" 0x32fa28 -> 0x32fa20 -2 trace:winsock:WS_getaddrinfo (null), "18050" 0x32fab0 -> 0x32fad4 -2 trace:winsock:WS_bind socket 00c8, ptr 0x144ee0 { family AF_INET, address 0.0.0.0, port 51415 }, length 16 trace:winsock:WS_listen socket 00
The curious fact is that in the good log (1.3.32) the function getaddrinfo returns error and now that the function is fixed (1.3.33) the bug appeared.
Adding Hans as he is the patch author.