bus error on deluge startup

General support for problems installing or using Deluge
Post Reply
ledzgio
Member
Member
Posts: 29
Joined: Tue Oct 20, 2009 9:24 pm

bus error on deluge startup

Post by ledzgio »

hi all,

mysteriously deluge 1.3.6 stopped working (it worked fine for months) and now gives me "bus error" when I launch it. If I run the following command:

Code: Select all

deluge -L debug
and I get

Code: Select all

16:23:05.925 [INFO    ][deluge.main:133 ] Deluge ui 1.4.0.dev83
16:23:05.925 [DEBUG   ][deluge.main:134 ] options: {'loglevel': u'debug', 'default_ui': None, 'args': None, 'quiet': False, 'ui': None, 'rotate_logs': False, 'logfile': None, 'config': None}
16:23:05.925 [DEBUG   ][deluge.main:135 ] args: []
16:23:05.925 [DEBUG   ][deluge.main:136 ] ui_args: []
16:23:05.926 [INFO    ][deluge.main:139 ] Starting ui..
16:23:05.926 [DEBUG   ][deluge.ui.ui:147 ] UI init..
16:23:05.926 [DEBUG   ][deluge.configmanager:114 ] Getting config 'ui.conf'
16:23:05.926 [DEBUG   ][deluge.config:199 ] Setting 'default_ui' to gtk of <type 'str'>
16:23:05.926 [DEBUG   ][deluge.config:447 ] Config /home/scantinato/.config/deluge/ui.conf version: 1.1 loaded: {'default_ui': u'gtk'}
16:23:05.926 [INFO    ][deluge.ui.ui:166 ] Starting GtkUI..
16:23:05.947 [INFO    ][twisted     :453 ] using set_wakeup_fd
Bus error
I tried to install the git version (1.4.0) but still the same error. I also tried to delete the deluge config directory under home but no luck. I am on Linux Mint with kernel 3.5.0-44.

Any idea?

thanks
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: bus error on deluge startup

Post by Cas »

It is not a Deluge issue, it's something in Python or OS.
Post Reply