Page 2 of 2
Re: double free or corruption ?
Posted: Fri Jun 21, 2019 11:32 am
by acu_bene
Code: Select all
$ apt list --installed libtorrent-rasterbar*
Listing... Done
libtorrent-rasterbar9/disco,now 1.1.13+git20190505.6f1250c653+patched-configure-1ppa1~19.04 amd64 [installed,automatic]
N: There is 1 additional version. Please use the '-a' switch to see it
$ apt list --installed -a libtorrent-rasterbar*
Listing... Done
libtorrent-rasterbar9/disco,now 1.1.13+git20190505.6f1250c653+patched-configure-1ppa1~19.04 amd64 [installed,automatic]
libtorrent-rasterbar9/disco 1.1.11-2 amd64
Code: Select all
$ apt list --installed python-libtorrent
Listing... Done
Re: double free or corruption ?
Posted: Fri Jun 21, 2019 11:38 am
by Cas
Sigh, oops:
Code: Select all
apt list --installed python3-libtorrent
Re: double free or corruption ?
Posted: Fri Jun 21, 2019 11:43 am
by Cas
Ah I see the problem now. You have the qbittorrent ppa:
https://launchpad.net/~qbittorrent-team ... ent-stable
Need to report to them that it is broken for Python 3 and they need to update it.
Two options use the default libtorrent in 19.04 or use one of the PPAs (under Personal package archives) on
https://launchpad.net/~libtorrent.org
Re: double free or corruption ?
Posted: Fri Jun 21, 2019 12:01 pm
by acu_bene
Added the libtorrent 1.2 daily builds PPA, installed libtorrent-rasterbar
Deluge is back

Thanks for your help
Re: double free or corruption ?
Posted: Thu Nov 28, 2019 4:52 am
by elRestaurador
acu_bene wrote:Added the libtorrent 1.2 daily builds PPA, installed libtorrent-rasterbar
Deluge is back

Thanks for your help
Hi, can you tell me how did you do that? I'm having the same issue with qbitorrent installed.
Thanks
Re: double free or corruption ?
Posted: Thu Nov 28, 2019 3:05 pm
by mhertz
Code: Select all
sudo add-apt-repository ppa:libtorrent.org/1.2-daily
sudo apt-get update
sudo apt-get install libtorrent-rasterbar
Re: double free or corruption ?
Posted: Sun Dec 01, 2019 4:42 am
by elRestaurador
I've got a
Code: Select all
libtorrent-rasterbar9 is already the newest version (1.1.13+git20191027.909211888e+patched-configure-1ppa1~19.10).
libtorrent-rasterbar9 set to manually installed.
The following packages were automatically installed and are no longer required:
efibootmgr shim
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
And deluge still not launching.
Any ideas?