Swisslinux.org

− Le carrefour GNU/Linux en Suisse −

 

Langue

 

Le Forum

Vous n'êtes pas identifié.

  • Index
  •  » Ubuntu
  •  » [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

#1 13 Jan 2018 22:11:04

wOOnder
Apôtre du libre
 
Date d'inscription: 19 Jan 2017
Messages: 104

[Résolu] 16.04.3 : après crash qbittorrent fait la gueule

Bonsoir

Encore un effet collatérale ?

Il me demandait un update que j'ai fait mais reste


Code:

qbittorrent 
terminate called after throwing an instance of 'std::runtime_error'
  what():  Cannot write to torrent resume folder.


*************************************************************
Please file a bug report at http://bug.qbittorrent.org and provide the following information:

qBittorrent version: v4.0.3

Caught signal: SIGABRT
Stack trace:
  /lib/x86_64-linux-gnu/libc.so.6 : gsignal()+0x38  [0x7f2a1e4a0428]
  /lib/x86_64-linux-gnu/libc.so.6 : abort()+0x16a  [0x7f2a1e4a202a]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : __gnu_cxx::__verbose_terminate_handler()+0x16d  [0x7f2a1ede384d]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ()+0x8d6b6  [0x7f2a1ede16b6]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ()+0x8d701  [0x7f2a1ede1701]
  /usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ()+0x8d919  [0x7f2a1ede1919]
  qbittorrent : BitTorrent::Session::initResumeFolder()+0x246  [0x525166]
  qbittorrent : BitTorrent::Session::Session(QObject*)+0x1dab  [0x526f6b]
  qbittorrent : BitTorrent::Session::initInstance()+0x37  [0x529177]
  qbittorrent : Application::exec(QStringList const&)+0x39  [0x4f0199]
  qbittorrent : main()+0x3e0  [0x4e2f30]
  /lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main()+0xf0  [0x7f2a1e48b830]
  qbittorrent : _start()+0x29  [0x4eb399]
Abandon (core dumped)

J'avais pourtant trouvé du stuff sympa sur http://www.freetorrent.fr/

Avec la commande "sudo" ça passe mieux mais c'est qu'un pis-aller ...

Il y a ces histoire de ".so" mais j'y capte ked tongue

Bonne nuit

Dernière modification par wOOnder (17 Feb 2018 11:47:55)

Hors ligne

 

#2 13 Jan 2018 22:27:22

wOOnder
Apôtre du libre
 
Date d'inscription: 19 Jan 2017
Messages: 104

Re: [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

http://manpages.ubuntu.com/manpages/xen … ort.3.html

https://www.mail-archive.com/ubuntu-bug … 14176.html

Code:

apt-cache policy xorg
xorg:
  Installé : 1:7.7+13ubuntu3
  Candidat : 1:7.7+13ubuntu3
 Table de version :
 *** 1:7.7+13ubuntu3 500
        500 http://ch.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

https://www.blogarama.com/blogging-blogs/1286170-elinuxbook-linux-tutorials-guides-howtos-tips-tricks-blog/21153991-install-qbittorrent-torrent-client-ubuntu-1604

Code:

sudo dpkg -l qbittorrent
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom            Version      Architecture Description
+++-==============-============-============-=================================
ii  qbittorrent    4.0.3.99~201 amd64        bittorrent client based on libtor

https://github.com/qbittorrent/qBittorrent/issues/7933

Code:

sudo apt-get install qtbase5-dev qttools5-dev-tools libqt5svg5-dev

https://stackoverflow.com/questions/39332406/install-libc-on-ubuntu

Code:

apt-get update && apt-get dist-upgrade -y && apt-get install -y vim curl && \
>  curl -q http://apt.llvm.org/llvm-snapshot.gpg.key |apt-key add -
Lecture des listes de paquets... Fait
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Opération non permise)
E: Impossible d'ouvrir le fichier verrou /var/lib/apt/lists/lock - open (13: Permission non accordée)
E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
W: Problème de suppression du lien /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission non accordée)
W: Problème de suppression du lien /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission non accordée)

Hors ligne

 

#3 13 Jan 2018 22:54:59

wOOnder
Apôtre du libre
 
Date d'inscription: 19 Jan 2017
Messages: 104

Re: [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

"sudo su" là il veut bien me délocker

http://llvm.org/
https://apt.llvm.org/

J'ai repris le step by step de https://stackoverflow.com/questions/393 … -on-ubuntu

Je suis bloqué au point 7 car je ne sais pas créer le fichier qu'il demande pour tester la compilation

Par rebond https://stackoverflow.com/questions/175 … es-sigabrt il est question de "libcxxrt" mais j'arrive pas à mettre la main dessus, dommage ....

En me basant sur https://hub.docker.com/r/rsmmr/clang/

J'ai été voir dans synaptique et ai màj l'histoire

Dernière modification par wOOnder (13 Jan 2018 23:09:48)

Hors ligne

 

#4 13 Jan 2018 23:15:44

wOOnder
Apôtre du libre
 
Date d'inscription: 19 Jan 2017
Messages: 104

Re: [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

https://stackoverflow.com/questions/393 … -on-ubuntu

Je ne comprends pas le point

The easiest way to get a working libc++ is to install the entire 3.9.0 toolchain under /usr/local. This will allow /usr/local/bin/clang++ to find the headers correctly and also allow the linker to find /usr/local/lib/libc++.so.

Hors ligne

 

#5 17 Feb 2018 11:47:34

wOOnder
Apôtre du libre
 
Date d'inscription: 19 Jan 2017
Messages: 104

Re: [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

Bonjour

J'ai réinstallé mon système dont QBT, tout est rentré dans les clous

Merci

Bon week-end

Hors ligne

 

#6 17 Feb 2018 13:13:45

jean@adimp.ch
Illuminé(e)
Lieu: Marly
Date d'inscription: 10 Mar 2005
Messages: 1228
Site web

Re: [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

De rien, bravo.


--------------------------------------------------------
Jean Tinguely Awais
Ma vie sur twitter : http://www.twitter.com/tservi

Hors ligne

 
  • Index
  •  » Ubuntu
  •  » [Résolu] 16.04.3 : après crash qbittorrent fait la gueule

Pied de page des forums

Powered by FluxBB