[bug] Forced encryption - random crashes

Suggestions and discussion of future versions
Post Reply
Redsandro
Member
Member
Posts: 27
Joined: Mon Jul 25, 2011 3:50 am

[bug] Forced encryption - random crashes

Post by Redsandro »

Anyone else have random (occasional) crashes with forced encryption?

Code: Select all

deluged[2773]: segfault at 3945ed0 ip 00007f83edbfb447 sp 00007f83eb33faa0 error 4 in libcrypto.so.1.0.0[7f83edb5f000+1c4000]
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [bug] Forced encryption - random crashes

Post by Cas »

The segfault eludes to an issue in libcrypto and with a bit of searching will show this is an ongoing problem which is out with our control.
Redsandro
Member
Member
Posts: 27
Joined: Mon Jul 25, 2011 3:50 am

Re: [bug] Forced encryption - random crashes

Post by Redsandro »

Yes I saw the mention in the line I quoted, I though if it's related, maybe use a different (older) version.

If that's simply not possible (I don't know, I'm just a user), then my mistake, nevermind! Keep it up! Deluge rules! :P
Redsandro
Member
Member
Posts: 27
Joined: Mon Jul 25, 2011 3:50 am

Re: [bug] Forced encryption - random crashes

Post by Redsandro »

I don't know if this is related, but this is since the same update from Debian testing as what caused the above.

Whenever I remove a torrent from deluge GUI, deluge daemon crashes. I can restart deluge daemon, connect in GUI, and try again, same crash. I tried 3 times and here's dmesg:

Code: Select all

[  500.592375] deluged[2714]: segfault at 98 ip 000000000046d598 sp 00007f1fc1631380 error 6 in python2.7[400000+23a000]
[  567.226703] deluged[5303]: segfault at 98 ip 000000000046d598 sp 00007fffab2e8b40 error 6 in python2.7[400000+23a000]
[  604.093949] deluged[5356]: segfault at 98 ip 000000000046d598 sp 00007f9d63e32380 error 6 in python2.7[400000+23a000]
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [bug] Forced encryption - random crashes

Post by Cas »

Searching for that torrent removal issue would show that you need to install Deluge 1.3.6.
Redsandro
Member
Member
Posts: 27
Joined: Mon Jul 25, 2011 3:50 am

Re: [bug] Forced encryption - random crashes

Post by Redsandro »

Ah I assumed something like 'an ongoing problem with python2.7' ;)

You are right. I didn't know Debian 'testing' was so far behind. But a bit of searching shows I'm not sure I want to go to sid.
Redsandro
Member
Member
Posts: 27
Joined: Mon Jul 25, 2011 3:50 am

Re: [bug] Forced encryption - random crashes

Post by Redsandro »

Could not find Deluge 1.3.6 in Sid, upgraded by adding Ubuntu repo. I know I am not supposed to do this. But it works. #care

Code: Select all

## Debian-sid
deb http://ftp.nl.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.nl.debian.org/debian/ sid main contrib non-free

# Deluge
deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu quantal main
deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu quantal main
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [bug] Forced encryption - random crashes

Post by Cas »

Using debian with launchpad PPA is actually covered already: http://dev.deluge-torrent.org/wiki/Installing/Linux
Redsandro
Member
Member
Posts: 27
Joined: Mon Jul 25, 2011 3:50 am

Re: [bug] Forced encryption - random crashes

Post by Redsandro »

Ah, so it's actually sanctioned. :)
It mentions lucid, maverick and precise for stable, testing and unstable I believe. But quantal works fine too. Don't know if there's a difference in the packages.
Post Reply