[SOLVED] Deluge crashes with big files?

General support for problems installing or using Deluge
Post Reply
evan
New User
New User
Posts: 5
Joined: Sat Feb 16, 2008 4:11 pm

[SOLVED] Deluge crashes with big files?

Post by evan »

Deluge crashes with "segmentation fault"

I have just one file added in download list ( Video DVD )

here the backtrace

Code: Select all

GNU gdb 6.7.1
Copyright (C) 2007 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.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) handle SIG33 pass nostop noprint
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb) set pagination 0
(gdb) run /usr/bin/deluge
Starting program: /usr/bin/python /usr/bin/deluge
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb7cc66c0 (LWP 11466)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb65e5b90 (LWP 11472)]
[New Thread 0xb5de4b90 (LWP 11473)]
[New Thread 0xb55e3b90 (LWP 11474)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb48b3b90 (LWP 11481)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb30f1b90 (LWP 11488)]
[New Thread 0xb28f0b90 (LWP 11489)]
[Thread 0xb28f0b90 (LWP 11489) exited]
[Thread 0xb30f1b90 (LWP 11488) exited]
[New Thread 0xb30f1b90 (LWP 11607)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7cc66c0 (LWP 11466)]
0xb6ac1992 in libtorrent::piece_manager::export_piece_map () from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
(gdb) quit
The program is running.  Exit anyway? (y or n) Not confirmed.
(gdb) qui
The program is running.  Exit anyway? (y or n)
Version is 0.5.8.4

Can you _please_ help?
Last edited by johnnyg on Wed Mar 05, 2008 12:40 pm, edited 2 times in total.
Reason: solution found in topic
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge crashes with big files?

Post by andar »

evan wrote:Deluge crashes with "segmentation fault"

I have just one file added in download list ( Video DVD )

here the backtrace

Code: Select all

GNU gdb 6.7.1
Copyright (C) 2007 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.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) handle SIG33 pass nostop noprint
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb) set pagination 0
(gdb) run /usr/bin/deluge
Starting program: /usr/bin/python /usr/bin/deluge
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb7cc66c0 (LWP 11466)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb65e5b90 (LWP 11472)]
[New Thread 0xb5de4b90 (LWP 11473)]
[New Thread 0xb55e3b90 (LWP 11474)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb48b3b90 (LWP 11481)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb30f1b90 (LWP 11488)]
[New Thread 0xb28f0b90 (LWP 11489)]
[Thread 0xb28f0b90 (LWP 11489) exited]
[Thread 0xb30f1b90 (LWP 11488) exited]
[New Thread 0xb30f1b90 (LWP 11607)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7cc66c0 (LWP 11466)]
0xb6ac1992 in libtorrent::piece_manager::export_piece_map () from /usr/lib/python2.5/site-packages/deluge/deluge_core.so
(gdb) quit
The program is running.  Exit anyway? (y or n) Not confirmed.
(gdb) qui
The program is running.  Exit anyway? (y or n)
Version is 0.5.8.4

Can you _please_ help?
What was the state of the torrent at the time of the crash? Downloading? Seeding? Checking?
Which allocation mode do you use? Full or Compact?
Do you set any file priorities?
evan
New User
New User
Posts: 5
Joined: Sat Feb 16, 2008 4:11 pm

Re: Deluge crashes with big files?

Post by evan »

First of all thankYou for Your reply!
I hope this would be usefull:
What was the state of the torrent at the time of the crash? Downloading? Seeding? Checking?
Downloading
Which allocation mode do you use? Full or Compact?
Compact
Do you set any file priorities?
No (afaik)

also note this simple log:

Code: Select all

marco@nerv ~ $ deluge 
checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin WebUi
Initialising plugin WebSeed
Initialising plugin Search
Initialising plugin BlocklistImport
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Initialising plugin TorrentFiles
Initialising plugin TorrentNotification
Initialising plugin TorrentPeers
Initialising plugin SpeedLimiter
Initialising plugin FlexRSS
Initialising plugin MoveTorrent
Initialising plugin NetworkHealth
Initialising plugin Scheduler
Initialising plugin EventLogging
Initialising plugin NetworkGraph
Applying preferences
Starting DHT...
Found DesiredRatio plugin...
Found NetworkGraph plugin...
Found TorrentPeers plugin...
Found TorrentFiles plugin...
Found TorrentNotification plugin...
Found NetworkHealth plugin...
Segmentation fault
marco@nerv ~ $
Than You again
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge crashes with big files?

Post by andar »

What is the size of the torrent? Piece size? Number of pieces?

Can you post us the torrent so we can try to reproduce?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge crashes with big files?

Post by markybob »

evan wrote:Can you _please_ help?
until the problem is figured out, you could probably avoid this entirely by using full allocation. note that you'd have to remove and re-add the torrents for full to take effect for current torrents. new torrents will a automatically be full if that's what your preference has selected
evan
New User
New User
Posts: 5
Joined: Sat Feb 16, 2008 4:11 pm

Re: Deluge crashes with big files?

Post by evan »

andar wrote:What is the size of the torrent? Piece size? Number of pieces?

Can you post us the torrent so we can try to reproduce?
I'm not sure about how to collect those informations, by the way you can find the file here! <-- this file has been removed now!
Last edited by evan on Wed Mar 05, 2008 10:47 am, edited 1 time in total.
evan
New User
New User
Posts: 5
Joined: Sat Feb 16, 2008 4:11 pm

Re: Deluge crashes with big files?

Post by evan »

markybob wrote:
evan wrote:Can you _please_ help?
until the problem is figured out, you could probably avoid this entirely by using full allocation. note that you'd have to remove and re-add the torrents for full to take effect for current torrents. new torrents will a automatically be full if that's what your preference has selected
Hello,

Can I just remove the .torrent file or do I have to include the downloaded data?

Thank You for Your patience
evan
New User
New User
Posts: 5
Joined: Sat Feb 16, 2008 4:11 pm

Re: Deluge crashes with big files?

Post by evan »

Full allocation did the magic!

Thank You
Post Reply