Search found 8 matches

by acu_bene
Fri Jun 21, 2019 12:01 pm
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

Added the libtorrent 1.2 daily builds PPA, installed libtorrent-rasterbar
Deluge is back :-)
Thanks for your help
by acu_bene
Fri Jun 21, 2019 11:32 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

$ 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*...
by acu_bene
Fri Jun 21, 2019 11:11 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

Code: Select all

$ apt-show-versions libtorrent-rasterbar9
libtorrent-rasterbar9:amd64/disco 1.1.13+git20190505.6f1250c653+patched-configure-1ppa1~19.04 uptodate
libtorrent-rasterbar9:i386 not installed
Seems to be the most recent though..
by acu_bene
Fri Jun 21, 2019 10:34 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

~$ gdb --args python3 /usr/bin/deluge GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. Ther...
by acu_bene
Fri Jun 21, 2019 9:59 am
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

~$ python3 -c "from deluge._libtorrent import lt; print(lt.version)" Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/_libtorrent.py", line 23, in <module> import deluge.libtorrent as lt ModuleNotFoundError: No module named 'deluge.libtorrent' Durin...
by acu_bene
Thu Jun 20, 2019 8:01 pm
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

Couldn't find libtorrent version:

Code: Select all

~$ python -c "from deluge._libtorrent import lt; print lt.version"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named deluge._libtorrent
Language is French
by acu_bene
Thu Jun 20, 2019 7:47 pm
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

Re: double free or corruption ?

uninstall/reinstall deluge from ppa deluge 2.0.3-2-201906121747-ubuntu19.04.1 Python: 3.7.3 launch deluge in terminal: ~$ deluge-gtk Segmentation fault (core dumped) deluge-gtk -L info -l info.txt 21:34:43 [INFO ][deluge.ui.ui:70 ] Deluge ui 2.0.3-2-201906121747-ubuntu19.04.1 21:34:43 [INFO ][deluge...
by acu_bene
Thu Jun 20, 2019 5:09 pm
Forum: Support
Topic: double free or corruption ?
Replies: 16
Views: 11940

double free or corruption ?

Hi,

source: lp_ppa_deluge_team_stable-disco-main
version: 2.0.3-2~201906121747~ubuntu19.04.1

Couldn't even start Deluge
Error message in terminal:
$ deluge
double free or corruption (out)
Abandon (core dumped)

Thanks for help