deluged insta-crash

General support for problems installing or using Deluge
Post Reply
piousminion
New User
New User
Posts: 5
Joined: Tue Jul 14, 2009 6:31 pm

deluged insta-crash

Post by piousminion »

I have been using deluge for a LONG time now and I am a very loyal fan to this great client.
However, since version 1.3.[2|3] I have had nothing but trouble.

Long story short:
the daemon instantly crashes when I add a torrent.

Current Setup:
OS: archlinux - 32bit
deluge - 1.3.3)-(-2)
libtorrent-rasterbar - 0.15.7(-1)

What I've tried:
downgrading libtorrent-rasterbar
upgrading libtorrent-rasterbar
wiping config
reinstalling deluge
all of the above several times in different orders.
wiping my HDs and reinstalling my entire OS

debug output:
start daemon, connect with gtk ui, (same host/user in this case, but same results with gtk ui on diff host)
add torrents, click add, connection drops out and deluged no longer running (segmentation fault)
EDIT: pasted in code brackets as per convention listed in FAQ

Code: Select all

[INFO    ] 20:25:23 daemon:129 Deluge daemon 1.3.3
[DEBUG   ] 20:25:23 daemon:130 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'interface': None, 'logfile': 'dlog', 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG   ] 20:25:23 daemon:131 args: []
[DEBUG   ] 20:25:23 core:76 Core init..
[INFO    ] 20:25:23 core:80 Starting libtorrent 0.15.7.0 session..
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 config:197 Setting 'info_sent' to 0.0 of <type 'float'>
[DEBUG   ] 20:25:23 config:197 Setting 'lsd' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'send_info' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'move_completed_path' to /home/clay of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'enc_in_policy' to 1 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'queue_new_to_top' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'ignore_limits_on_local_network' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'rate_limit_ip_overhead' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'daemon_port' to 58846 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'torrentfiles_location' to /home/clay of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_active_limit' to 8 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'utpex' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_active_downloading' to 3 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_active_seeding' to 5 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'allow_remote' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_half_open_connections' to 50 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'download_location' to /home/clay of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'compact_allocation' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_upload_speed' to -1.0 of <type 'float'>
[DEBUG   ] 20:25:23 config:197 Setting 'cache_expiry' to 60 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'prioritize_first_last_pieces' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'auto_managed' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'enc_level' to 2 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_connections_per_second' to 20 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'dont_count_slow_torrents' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'random_outgoing_ports' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'dht' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'new_release_check' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'enc_out_policy' to 1 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_upload_slots_global' to 4 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'seed_time_limit' to 180 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'cache_size' to 512 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'share_ratio_limit' to 2.0 of <type 'float'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_download_speed' to -1.0 of <type 'float'>
[DEBUG   ] 20:25:23 config:197 Setting 'geoip_db_location' to /usr/share/GeoIP/GeoIP.dat of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'natpmp' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'stop_seed_at_ratio' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'peer_tos' to 0x00 of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'listen_interface' to  of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'upnp' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_download_speed_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'outgoing_ports' to [0, 0] of <type 'list'>
[DEBUG   ] 20:25:23 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG   ] 20:25:23 config:197 Setting 'random_port' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_connections_global' to 200 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'enc_prefer_rc4' to True of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'listen_ports' to [6881, 6891] of <type 'list'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_upload_slots_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'stop_seed_ratio' to 2.0 of <type 'float'>
[DEBUG   ] 20:25:23 config:197 Setting 'seed_time_ratio_limit' to 7.0 of <type 'float'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_upload_speed_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'copy_torrent_file' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'del_copy_torrent_file' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'move_completed' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'proxies' to {'peer': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'web_seed': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'tracker': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'dht': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}} of <type 'dict'>
[DEBUG   ] 20:25:23 config:197 Setting 'add_paused' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'max_connections_per_torrent' to -1 of <type 'int'>
[DEBUG   ] 20:25:23 config:197 Setting 'remove_seed_at_ratio' to False of <type 'bool'>
[DEBUG   ] 20:25:23 config:197 Setting 'autoadd_location' to /home/clay of <type 'str'>
[DEBUG   ] 20:25:23 config:197 Setting 'plugins_location' to /home/clay/.config/deluge/plugins of <type 'str'>
[DEBUG   ] 20:25:23 config:391 Config /home/clay/.config/deluge/core.conf version: 1.1 loaded: {'info_sent': 0.0, 'lsd': False, 'send_info': False, 'move_completed_path': u'/mnt/storage/1000-B/deluge/complete', 'enc_in_policy': 0, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'daemon_port': 58846, 'natpmp': False, 'max_active_limit': 200, 'utpex': False, 'max_active_downloading': 3, 'max_active_seeding': 197, 'allow_remote': True, 'max_half_open_connections': 50, 'download_location': u'/mnt/storage/1000-B/deluge/working', 'compact_allocation': False, 'max_upload_speed': -1.0, 'cache_expiry': 60, 'prioritize_first_last_pieces': False, 'auto_managed': True, 'enc_level': 1, 'max_connections_per_second': 20, 'dont_count_slow_torrents': True, 'random_outgoing_ports': False, 'max_upload_slots_per_torrent': -1, 'new_release_check': True, 'enc_out_policy': 0, 'outgoing_ports': [26000, 26000], 'seed_time_limit': 180, 'cache_size': 512, 'share_ratio_limit': 2.0, 'max_download_speed': -1.0, 'geoip_db_location': u'/usr/share/GeoIP/GeoIP.dat', 'torrentfiles_location': u'/home/clay', 'stop_seed_at_ratio': True, 'peer_tos': u'0x00', 'listen_interface': u'', 'upnp': False, 'max_download_speed_per_torrent': -1, 'max_upload_slots_global': 200, 'enabled_plugins': [], 'random_port': False, 'autoadd_enable': False, 'max_connections_global': 200, 'enc_prefer_rc4': True, 'listen_ports': [3724, 3724], 'dht': False, 'stop_seed_ratio': 3.0, 'seed_time_ratio_limit': 7.0, 'max_upload_speed_per_torrent': -1, 'copy_torrent_file': False, 'del_copy_torrent_file': False, 'move_completed': True, 'proxies': {u'peer': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'web_seed': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'tracker': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'dht': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}}, 'add_paused': False, 'max_connections_per_torrent': -1, 'remove_seed_at_ratio': False, 'autoadd_location': u'/home/clay', 'plugins_location': u'/home/clay/.config/deluge/plugins'}
[DEBUG   ] 20:25:23 alertmanager:53 AlertManager initialized..
[DEBUG   ] 20:25:23 pluginmanagerbase:65 Plugin manager init..
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: Extractor 0.1 at /usr/lib/python2.7/site-packages/deluge/plugins/Extractor-0.1-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: Execute 1.2 at /usr/lib/python2.7/site-packages/deluge/plugins/Execute-1.2-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: Blocklist 1.2 at /usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.2-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: AutoAdd 1.03 at /usr/lib/python2.7/site-packages/deluge/plugins/AutoAdd-1.03-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: Label 0.1 at /usr/lib/python2.7/site-packages/deluge/plugins/Label-0.1-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: Notifications 0.1 at /usr/lib/python2.7/site-packages/deluge/plugins/Notifications-0.1-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: WebUi 0.1 at /usr/lib/python2.7/site-packages/deluge/plugins/WebUi-0.1-py2.7.egg
[DEBUG   ] 20:25:23 pluginmanagerbase:124 Found plugin: Scheduler 0.2 at /usr/lib/python2.7/site-packages/deluge/plugins/Scheduler-0.2-py2.7.egg
[DEBUG   ] 20:25:23 torrentmanager:127 TorrentManager init..
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 config:304 Registering function for max_connections_per_torrent key..
[DEBUG   ] 20:25:23 torrentmanager:833 max_connections_per_torrent set to -1..
[DEBUG   ] 20:25:23 config:304 Registering function for max_upload_slots_per_torrent key..
[DEBUG   ] 20:25:23 torrentmanager:839 max_upload_slots_per_torrent set to -1..
[DEBUG   ] 20:25:23 config:304 Registering function for max_upload_speed_per_torrent key..
[DEBUG   ] 20:25:23 torrentmanager:844 max_upload_speed_per_torrent set to -1..
[DEBUG   ] 20:25:23 config:304 Registering function for max_download_speed_per_torrent key..
[DEBUG   ] 20:25:23 torrentmanager:849 max_download_speed_per_torrent set to -1..
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert torrent_finished_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert torrent_paused_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert torrent_checked_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert tracker_reply_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert tracker_announce_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert tracker_warning_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert tracker_error_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert storage_moved_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert torrent_resumed_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert state_changed_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert save_resume_data_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert save_resume_data_failed_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert file_renamed_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert metadata_received_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert file_error_alert
[DEBUG   ] 20:25:23 alertmanager:96 Registered handler for alert file_completed_alert
[DEBUG   ] 20:25:23 filtermanager:105 FilterManager init..
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 config:304 Registering function for autoadd_enable key..
[DEBUG   ] 20:25:23 autoadd:124 _on_autoadd_enable
[DEBUG   ] 20:25:23 config:304 Registering function for autoadd_location key..
[DEBUG   ] 20:25:23 autoadd:131 _on_autoadd_location
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[INFO    ] 20:25:23 rpcserver:366 Starting DelugeRPC server :58846
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.add_torrent_file
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.add_torrent_magnet
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.add_torrent_url
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.connect_peer
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.create_torrent
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.disable_plugin
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.enable_plugin
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.force_reannounce
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.force_recheck
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_available_plugins
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_cache_status
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_config
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_config_value
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_config_values
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_enabled_plugins
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_filter_tree
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_free_space
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_libtorrent_version
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_listen_port
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_num_connections
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_path_size
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_session_state
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_session_status
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_torrent_status
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.get_torrents_status
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.glob
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.move_storage
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.pause_all_torrents
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.pause_torrent
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.queue_bottom
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.queue_down
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.queue_top
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.queue_up
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.remove_torrent
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.rename_files
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.rename_folder
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.rescan_plugins
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.resume_all_torrents
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.resume_torrent
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_config
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_auto_managed
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_file_priorities
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_max_connections
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_max_download_speed
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_max_upload_slots
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_max_upload_speed
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_move_completed
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_move_completed_path
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_options
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_prioritize_first_last
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_remove_at_ratio
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_stop_at_ratio
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_stop_ratio
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.set_torrent_trackers
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.test_listen_port
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: core.upload_plugin
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: daemon.get_method_list
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: daemon.info
[DEBUG   ] 20:25:23 rpcserver:395 Registering method: daemon.shutdown
[DEBUG   ] 20:25:23 config:304 Registering function for torrentfiles_location key..
[DEBUG   ] 20:25:23 config:304 Registering function for listen_ports key..
[DEBUG   ] 20:25:23 preferencesmanager:253 listen port range set to 3724-3724
[DEBUG   ] 20:25:23 config:304 Registering function for listen_interface key..
[DEBUG   ] 20:25:23 preferencesmanager:261 random port value set to False
[DEBUG   ] 20:25:23 preferencesmanager:275 listen port range set to 3724-3724
[DEBUG   ] 20:25:23 config:304 Registering function for random_port key..
[DEBUG   ] 20:25:23 preferencesmanager:261 random port value set to False
[DEBUG   ] 20:25:23 preferencesmanager:275 listen port range set to 3724-3724
[DEBUG   ] 20:25:23 config:304 Registering function for outgoing_ports key..
[DEBUG   ] 20:25:23 preferencesmanager:280 outgoing port range set to 26000-26000
[DEBUG   ] 20:25:23 config:304 Registering function for random_outgoing_ports key..
[DEBUG   ] 20:25:23 config:304 Registering function for peer_tos key..
[DEBUG   ] 20:25:23 preferencesmanager:288 setting peer_tos to: 0x00
[DEBUG   ] 20:25:23 config:304 Registering function for dht key..
[DEBUG   ] 20:25:23 preferencesmanager:296 dht value set to False
[DEBUG   ] 20:25:23 config:304 Registering function for upnp key..
[DEBUG   ] 20:25:23 preferencesmanager:318 upnp value set to False
[DEBUG   ] 20:25:23 config:304 Registering function for natpmp key..
[DEBUG   ] 20:25:23 preferencesmanager:325 natpmp value set to False
[DEBUG   ] 20:25:23 config:304 Registering function for utpex key..
[DEBUG   ] 20:25:23 preferencesmanager:339 utpex value set to False
[DEBUG   ] 20:25:23 config:304 Registering function for lsd key..
[DEBUG   ] 20:25:23 preferencesmanager:332 lsd value set to False
[DEBUG   ] 20:25:23 config:304 Registering function for enc_in_policy key..
[DEBUG   ] 20:25:23 preferencesmanager:344 encryption value enc_in_policy set to 0..
[DEBUG   ] 20:25:23 preferencesmanager:358 encryption settings:
			out_policy: forced
		        in_policy: forced
			level: rc4
			prefer_rc4: True
[DEBUG   ] 20:25:23 config:304 Registering function for enc_out_policy key..
[DEBUG   ] 20:25:23 preferencesmanager:344 encryption value enc_out_policy set to 0..
[DEBUG   ] 20:25:23 preferencesmanager:358 encryption settings:
			out_policy: forced
		        in_policy: forced
			level: rc4
			prefer_rc4: True
[DEBUG   ] 20:25:23 config:304 Registering function for enc_level key..
[DEBUG   ] 20:25:23 preferencesmanager:344 encryption value enc_level set to 1..
[DEBUG   ] 20:25:23 preferencesmanager:358 encryption settings:
			out_policy: forced
		        in_policy: forced
			level: rc4
			prefer_rc4: True
[DEBUG   ] 20:25:23 config:304 Registering function for enc_prefer_rc4 key..
[DEBUG   ] 20:25:23 preferencesmanager:344 encryption value enc_prefer_rc4 set to True..
[DEBUG   ] 20:25:23 preferencesmanager:358 encryption settings:
			out_policy: forced
		        in_policy: forced
			level: rc4
			prefer_rc4: True
[DEBUG   ] 20:25:23 config:304 Registering function for max_connections_global key..
[DEBUG   ] 20:25:23 preferencesmanager:361 max_connections_global set to 200..
[DEBUG   ] 20:25:23 config:304 Registering function for max_upload_speed key..
[DEBUG   ] 20:25:23 preferencesmanager:365 max_upload_speed set to -1.0..
[DEBUG   ] 20:25:23 config:304 Registering function for max_download_speed key..
[DEBUG   ] 20:25:23 preferencesmanager:375 max_download_speed set to -1.0..
[DEBUG   ] 20:25:23 config:304 Registering function for max_upload_slots_global key..
[DEBUG   ] 20:25:23 preferencesmanager:384 max_upload_slots_global set to 200..
[DEBUG   ] 20:25:23 config:304 Registering function for max_half_open_connections key..
[DEBUG   ] 20:25:23 config:304 Registering function for max_connections_per_second key..
[DEBUG   ] 20:25:23 config:304 Registering function for ignore_limits_on_local_network key..
[DEBUG   ] 20:25:23 config:304 Registering function for share_ratio_limit key..
[DEBUG   ] 20:25:23 preferencesmanager:397 share_ratio_limit set to 2.0..
[DEBUG   ] 20:25:23 config:304 Registering function for seed_time_ratio_limit key..
[DEBUG   ] 20:25:23 preferencesmanager:401 seed_time_ratio_limit set to 7.0..
[DEBUG   ] 20:25:23 config:304 Registering function for seed_time_limit key..
[DEBUG   ] 20:25:23 preferencesmanager:405 seed_time_limit set to 180..
[DEBUG   ] 20:25:23 config:304 Registering function for max_active_downloading key..
[DEBUG   ] 20:25:23 preferencesmanager:410 max_active_downloading set to 3..
[DEBUG   ] 20:25:23 config:304 Registering function for max_active_seeding key..
[DEBUG   ] 20:25:23 preferencesmanager:414 max_active_seeding set to 197..
[DEBUG   ] 20:25:23 config:304 Registering function for max_active_limit key..
[DEBUG   ] 20:25:23 preferencesmanager:418 max_active_limit set to 200..
[DEBUG   ] 20:25:23 config:304 Registering function for dont_count_slow_torrents key..
[DEBUG   ] 20:25:23 preferencesmanager:422 dont_count_slow_torrents set to True..
[DEBUG   ] 20:25:23 config:304 Registering function for send_info key..
[DEBUG   ] 20:25:23 preferencesmanager:426 Sending anonymous stats..
[DEBUG   ] 20:25:23 config:304 Registering function for proxies key..
[DEBUG   ] 20:25:23 config:304 Registering function for new_release_check key..
[DEBUG   ] 20:25:23 preferencesmanager:457 Checking for new release..
[DEBUG   ] 20:25:23 config:304 Registering function for rate_limit_ip_overhead key..
[DEBUG   ] 20:25:23 preferencesmanager:482 rate_limit_ip_overhead: True
[DEBUG   ] 20:25:23 config:304 Registering function for geoip_db_location key..
[DEBUG   ] 20:25:23 preferencesmanager:486 geoip_db_location: /usr/share/GeoIP/GeoIP.dat
[WARNING ] 20:25:23 preferencesmanager:494 Unable to find GeoIP database file!
[DEBUG   ] 20:25:23 config:304 Registering function for cache_size key..
[DEBUG   ] 20:25:23 core:181 get_new_release
[DEBUG   ] 20:25:23 preferencesmanager:504 cache_size: 512
[DEBUG   ] 20:25:23 config:304 Registering function for cache_expiry key..
[DEBUG   ] 20:25:23 preferencesmanager:508 cache_expiry: 60
[DEBUG   ] 20:25:23 alertmanager:123 listen_succeeded_alert: successfully listening on 0.0.0.0:3724
[DEBUG   ] 20:25:23 alertmanager:123 listen_succeeded_alert: successfully listening on [::]:3724
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 torrentmanager:605 Opening torrent state file for load.
[DEBUG   ] 20:25:23 torrentmanager:718 Opening torrents fastresume file for load.
[DEBUG   ] 20:25:23 torrentmanager:328 torrentmanager.add
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 torrentmanager:288 Attempting to create torrent_info from /home/clay/.config/deluge/state/72c83929bef72f9a370634a779fa532a3560413a.torrent
[DEBUG   ] 20:25:23 torrentmanager:428 options: {'add_paused': False, 'max_download_speed': -1.0, 'auto_managed': True, 'remove_at_ratio': False, 'move_completed_path': u'/mnt/storage/1000-B/deluge/complete', 'download_location': '/mnt/storage/1000-B/deluge/working', 'mapped_files': {}, 'compact_allocation': False, 'stop_at_ratio': True, 'max_upload_speed': -1.0, 'prioritize_first_last_pieces': False, 'max_upload_slots': -1, 'file_priorities': (1, 1, 1, 1, 1, 1), 'stop_ratio': 3.0, 'move_completed': True, 'max_connections': -1}
[DEBUG   ] 20:25:23 torrentmanager:462 handle id: 72c83929bef72f9a370634a779fa532a3560413a
[DEBUG   ] 20:25:23 torrent:105 Creating torrent object 72c83929bef72f9a370634a779fa532a3560413a
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 torrent:337 Setting trackers for 72c83929bef72f9a370634a779fa532a3560413a: [{'fails': 0, 'verified': False, 'url': 'http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce', 'fail_limit': 0, 'complete_sent': False, 'source': 1, 'start_sent': False, 'tier': 0, 'updating': False}, {'fails': 0, 'verified': False, 'url': 'http://iptorrents.me:2710/10b0ae64de654d2f5672104f67e9cc32/announce', 'fail_limit': 0, 'complete_sent': False, 'source': 1, 'start_sent': False, 'tier': 1, 'updating': False}, {'fails': 0, 'verified': False, 'url': 'http://iptorrents.ru:6969/10b0ae64de654d2f5672104f67e9cc32/announce', 'fail_limit': 0, 'complete_sent': False, 'source': 1, 'start_sent': False, 'tier': 2, 'updating': False}]
[DEBUG   ] 20:25:23 torrent:305 setting 72c83929bef72f9a370634a779fa532a3560413a's file priorities: (1, 1, 1, 1, 1, 1)
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 torrent:212 Torrent object created.
[DEBUG   ] 20:25:23 alertmanager:123 state_changed_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub]: state changed to: downloading
[DEBUG   ] 20:25:23 alertmanager:123 torrent_checked_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] checked
[DEBUG   ] 20:25:23 alertmanager:123 tracker_announce_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] (http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) sending announce (started)
[DEBUG   ] 20:25:23 rpcserver:466 intevents: {}
[INFO    ] 20:25:23 torrentmanager:508 Torrent -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] added by user: 
[DEBUG   ] 20:25:23 torrentmanager:328 torrentmanager.add
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 torrentmanager:288 Attempting to create torrent_info from /home/clay/.config/deluge/state/b64029705ba41e20ec121fcae05168109974904a.torrent
[DEBUG   ] 20:25:23 torrentmanager:428 options: {'add_paused': True, 'max_download_speed': -1.0, 'auto_managed': True, 'remove_at_ratio': False, 'move_completed_path': u'/mnt/storage/1000-B/deluge/complete', 'download_location': '/mnt/storage/1000-B/deluge/working', 'mapped_files': {}, 'compact_allocation': False, 'stop_at_ratio': True, 'max_upload_speed': -1.0, 'prioritize_first_last_pieces': False, 'max_upload_slots': -1, 'file_priorities': (1, 1), 'stop_ratio': 3.0, 'move_completed': True, 'max_connections': -1}
[DEBUG   ] 20:25:23 torrentmanager:462 handle id: b64029705ba41e20ec121fcae05168109974904a
[DEBUG   ] 20:25:23 torrent:105 Creating torrent object b64029705ba41e20ec121fcae05168109974904a
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:23 torrent:337 Setting trackers for b64029705ba41e20ec121fcae05168109974904a: [{'fails': 0, 'verified': False, 'url': 'http://tracker.iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce', 'fail_limit': 0, 'complete_sent': False, 'source': 1, 'start_sent': False, 'tier': 0, 'updating': False}, {'fails': 0, 'verified': False, 'url': 'http://tracker.iptorrents.me:2710/10b0ae64de654d2f5672104f67e9cc32/announce', 'fail_limit': 0, 'complete_sent': False, 'source': 1, 'start_sent': False, 'tier': 1, 'updating': False}, {'fails': 0, 'verified': False, 'url': 'http://tracker.iptorrents.ru:6969/10b0ae64de654d2f5672104f67e9cc32/announce', 'fail_limit': 0, 'complete_sent': False, 'source': 1, 'start_sent': False, 'tier': 2, 'updating': False}]
[DEBUG   ] 20:25:23 torrent:305 setting b64029705ba41e20ec121fcae05168109974904a's file priorities: (1, 1)
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 torrent:212 Torrent object created.
[DEBUG   ] 20:25:23 alertmanager:123 torrent_resumed_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] resumed
[DEBUG   ] 20:25:23 alertmanager:123 state_changed_alert: Equilibrium.2002.BRRip.XviD.AC3-QUiET: state changed to: downloading
[DEBUG   ] 20:25:23 alertmanager:123 torrent_checked_alert: Equilibrium.2002.BRRip.XviD.AC3-QUiET checked
[DEBUG   ] 20:25:23 alertmanager:123 tracker_announce_alert: Equilibrium.2002.BRRip.XviD.AC3-QUiET (http://tracker.iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) sending announce (started)
[DEBUG   ] 20:25:23 rpcserver:466 intevents: {}
[INFO    ] 20:25:23 torrentmanager:508 Torrent Equilibrium.2002.BRRip.XviD.AC3-QUiET added by user: 
[DEBUG   ] 20:25:23 rpcserver:466 intevents: {}
[DEBUG   ] 20:25:23 torrentmanager:999 on_alert_state_changed
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 rpcserver:466 intevents: {}
[DEBUG   ] 20:25:23 torrentmanager:912 on_alert_torrent_checked
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 torrentmanager:946 on_alert_tracker_announce
[DEBUG   ] 20:25:23 torrentmanager:984 on_alert_torrent_resumed
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 rpcserver:466 intevents: {}
[DEBUG   ] 20:25:23 torrentmanager:999 on_alert_state_changed
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 torrentmanager:912 on_alert_torrent_checked
[DEBUG   ] 20:25:23 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:23 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:23 torrentmanager:946 on_alert_tracker_announce
[DEBUG   ] 20:25:23 alertmanager:123 save_resume_data_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] resume data generated
[DEBUG   ] 20:25:23 alertmanager:123 save_resume_data_alert: Equilibrium.2002.BRRip.XviD.AC3-QUiET resume data generated
[DEBUG   ] 20:25:23 torrentmanager:1013 on_alert_save_resume_data
[DEBUG   ] 20:25:23 torrentmanager:1013 on_alert_save_resume_data
[DEBUG   ] 20:25:23 torrentmanager:718 Opening torrents fastresume file for load.
[DEBUG   ] 20:25:23 torrentmanager:758 Saving fastresume file: /home/clay/.config/deluge/state/torrents.fastresume
[DEBUG   ] 20:25:23 core:193 new_release: 1.3.3
[DEBUG   ] 20:25:24 alertmanager:123 external_ip_alert: external IP received: 173.65.102.177
[INFO    ] 20:25:26 rpcserver:203 Deluge Client connection made from: 127.0.0.1:45300
[INFO    ] 20:25:26 rpcserver:223 Deluge client disconnected: Connection was closed cleanly.
[DEBUG   ] 20:25:27 alertmanager:123 tracker_reply_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] (http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) received peers: 19
[DEBUG   ] 20:25:27 torrentmanager:929 on_alert_tracker_reply: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] (http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) received peers: 19
[DEBUG   ] 20:25:27 alertmanager:123 tracker_reply_alert: Equilibrium.2002.BRRip.XviD.AC3-QUiET (http://tracker.iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) received peers: 32
[DEBUG   ] 20:25:27 torrentmanager:929 on_alert_tracker_reply: Equilibrium.2002.BRRip.XviD.AC3-QUiET (http://tracker.iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) received peers: 32
[INFO    ] 20:25:27 rpcserver:203 Deluge Client connection made from: 127.0.0.1:45301
[DEBUG   ] 20:25:28 core:373 Pausing: ('72c83929bef72f9a370634a779fa532a3560413a',)
[DEBUG   ] 20:25:28 alertmanager:123 tracker_announce_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] (http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) sending announce (stopped)
[DEBUG   ] 20:25:28 alertmanager:123 torrent_paused_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] paused
[DEBUG   ] 20:25:28 torrentmanager:946 on_alert_tracker_announce
[DEBUG   ] 20:25:28 torrentmanager:890 on_alert_torrent_paused
[DEBUG   ] 20:25:28 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:28 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:28 rpcserver:466 intevents: {1: ['NewVersionAvailableEvent', 'PluginEnabledEvent', 'TorrentResumedEvent', 'TorrentAddedEvent', 'TorrentRemovedEvent', 'PluginDisabledEvent', 'SessionResumedEvent', 'SessionPausedEvent', 'TorrentQueueChangedEvent', 'TorrentFolderRenamedEvent', 'TorrentStateChangedEvent', 'TorrentFinishedEvent', 'ConfigValueChangedEvent', 'TorrentFileRenamedEvent']}
[DEBUG   ] 20:25:28 rpcserver:470 Emit Event: TorrentStateChangedEvent ['72c83929bef72f9a370634a779fa532a3560413a', 'Paused']
[DEBUG   ] 20:25:28 alertmanager:123 save_resume_data_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] resume data generated
[DEBUG   ] 20:25:28 torrentmanager:1013 on_alert_save_resume_data
[DEBUG   ] 20:25:28 torrentmanager:718 Opening torrents fastresume file for load.
[DEBUG   ] 20:25:28 torrentmanager:758 Saving fastresume file: /home/clay/.config/deluge/state/torrents.fastresume
[DEBUG   ] 20:25:29 alertmanager:123 tracker_reply_alert: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] (http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) received peers: 0
[DEBUG   ] 20:25:29 torrentmanager:929 on_alert_tracker_reply: -aXXo-Pan's.Labyrinth[2006]DvDrip[Eng.Sub] (http://iptorrents.com:2790/10b0ae64de654d2f5672104f67e9cc32/announce) received peers: 0
[DEBUG   ] 20:25:43 torrentmanager:328 torrentmanager.add
[DEBUG   ] 20:25:43 torrentmanager:385 Torrent (72c83929bef72f9a370634a779fa532a3560413a) exists, checking for trackers to add...
[DEBUG   ] 20:25:43 torrentmanager:328 torrentmanager.add
[DEBUG   ] 20:25:43 torrentmanager:385 Torrent (b64029705ba41e20ec121fcae05168109974904a) exists, checking for trackers to add...
[DEBUG   ] 20:25:43 torrentmanager:328 torrentmanager.add
[DEBUG   ] 20:25:43 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:43 torrentmanager:428 options: {'max_download_speed': -1.0, 'auto_managed': True, 'move_completed_path': u'/mnt/storage/1000-B/deluge/complete', 'stop_at_ratio': True, 'prioritize_first_last_pieces': False, 'max_upload_slots': -1, 'file_priorities': (1,), 'move_completed': True, 'max_connections': -1, 'add_paused': False, 'download_location': '/mnt/storage/1000-B/deluge/working', 'mapped_files': {}, 'compact_allocation': False, 'max_upload_speed': -1.0, 'remove_at_ratio': False, 'stop_ratio': 3.0}
[DEBUG   ] 20:25:44 torrentmanager:462 handle id: 812f3321f78467dd6339ff95909dd48cc0f2501e
[DEBUG   ] 20:25:44 torrent:105 Creating torrent object 812f3321f78467dd6339ff95909dd48cc0f2501e
[DEBUG   ] 20:25:44 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:44 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 20:25:44 torrent:305 setting 812f3321f78467dd6339ff95909dd48cc0f2501e's file priorities: (1,)
[DEBUG   ] 20:25:44 torrent:379 set_state_based_on_ltstate: Downloading
[DEBUG   ] 20:25:44 torrent:380 session.is_paused: False
[DEBUG   ] 20:25:44 torrent:212 Torrent object created.
[DEBUG   ] 20:25:44 alertmanager:123 state_changed_alert: Eureka.S04E18.HDTV.XviD-LOL.avi: state changed to: downloading
[DEBUG   ] 20:25:44 alertmanager:123 torrent_checked_alert: Eureka.S04E18.HDTV.XviD-LOL.avi checked
Can anyone, please, help me figure this out. I simply loathe the idea of using anything but deluge, but if I can't get this resolved I may be forced to. :'(
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: deluged insta-crash

Post by Cas »

You will need to run a backtrace to find what is causing it to seg fault.

I should mention that most seg faults are to do with libraries out-with Deluge's control so it is probably best to report it to archlinux bug tracker.
Post Reply