maikonnm / libtorrent

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

Crash 0.15.0 in qBittorent 2.2.2 #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For some reason, one of the torrents regularly stops
download. After I try to start it again, qB starts checking it and
immediately crashes. Here's the output:

File Error: [Torrent name] file ([file name]) error: Unknown error
4294967295

*************************************************************
Catching SIGSEGV, please report a bug at http://bug.qbittorrent.org
and provide the following backtrace:
stack trace:
 [0x55f400]
 qbittorrent : boost::filesystem::basic_path<std::string,
boost::filesystem::path_traits>::operator/=(char const*)+0xf  [0x80c7fcf]
 /usr/lib/libtorrent-rasterbar.so.6 : libtorrent::storage::readwritev(iovec
const*, int, int, int, libtorrent::storage::fileop const&)+0x26c  [0x11f62dc]
 /usr/lib/libtorrent-rasterbar.so.6 : libtorrent::storage::readv(iovec
const*, int, int, int)+0x7a  [0x11f683a]
 /usr/lib/libtorrent-rasterbar.so.6 :
libtorrent::piece_manager::hash_for_slot(int, libtorrent::partial_hash&,
int, int, libtorrent::big_number*)+0x379  [0x11f1c49]
 /usr/lib/libtorrent-rasterbar.so.6 :
libtorrent::piece_manager::check_one_piece(int&)+0x2a0  [0x11f3020]
 /usr/lib/libtorrent-rasterbar.so.6 :
libtorrent::piece_manager::check_files(int&, int&,
boost::system::error_code&)+0x49  [0x11f3f49]
 /usr/lib/libtorrent-rasterbar.so.6 :
libtorrent::disk_io_thread::operator()()+0x1b7e  [0x1101d4e]
 /usr/lib/libtorrent-rasterbar.so.6 :
boost::detail::thread_data<boost::reference_wrapper<libtorrent::disk_io_thread>
>::run()+0x23  [0x11079b3]
 /usr/lib/libboost_thread-mt.so.1.38.0 : thread_proxy()+0x5d  [0x71dc1d]
 /lib/tls/i686/cmov/libpthread.so.0 [0x51e80e]
 /lib/tls/i686/cmov/libc.so.6 : clone()+0x5e  [0x13e18de]
Segmentation fault

Ubuntu Karmic

Original issue reported on code.google.com by AShalimov@gmail.com on 5 Apr 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Second person reporting this issue when accessing a NTFS partition (On Linux):
https://bugs.launchpad.net/qbittorrent/+bug/675311

Original comment by dch...@gmail.com on 15 Nov 2010 at 7:10

GoogleCodeExporter commented 9 years ago
The unknown error is supposed to have been fixed in svn and should be in 
0.15.5. As for the crash, I'm not sure what's going on.

Original comment by arvid.no...@gmail.com on 15 Nov 2010 at 5:50