[Bug 33008] UDP listening on specific IP address does not work properly

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 2 02:05:55 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=33008

--- Comment #18 from facoptere at gmail.com ---
Hello,

I did some further tests on another machine, I can reproduce the problem.

With 2.6 linux kernel:

~$ uname -a
Linux ... 2.6.32-5-686 #1 SMP Sun May 6 04:01:19 UTC 2012 i686 GNU/Linux
~$ wine --version
wine-1.7.17-175-gc1bf61e
~$ sudo ifconfig 
eth0      Link encap:Ethernet  HWaddr 00:13:a9:8f:f0:e0  
          inet addr:10.0.0.11  Bcast:10.0.0.255  Mask:255.255.255.0
...

** I start the server with
WINEDEBUG=+winsock,+winediag,+iphlpapi,+wininet,+icmp,+rpc,+ole **
(I put all debug flags where a least a bind() is done in the respective code)

~$ sudo lsof -P -n -i udp|grep -P '(wine|arma)'
wineserve 5349   fab  304u  IPv4  14973      0t0  UDP 10.0.0.11:2304 
wineserve 5349   fab  310u  IPv4  15131      0t0  UDP 10.0.0.11:2302 
wineserve 5349   fab  319u  IPv4  15555      0t0  UDP *:44237 
arma2oase 5415   fab  231u  IPv4  14973      0t0  UDP 10.0.0.11:2304 
arma2oase 5415   fab  234u  IPv4  14973      0t0  UDP 10.0.0.11:2304 
arma2oase 5415   fab  238u  IPv4  15131      0t0  UDP 10.0.0.11:2302 
arma2oase 5415   fab  241u  IPv4  15131      0t0  UDP 10.0.0.11:2302 
arma2oase 5415   fab  249u  IPv4  15555      0t0  UDP *:44237 

So the server bound 10.0.0.11:2302 (the main UDP port) properly.
Wine dump in winedebug-linux2.6.dmp.gz as attachment.




Now with 3.13 linux kernel:

~$ uname -a
Linux ... 3.13-1-686-pae #1 SMP Debian 3.13.7-1 (2014-03-25) i686 GNU/Linux
~$ wine --version
wine-1.7.17-175-gc1bf61e
~$ sudo ifconfig 
eth0      Link encap:Ethernet  HWaddr 00:13:a9:8f:f0:e0  
          inet addr:10.0.0.11  Bcast:10.0.0.255  Mask:255.255.255.0
...

** I start the server with
WINEDEBUG=+winsock,+winediag,+iphlpapi,+wininet,+icmp,+rpc,+ole **

~$ sudo lsof -P -n -i udp|grep -P '(wine|arma)'
wineserve 5126   fab  304u  IPv4  13166      0t0  UDP *:2304 
wineserve 5126   fab  310u  IPv4  13167      0t0  UDP *:2302 
wineserve 5126   fab  319u  IPv4  14716      0t0  UDP *:43667 
arma2oase 5193   fab  231u  IPv4  13166      0t0  UDP *:2304 
arma2oase 5193   fab  238u  IPv4  13167      0t0  UDP *:2302 
arma2oase 5193   fab  239u  IPv4  13167      0t0  UDP *:2302 
arma2oase 5193   fab  241u  IPv4  13166      0t0  UDP *:2304 
arma2oase 5193   fab  249u  IPv4  14716      0t0  UDP *:43667 

This time, the server bound * .
Wine dump in winedebug-linux3.13.dmp.gz

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list