Version 5.8.8 crashes on startup (Hardy)

General support for problems installing or using Deluge
klaount

Version 5.8.8 crashes on startup (Hardy)

Post by klaount »

Installed the .deb from your site, I can't run it though. Here is the terminal output in case it helps:

Code: Select all

klaount@Manolis:~$ deluge
checking for ubuntu...
found and fixing ubuntu
klaount@Manolis:~$ checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
It just freezes at this point.
Manu_98

Re: Version 5.8.8 crashes on startup (Hardy)

Post by Manu_98 »

Me too on gutsy
jhf
New User
New User
Posts: 3
Joined: Tue Nov 20, 2007 11:46 pm

This is the same as the torrent-adding bug

Post by jhf »

I did an:

Code: Select all

strace -ff -F -O out.txt deluge
...which seems to indicate that this is the same problem as the crash when adding torrents in 5.8.8. Deluge is segfaulting just after closing the FD on the first .torrent file in .config/deluge/torrentfiles/ :

Code: Select all

stat64("/home/jhf/.config/deluge/torrentfiles/torrent1.torrent.fastresume", {st_mode=S_IFREG|0644, st_size=3637, ...}) = 0
stat64("/home/jhf/.config/deluge/torrentfiles/torrent2.torrent.fastresume", {st_mode=S_IFREG|0644, st_size=6028, ...}) = 0
stat64("/home/jhf/.config/deluge/torrentfiles/torrent3.torrent.fastresume", 0xbfebd968) = -1 ENOENT (No such file or directory)
stat64("/home/jhf/.config/deluge/torrentfiles/torrent4.torrent.fastresume", {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
stat64("/home/jhf/.config/deluge/torrentfiles/torrent4.torrent", {st_mode=S_IFREG|0600, st_size=13200, ...}) = 0
open("/home/jhf/.config/deluge/torrentfiles/torrent4.torrent", O_RDONLY|O_LARGEFILE) = 12
read(12, "d8:announce44:http://my.tracker"..., 8191) = 8191
read(12, "yK\1E\376\264\321\374\371\357\255#\32\224\230\346}\222"..., 8191) = 5009
read(12, "", 8191)                      = 0
futex(0x436d01c4, 0x81 /* FUTEX_??? */, 2147483647) = 0
open("/home/jhf/.config/deluge/torrentfiles/torrent4.torrent.fastresume", O_RDONLY|O_LARGEFILE) = 13
read(13, "d10:allocation4:full12:banned_pe"..., 8191) = 8191
read(13, "504:porti20711eed2:ip12:80.99.10"..., 8191) = 8191
brk(0x8599000)                          = 0x8599000
read(13, "4:porti21926eed2:ip13:201.37.123"..., 8191) = 4561
read(13, "", 8191)                      = 0
brk(0x85ba000)                          = 0x85ba000
close(13)                               = 0
clock_gettime(CLOCK_MONOTONIC, {346804, 782141431}) = 0
epoll_create(20000)                     = 13
pipe([14, 15])                          = 0
fcntl64(14, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(15, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
epoll_ctl(13, EPOLL_CTL_ADD, 14, {EPOLLIN|EPOLLERR, {u32=14, u64=14}}) = 0
clock_gettime(CLOCK_MONOTONIC, {346804, 782666164}) = 0
getcwd("/home/jhf", 32)                 = 10
clock_gettime(CLOCK_MONOTONIC, {346804, 782939846}) = 0
futex(0x854b1c4, 0x85 /* FUTEX_??? */, 1) = 1
futex(0x854b1a4, 0x81 /* FUTEX_??? */, 1) = 1
close(12)                               = 0
gettimeofday({1207756253, 681197}, NULL) = 0
clock_gettime(CLOCK_MONOTONIC, {346804, 791079694}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
This is on an up-to-date Ubuntu Hardy. If I move .config/deluge out of the way, the new setup wizards runs, and Deluge starts okay, but crashes when I try to add a torrent; an strace of that also shows it segfaulting just after closing the torrent's FD.
sluthead
Leecher
Leecher
Posts: 62
Joined: Sun Sep 02, 2007 8:50 am

Re: Version 5.8.8 crashes on startup (Hardy)

Post by sluthead »

see my post in the other thread.

Deluge is becoming tiring and a pain in the freaking arse.
Ubugenko
Member
Member
Posts: 18
Joined: Thu Aug 02, 2007 8:48 pm

Re: Version 5.8.8 crashes on startup (Hardy)

Post by Ubugenko »

jhf wrote:(...)crash when adding torrents(...)
Same here with Gutsy.
sluthead wrote:(...)
Deluge is becoming tiring and a pain in the freaking arse.(...)
Well we need to be patient, it's just a matter of time for the fix ;)
hotice
Member
Member
Posts: 10
Joined: Fri Mar 07, 2008 10:21 am

Re: Version 5.8.8 crashes on startup (Hardy)

Post by hotice »

Ubugenko wrote:
jhf wrote:(...)crash when adding torrents(...)
Same here with Gutsy.
sluthead wrote:(...)
Deluge is becoming tiring and a pain in the freaking arse.(...)
Well we need to be patient, it's just a matter of time for the fix ;)

and they break something else.. again :P
juje80
New User
New User
Posts: 3
Joined: Wed Apr 09, 2008 11:11 pm

Re: Version 5.8.8 crashes on startup (Hardy)

Post by juje80 »

ok, i'm having exactly the same bug. my os is ubuntu gutsy gibbon...any known solution? thanks
ProwL
New User
New User
Posts: 3
Joined: Wed Apr 09, 2008 11:11 pm

Re: Version 5.8.8 crashes on startup (Hardy)

Post by ProwL »

also broken in debian lenny.
lifestyle
Member
Member
Posts: 32
Joined: Mon Nov 19, 2007 6:28 am

Re: Version 5.8.8 crashes on startup (Hardy)

Post by lifestyle »

Hi all,

I installed 5.8.8 over my last version on Gutsy, and now face the same problem too... see:
$ deluge
checking for ubuntu...
found and fixing ubuntu
$ checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
What makes me freak out is that if I do anything such as deleting persistent.state etc. ALL my torrents and their ratios would be gone. I am on private trackers and it took me a lot of time to get some of those ratios.

Please advise me how I can restore my program without deleting my ongoing torrents with their already-completed ratios when the solution appears.

For now, it is BitLet.org that I will go...
dobes
New User
New User
Posts: 4
Joined: Thu Feb 21, 2008 9:25 pm

Re: Version 5.8.8 crashes on startup (Hardy)

Post by dobes »

Basically getting the same thing in fedora core. I guess this release is just totally busted? I wasn't able to download 0.8.7 and 0.8.6 had some pretty annoying bugs, too.

Sucks ... deluge has the best feature set on Linux but seems to be pretty buggy.
Post Reply