rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
883 stars 210 forks source link

Commit e22c77f causes rtorrent/rutorrent to crash when setting torrent file priority to not download #236

Open Antorell opened 1 year ago

Antorell commented 1 year ago

Hi, it's commit: e22c77f64d112473be4a590ef9358ee423d0798c

I downloaded the latest version by cloning the libtorrent repository, and after I compiled and started rtorrent/libtorrent, rtorrent started to crash when I changed the priority of some files to not download in my rutorrent webUI.

I backtracked libtorrent commits, compiled each commits and the crashes start after this commit e22c77f64d112473be4a590ef9358ee423d0798c . If I do a git apply --reverse to remove only this commit using the commit patch on my up to date cloned repository the crashes stop.