double free or corruption ?

General support for problems installing or using Deluge
acu_bene
New User
New User
Posts: 8
Joined: Fri Jun 14, 2019 8:24 pm

Re: double free or corruption ?

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: double free or corruption ?

Post by Cas »

Sigh, oops:

Code: Select all

apt list --installed python3-libtorrent
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: double free or corruption ?

Post 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
acu_bene
New User
New User
Posts: 8
Joined: Fri Jun 14, 2019 8:24 pm

Re: double free or corruption ?

Post by acu_bene »

Added the libtorrent 1.2 daily builds PPA, installed libtorrent-rasterbar
Deluge is back :-)
Thanks for your help
elRestaurador
New User
New User
Posts: 5
Joined: Thu Nov 28, 2019 4:50 am

Re: double free or corruption ?

Post 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
mhertz
Moderator
Moderator
Posts: 2215
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: double free or corruption ?

Post 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
elRestaurador
New User
New User
Posts: 5
Joined: Thu Nov 28, 2019 4:50 am

Re: double free or corruption ?

Post 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?
Post Reply