Deluge 0.5.4 Pieces plugin causing crashes

General support for problems installing or using Deluge
Post Reply
Hamsterkill
Member
Member
Posts: 10
Joined: Mon Aug 06, 2007 1:02 pm

Deluge 0.5.4 Pieces plugin causing crashes

Post by Hamsterkill »

Hey guys, been following deluge's development for about a month now. Just installed 0.5.4 on my gentoo system. Not sure if this is already known, but, I found that I cannot have a torrent running and the Pieces plugin active at the same time with it.

So far I've only tried it with one torrent but it crashed both when i had the Pieces plugin active and then opened the torrent, and again when I had the torrent open and tried to activate the plugin.

The torrent is a single-file torrent (~350MB) being downloaded to an ntfs-3g mounted drive without compact allocation on.

I can grab some console output and post when I get back home from work if useful.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge 0.5.4 Pieces plugin causing crashes

Post by markybob »

Hamsterkill wrote:Hey guys, been following deluge's development for about a month now. Just installed 0.5.4 on my gentoo system. Not sure if this is already known, but, I found that I cannot have a torrent running and the Pieces plugin active at the same time with it.

So far I've only tried it with one torrent but it crashed both when i had the Pieces plugin active and then opened the torrent, and again when I had the torrent open and tried to activate the plugin.

The torrent is a single-file torrent (~350MB) being downloaded to an ntfs-3g mounted drive without compact allocation on.

I can grab some console output and post when I get back home from work if useful.
try svn instead
Hamsterkill
Member
Member
Posts: 10
Joined: Mon Aug 06, 2007 1:02 pm

Re: Deluge 0.5.4 Pieces plugin causing crashes

Post by Hamsterkill »

Ohay, so I installed the svn build and the same thing happens. Here's the console output:

Code: Select all

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 SpeedLimiter
Initialising plugin NetworkHealth
Initialising plugin SimpleRSS
Initialising plugin TorrentSearch
Initialising plugin DesiredRatio
Initialising plugin TorrentNotification
Initialising plugin TorrentPeers
Initialising plugin TorrentPieces
Initialising plugin TorrentCreator
Initialising plugin NetworkGraph
Initialising plugin EventLogging
Initialising plugin BlocklistImport
Initialising plugin TorrentFiles
Initialising plugin Locations
Applying preferences
Starting DHT...
Showing window
Loading TorrentPeers plugin...
Loading blocklist plugin ...
Fetching http://www.bluetack.co.uk/forums/index.php?act=dscriptdl&CODE=dodownload&f_id=24d7982419679d60a3e792a27d0d74edaf
importing with gzmule
GZMuleReader loading /home/hamsterkill/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Loading TorrentFiles plugin...
Loading TorrentNotification plugin...
Loading TorrentPieces plugin...
Pickling state...
Segmentation fault
That's starting up deluge, then enabling the TorrentPieces plugin and then opening up the torrent. Let me know if I can do anything else.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge 0.5.4 Pieces plugin causing crashes

Post by markybob »

Hamsterkill wrote:Ohay, so I installed the svn build and the same thing happens. Here's the console output:

Code: Select all

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 SpeedLimiter
Initialising plugin NetworkHealth
Initialising plugin SimpleRSS
Initialising plugin TorrentSearch
Initialising plugin DesiredRatio
Initialising plugin TorrentNotification
Initialising plugin TorrentPeers
Initialising plugin TorrentPieces
Initialising plugin TorrentCreator
Initialising plugin NetworkGraph
Initialising plugin EventLogging
Initialising plugin BlocklistImport
Initialising plugin TorrentFiles
Initialising plugin Locations
Applying preferences
Starting DHT...
Showing window
Loading TorrentPeers plugin...
Loading blocklist plugin ...
Fetching http://www.bluetack.co.uk/forums/index.php?act=dscriptdl&CODE=dodownload&f_id=24d7982419679d60a3e792a27d0d74edaf
importing with gzmule
GZMuleReader loading /home/hamsterkill/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Loading TorrentFiles plugin...
Loading TorrentNotification plugin...
Loading TorrentPieces plugin...
Pickling state...
Segmentation fault
That's starting up deluge, then enabling the TorrentPieces plugin and then opening up the torrent. Let me know if I can do anything else.
does it load if you remove ~/.config/deluge/persistent.state ?
Hamsterkill
Member
Member
Posts: 10
Joined: Mon Aug 06, 2007 1:02 pm

Re: Deluge 0.5.4 Pieces plugin causing crashes

Post by Hamsterkill »

markybob wrote:does it load if you remove ~/.config/deluge/persistent.state ?
Nope, does same thing.
Hamsterkill
Member
Member
Posts: 10
Joined: Mon Aug 06, 2007 1:02 pm

Re: Deluge 0.5.4 Pieces plugin causing crashes

Post by Hamsterkill »

This is still occurring with today's svn by the way.
Post Reply