You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtorrent reliably crashes when attempting to recheck open torrents that contain 0-byte files that don't exist on disk. I think this is a libtorrent issue, if not, apologies.
Reproduction steps:
Create example torrent:
mkdir test rtsession
echo hello >test/hello.txt
touch test/empty.txt
mktorrent -a http://localhost/announce -d test
rtorrent -n -o session=rtsession
[Backspace] test.torrent [Enter] to load.start the torrent
^q to quit rtorrent
rm test/empty.txt
rtorrent -n -o session=rtsession
[Down] to select the torrent, ^r to recheck
Expected: Rechecks to 100%, possibly re-creates the empty file.
rtorrent reliably crashes when attempting to recheck open torrents that contain 0-byte files that don't exist on disk. I think this is a libtorrent issue, if not, apologies.
Reproduction steps:
rtorrent -n -o session=rtsession
rm test/empty.txt
rtorrent -n -o session=rtsession
libtorrent: c791ea3
./configure LDFLAGS=-rdynamic --prefix=/home/mal/rtdev --enable-debug --enable-extra-debug
rtorrent: rakshasa/rtorrent@7976576
PKG_CONFIG_PATH="/home/mal/rtdev/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" ./configure LDFLAGS=-rdynamic --prefix=/home/mal/rtdev --enable-debug --enable-extra-debug
(Ran as
LD_LIBRARY_PATH="/home/mal/rtdev/lib/" rtdev/bin/rtorrent
)The text was updated successfully, but these errors were encountered: