Page 1 of 1

Deluge 0.5.4 Pieces plugin causing crashes

Posted: Mon Aug 06, 2007 1:09 pm
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.

Re: Deluge 0.5.4 Pieces plugin causing crashes

Posted: Mon Aug 06, 2007 8:24 pm
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

Re: Deluge 0.5.4 Pieces plugin causing crashes

Posted: Mon Aug 06, 2007 11:07 pm
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.

Re: Deluge 0.5.4 Pieces plugin causing crashes

Posted: Mon Aug 06, 2007 11:10 pm
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 ?

Re: Deluge 0.5.4 Pieces plugin causing crashes

Posted: Tue Aug 07, 2007 1:27 am
by Hamsterkill
markybob wrote:does it load if you remove ~/.config/deluge/persistent.state ?
Nope, does same thing.

Re: Deluge 0.5.4 Pieces plugin causing crashes

Posted: Sun Aug 26, 2007 3:26 am
by Hamsterkill
This is still occurring with today's svn by the way.