Re: New features in SVN
Posted: Sat Nov 17, 2007 7:56 am
I have rev. 2220, and Deluge still crashes upon closing ... one thing I have noticed is that I don't encounter the Deluge stalled crash anymore, well atleast for now. But the reason for that could be that after 40 minutes or so I close Deluge anyways, so I don't have data on Deluge running like overnight and right now I'm more concerned with the why it crashes upon closing ... it's like it is waiting for something to happen before it closes. Maybe in Deluge a destructor is waiting for a parameter to be returned that isn't being sent? Or stalls in closing a plugin? I tested with all plugins turned off it still happens to become unresponsive when shutting down. In terminal I see the last step it does before becoming unresponsive is the following:
Hypothetically if the Core is shutdown before the GUI, wouldn't it crash ... is there a way of Shutting down the GUI before the internals?
Code: Select all
mojo@Bluebox:~/.config/deluge$ deluge
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 TorrentCreator
Initialising plugin BlocklistImport
Initialising plugin TorrentFiles
Initialising plugin TorrentPeers
Initialising plugin DesiredRatio
Initialising plugin Locations
Initialising plugin SimpleRSS
Initialising plugin WebSeed
Initialising plugin WebUi
Initialising plugin NetworkGraph
Initialising plugin TorrentNotification
Initialising plugin MoveTorrent
Initialising plugin EventLogging
Initialising plugin Scheduler
Initialising plugin SpeedLimiter
Initialising plugin ExtraStats
Initialising plugin FlexRSS
Initialising plugin TorrentSearch
Initialising plugin NetworkHealth
Applying preferences
Starting DHT...
Showing window
Pickling state...
Stopping DHT...
Saving fastresume data...
Saving uploaded memory...
Quitting the core...
core: removing torrents...
core: removing settings...
core: shutting down session...
core shut down.