w00t-labs / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
0 stars 0 forks source link

Crash in broadcast_socket Constructor #746

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when start to download file, it crash

What is the expected output? What do you see instead?
windows system throw an assertion exception when start to download file by 
libtorrent.
when I analysis crash file, discover the port in the 
"m_multicast_endpoint"(broadcast_socket.cpp:236) is 6771, but ip is zero.

What version of the product are you using? On what operating system?
1.0.3   windows server 2003

Please provide any additional information below.
the same client code is working in windows server 2008, but crash in windows 
server 2003.
By the way, I compile my client code, libtorrent and other lib in windows 
server 2008

Original issue reported on code.google.com by Jerry....@gmail.com on 17 May 2015 at 1:14