jash-kothari-forks / libtorrent

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

0.16.5 onwards crash with certain torrents when build under MSVC2008 #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build 0.16.5, 0.16.6, 0.16.7 with MSVC using this command line:
b2 -q --without-python --toolset=msvc variant=release link=static 
runtime-link=static encryption=openssl logging=none geoip=static dht-support=on 
boost=source character-set=unicode boost-link=static -j 3 
-sBOOST_ROOT="C:\qBittorrent\boost_1_52_0"

What is the expected output? What do you see instead?
The torrent should be loaded/opened without crashing but client_test is 
crashing almost immediately.

What version of the product are you using? On what operating system?
Last known working version is 0.16.4 on Windows XP sp2 32bit

Please provide any additional information below.
client_test is build with the above command line too.
If I build 0.16.7 with mingw 4.7.2 (same command line) client_test is able to 
load the torrent file.

Torrent is attached.

Original issue reported on code.google.com by hammered...@gmail.com on 20 Jan 2013 at 1:54

Attachments:

GoogleCodeExporter commented 9 years ago
thanks for the report. fixed in RC_0_16 and trunk. in this commit [7899].

Original comment by arvid.no...@gmail.com on 21 Jan 2013 at 5:14