I'll give that a try, finally stopped the gdb and ran the backtrace, here it is if it helps anyone figure out this problem:
Code: Select all
$ gdb --args python /usr/bin/deluged -d
GNU gdb (GDB) Fedora (7.5.1-38.fc18)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.7.debug...done.
done.
(gdb) run
Starting program: /usr/bin/python /usr/bin/deluged -d
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 11467.
[New Thread 0x7fffec1a2700 (LWP 11469)]
[New Thread 0x7fffeb9a1700 (LWP 11470)]
[ERROR ] 10:18:29 init:50 Unable to enable plugin!
[ERROR ] 10:18:29 init:51 Couldn't listen on any:8112: [Errno 98] Address already in use.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/plugins/init.py", line 48, in enable
self.plugin.enable()
File "/usr/lib/python2.7/site-packages/deluge/plugins/WebUi-0.1-py2.7.egg/webui/core.py", line 59, in enable
self.start()
File "/usr/lib/python2.7/site-packages/deluge/plugins/WebUi-0.1-py2.7.egg/webui/core.py", line 97, in start
self.server.start(False)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 665, in start
self.start_normal()
File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 673, in start_normal
self.socket = reactor.listenTCP(self.port, self.site)
File "/usr/lib64/python2.7/site-packages/twisted/internet/posixbase.py", line 464, in listenTCP
p.startListening()
File "/usr/lib64/python2.7/site-packages/twisted/internet/tcp.py", line 927, in startListening
raise CannotListenError, (self.interface, self.port, le)
CannotListenError: Couldn't listen on any:8112: [Errno 98] Address already in use.
[New Thread 0x7fffea739700 (LWP 11471)]
[New Thread 0x7fffe9d31700 (LWP 11472)]
^C
Program received signal SIGINT, Interrupt.
0x0000003b7ecf2b23 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
81 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
Missing separate debuginfos, use: debuginfo-install GeoIP-1.4.8-4.fc18.x86_64 boost-python-1.50.0-7.fc18.x86_64 boost-system-1.50.0-7.fc18.x86_64 bzip2-libs-1.0.6-7.fc18.x86_64 keyutils-libs-1.5.5-3.fc18.x86_64 krb5-libs-1.10.3-17.fc18.x86_64 libcom_err-1.42.5-1.fc18.x86_64 libffi-3.0.10-3.fc18.x86_64 libgcc-4.7.2-8.fc18.x86_64 libjpeg-turbo-1.2.90-1.fc18.x86_64 libselinux-2.1.12-7.3.fc18.x86_64 libstdc++-4.7.2-8.fc18.x86_64 openssl-libs-1.0.1e-4.fc18.x86_64 pcre-8.31-5.fc18.x86_64 pyOpenSSL-0.13-4.fc18.x86_64 python-imaging-1.1.7-7.fc18.x86_64 python-setproctitle-1.1.6-1.fc18.x86_64 python-twisted-core-12.1.0-2.fc18.x86_64 python-zope-interface-4.0.4-1.fc18.x86_64 rb_libtorrent-0.16.8-1.fc18.x86_64 rb_libtorrent-python-0.16.8-1.fc18.x86_64 zlib-1.2.7-9.fc18.x86_64
(gdb) thread apply all backtrace
Thread 5 (Thread 0x7fffe9d31700 (LWP 11472)):
#0 sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85
#1 0x0000003b80507945 in PyThread_acquire_lock (lock=0x7fffd4002420, waitflag=1) at /usr/src/debug/Python-2.7.3/Python/thread_pthread.h:321
#2 0x0000003b8050b454 in lock_PyThread_acquire_lock (self=0x1810030, args=<optimized out>) at /usr/src/debug/Python-2.7.3/Modules/threadmodule.c:52
#3 0x0000003b804dd281 in call_function (oparg=<optimized out>, pp_stack=0x7fffe9d2fd28) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4098
#4 PyEval_EvalFrameEx (f=f@entry=
Frame 0x1a43570, for file /usr/lib64/python2.7/threading.py, line 243, in wait (self=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[<thread.lock at remote 0x1810030>], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb07d0>, timeout=None, waiter=<thread.lock at remote 0x1810030>, saved_state=None), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#5 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=1, kws=0x7fffd40012c0, kwcount=0, defs=0x92c6e8, defcount=1, closure=0x0)
at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#6 0x0000003b804dc2b3 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffe9d2ffd8, func=<function at remote 0x9317d0>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4194
#7 call_function (oparg=<optimized out>, pp_stack=0x7fffe9d2ffd8) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#8 PyEval_EvalFrameEx (f=f@entry=
Frame 0x7fffd4001110, for file /usr/lib64/python2.7/Queue.py, line 168, in get (self=<Queue(unfinished_tasks=6, queue=<collections.deque at remote 0x1bb1c20>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb0850>, mutex=<thread.lock at remote 0x7ffff7f5cfb0>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb0810>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#9 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=1, kws=0x7fffd40010c0, kwcount=0, defs=0xd2f530, defcount=2, closure=0x0)
at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#10 0x0000003b804dc2b3 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffe9d30288, func=<function at remote 0xd249b0>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4194
#11 call_function (oparg=<optimized out>, pp_stack=0x7fffe9d30288) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#12 PyEval_EvalFrameEx (f=f@entry=
Frame 0x7fffd4000ef0, for file /usr/lib64/python2.7/site-packages/twisted/python/threadpool.py, line 190, in _worker (self=<ThreadPool(name='twisted.internet.reactor', working=[], min=0, started=True, max=10, workers=1, joined=False, q=<Queue(unfinished_tasks=6, queue=<collections.deque at remote 0x1bb1c20>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb0850>, mutex=<thread.lock at remote 0x7ffff7f5cfb0>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb0810>, not_empty=<_Condition(_Ve...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#13 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x177aca8, argcount=1, kws=kws@entry=0x7ffff7f9b068, kwcount=kwcount@entry=0, defs=defs@entry=0x0,
defcount=defcount@entry=0, closure=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#14 0x0000003b8046da37 in function_call (func=<function at remote 0x1bb5758>, arg=
(<ThreadPool(name='twisted.internet.reactor', working=[], min=0, started=True, max=10, workers=1, joined=False, q=<Queue(unfinished_tasks=6, queue=<collections.deque at remote 0x1bb1c20>, maxsize=0, all_tasks_done=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb0850>, mutex=<thread.lock at remote 0x7ffff7f5cfb0>, not_full=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfb0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfb0>) at remote 0x1bb0810>, not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfb0>, acquire=<built-in method acquire of thread....(truncated), kw={}) at /usr/src/debug/Python-2.7.3/Objects/funcobject.c:526
#15 0x0000003b80449c0e in PyObject_Call (func=func@entry=<function at remote 0x1bb5758>, arg=<optimized out>, kw=kw@entry={}) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529
#16 0x0000003b804da08b in ext_do_call (nk=0, na=<optimized out>, flags=<optimized out>, pp_stack=0x7fffe9d30608, func=<function at remote 0x1bb5758>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4411
#17 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2779
#18 0x0000003b804dcef1 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffe9d30808, func=<function at remote 0x932410>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4184
#19 call_function (oparg=<optimized out>, pp_stack=0x7fffe9d30808) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#20 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#21 0x0000003b804dcef1 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffe9d30a08, func=<function at remote 0x932578>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4184
#22 call_function (oparg=<optimized out>, pp_stack=0x7fffe9d30a08) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#23 PyEval_EvalFrameEx (f=f@entry=
Frame 0x7fffd4000910, for file /usr/lib64/python2.7/threading.py, line 524, in __bootstrap (self=<Thread(_Thread__ident=140737116313344, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfd0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfd0>) at remote 0x1bb09d0>, _Thread__name='PoolThread-twisted.internet.reactor-1', _Thread__daemonic=False, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5ce30>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5ce30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5ce30>) at remote 0x1bb0910>) at remote 0x1bb08d0>, _Thread__stderr=<file at remote 0x7ffff7fb3270>, _Thread__target=<instancemethod...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#24 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x1824428, argcount=1, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0,
defcount=defcount@entry=0, closure=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#25 0x0000003b8046d926 in function_call (func=<function at remote 0x932488>, arg=
(<Thread(_Thread__ident=140737116313344, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfd0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfd0>) at remote 0x1bb09d0>, _Thread__name='PoolThread-twisted.internet.reactor-1', _Thread__daemonic=False, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5ce30>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5ce30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5ce30>) at remote 0x1bb0910>) at remote 0x1bb08d0>, _Thread__stderr=<file at remote 0x7ffff7fb3270>, _Thread__target=<instancemethod at remote 0x1234eb0>, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__s...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.3/Objects/funcobject.c:526
#26 0x0000003b80449c0e in PyObject_Call (func=func@entry=<function at remote 0x932488>, arg=arg@entry=
(<Thread(_Thread__ident=140737116313344, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfd0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfd0>) at remote 0x1bb09d0>, _Thread__name='PoolThread-twisted.internet.reactor-1', _Thread__daemonic=False, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5ce30>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5ce30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5ce30>) at remote 0x1bb0910>) at remote 0x1bb08d0>, _Thread__stderr=<file at remote 0x7ffff7fb3270>, _Thread__target=<instancemethod at remote 0x1234eb0>, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__s...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529
#27 0x0000003b80458200 in instancemethod_call (func=<function at remote 0x932488>, arg=
(<Thread(_Thread__ident=140737116313344, _Thread__block=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5cfd0>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5cfd0>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5cfd0>) at remote 0x1bb09d0>, _Thread__name='PoolThread-twisted.internet.reactor-1', _Thread__daemonic=False, _Thread__started=<_Event(_Verbose__verbose=False, _Event__flag=True, _Event__cond=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at remote 0x7ffff7f5ce30>, acquire=<built-in method acquire of thread.lock object at remote 0x7ffff7f5ce30>, _Condition__waiters=[], release=<built-in method release of thread.lock object at remote 0x7ffff7f5ce30>) at remote 0x1bb0910>) at remote 0x1bb08d0>, _Thread__stderr=<file at remote 0x7ffff7fb3270>, _Thread__target=<instancemethod at remote 0x1234eb0>, _Thread__kwargs={}, _Verbose__verbose=False, _Thread__args=(), _Thread__s...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.3/Objects/classobject.c:2578
#28 0x0000003b80449c0e in PyObject_Call (func=func@entry=<instancemethod at remote 0x1811f00>, arg=arg@entry=(), kw=<optimized out>) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529
#29 0x0000003b804d7367 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x1811f00>, arg=(), kw=<optimized out>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3967
#30 0x0000003b8050b802 in t_bootstrap (boot_raw=0x19bc620) at /usr/src/debug/Python-2.7.3/Modules/threadmodule.c:614
#31 0x0000003b7f007d15 in start_thread (arg=0x7fffe9d31700) at pthread_create.c:308
#32 0x0000003b7ecf253d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:114
Thread 4 (Thread 0x7fffea739700 (LWP 11471)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1 0x00007fffecb35d6c in boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) () from /lib64/libtorrent-rasterbar.so.7
#2 0x00007fffecb39d3e in boost::asio::detail::task_io_service::run(boost::system::error_code&) () from /lib64/libtorrent-rasterbar.so.7
#3 0x00007fffecb3a955 in boost::asio::io_service::run() () from /lib64/libtorrent-rasterbar.so.7
#4 0x00007fffecb2d677 in boost_asio_detail_posix_thread_function () from /lib64/libtorrent-rasterbar.so.7
#5 0x0000003b7f007d15 in start_thread (arg=0x7fffea739700) at pthread_create.c:308
#6 0x0000003b7ecf253d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:114
Thread 3 (Thread 0x7fffeb9a1700 (LWP 11470)):
#0 0x0000003b7ecf2b23 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffecb356f8 in boost::asio::detail::epoll_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) () from /lib64/libtorrent-rasterbar.so.7
#2 0x00007fffecb35c4b in boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) () from /lib64/libtorrent-rasterbar.so.7
#3 0x00007fffecb39d3e in boost::asio::detail::task_io_service::run(boost::system::error_code&) () from /lib64/libtorrent-rasterbar.so.7
#4 0x00007fffecc3aed4 in libtorrent::aux::session_impl::main_thread() () from /lib64/libtorrent-rasterbar.so.7
#5 0x00007fffecb2d677 in boost_asio_detail_posix_thread_function () from /lib64/libtorrent-rasterbar.so.7
#6 0x0000003b7f007d15 in start_thread (arg=0x7fffeb9a1700) at pthread_create.c:308
#7 0x0000003b7ecf253d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:114
Thread 2 (Thread 0x7fffec1a2700 (LWP 11469)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1 0x00007fffecb5ce20 in libtorrent::disk_io_thread::thread_fun() () from /lib64/libtorrent-rasterbar.so.7
#2 0x00007fffecb2d677 in boost_asio_detail_posix_thread_function () from /lib64/libtorrent-rasterbar.so.7
#3 0x0000003b7f007d15 in start_thread (arg=0x7fffec1a2700) at pthread_create.c:308
#4 0x0000003b7ecf253d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:114
Thread 1 (Thread 0x7ffff7fdb740 (LWP 11463)):
#0 0x0000003b7ecf2b23 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffef7a4f46 in pyepoll_poll (self=0x7ffff7f5b1e0, args=<optimized out>, kwds=<optimized out>) at /usr/src/debug/Python-2.7.3/Modules/selectmodule.c:1004
#2 0x0000003b804dd281 in call_function (oparg=<optimized out>, pp_stack=0x7fffffffd178) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4098
#3 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#4 0x0000003b804dcef1 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fffffffd378, func=<function at remote 0xdfab18>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4184
#5 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd378) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#6 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#7 0x0000003b804dcef1 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffd578, func=<function at remote 0xd34f50>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4184
#8 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd578) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#9 PyEval_EvalFrameEx (f=f@entry=
Frame 0x1271200, for file /usr/lib64/python2.7/site-packages/twisted/internet/base.py, line 1169, in run (self=<EPollReactor(waker=<_UnixWaker(i=10, fileno=<function at remote 0xdfac08>, reactor=<...>, o=11) at remote 0xdfc090>, _poller=<select.epoll at remote 0x7ffff7f5b1e0>, _cancellations=0, _justStopped=False, _newTimedCalls=[], _pendingTimedCalls=[<DelayedCall(resetter=<instancemethod at remote 0x1baf640>, seconds=<built-in function time>, args=(), canceller=<instancemethod at remote 0x1bab910>, delayed_time=0, kw={}, func=<LoopingCall(a=(...), interval=<float at remote 0x11d9d70>, clock=<...>, _expectNextCallAt=<float at remote 0x1934ca8>, f=<instancemethod at remote 0x1baedc0>, deferred=<Deferred(_canceller=None, callbacks=[]) at remote 0x1ba6290>, running=True, kw={}, starttime=<float at remote 0x11d9bf0>, call=<...>, _runAtStart=True) at remote 0x1bb04d0>, time=<float at remote 0x1c1e3a8>, cancelled=0, called=0) at remote 0x180a2d8>, <DelayedCall(resetter=<instancemethod at remote 0x18162d0>, seconds...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#10 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=1, kws=0xeabc10, kwcount=0, defs=0xd362e8, defcount=1, closure=0x0)
at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#11 0x0000003b804dc2b3 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffd828, func=<function at remote 0xd34ed8>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4194
#12 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd828) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#13 PyEval_EvalFrameEx (f=f@entry=
Frame 0xeab9f0, for file /usr/lib/python2.7/site-packages/deluge/core/daemon.py, line 171, in __init__ (self=<Daemon(core=<Core(_component_depend=None, autoadd=<AutoAdd(_component_depend=['TorrentManager'], _component_state='Paused', _component_timer=<LoopingCall(a=(), interval=5, clock=<EPollReactor(waker=<_UnixWaker(i=10, fileno=<function at remote 0xdfac08>, reactor=<...>, o=11) at remote 0xdfc090>, _poller=<select.epoll at remote 0x7ffff7f5b1e0>, _cancellations=0, _justStopped=False, _newTimedCalls=[], _pendingTimedCalls=[<DelayedCall(resetter=<instancemethod at remote 0x1baf640>, seconds=<built-in function time>, args=(...), canceller=<instancemethod at remote 0x1bab910>, delayed_time=0, kw={}, func=<LoopingCall(a=(...), interval=<float at remote 0x11d9d70>, clock=<...>, _expectNextCallAt=<float at remote 0x1934ca8>, f=<instancemethod at remote 0x1baedc0>, deferred=<Deferred(_canceller=None, callbacks=[]) at remote 0x1ba6290>, running=True, kw={}, starttime=<float at remote 0x11d9bf0>, call=<...>, _runAt...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#14 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0xdff4c8, argcount=3, kws=0x9a8c30, kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0xdff1f8,
defcount=defcount@entry=3, closure=0x0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#15 0x0000003b8046d926 in function_call (func=<function at remote 0xe6c758>, arg=
(<Daemon(core=<Core(_component_depend=None, autoadd=<AutoAdd(_component_depend=['TorrentManager'], _component_state='Paused', _component_timer=<LoopingCall(a=(), interval=5, clock=<EPollReactor(waker=<_UnixWaker(i=10, fileno=<function at remote 0xdfac08>, reactor=<...>, o=11) at remote 0xdfc090>, _poller=<select.epoll at remote 0x7ffff7f5b1e0>, _cancellations=0, _justStopped=False, _newTimedCalls=[], _pendingTimedCalls=[<DelayedCall(resetter=<instancemethod at remote 0x1baf640>, seconds=<built-in function time>, args=(...), canceller=<instancemethod at remote 0x1bab910>, delayed_time=0, kw={}, func=<LoopingCall(a=(...), interval=<float at remote 0x11d9d70>, clock=<...>, _expectNextCallAt=<float at remote 0x1934ca8>, f=<instancemethod at remote 0x1baedc0>, deferred=<Deferred(_canceller=None, callbacks=[]) at remote 0x1ba6290>, running=True, kw={}, starttime=<float at remote 0x11d9bf0>, call=<...>, _runAtStart=True) at remote 0x1bb04d0>, time=<float at remote 0x1c1e3a8>, cancelled=0, called=0) at remote 0x180a2...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.3/Objects/funcobject.c:526
#16 0x0000003b80449c0e in PyObject_Call (func=func@entry=<function at remote 0xe6c758>, arg=arg@entry=
(<Daemon(core=<Core(_component_depend=None, autoadd=<AutoAdd(_component_depend=['TorrentManager'], _component_state='Paused', _component_timer=<LoopingCall(a=(), interval=5, clock=<EPollReactor(waker=<_UnixWaker(i=10, fileno=<function at remote 0xdfac08>, reactor=<...>, o=11) at remote 0xdfc090>, _poller=<select.epoll at remote 0x7ffff7f5b1e0>, _cancellations=0, _justStopped=False, _newTimedCalls=[], _pendingTimedCalls=[<DelayedCall(resetter=<instancemethod at remote 0x1baf640>, seconds=<built-in function time>, args=(...), canceller=<instancemethod at remote 0x1bab910>, delayed_time=0, kw={}, func=<LoopingCall(a=(...), interval=<float at remote 0x11d9d70>, clock=<...>, _expectNextCallAt=<float at remote 0x1934ca8>, f=<instancemethod at remote 0x1baedc0>, deferred=<Deferred(_canceller=None, callbacks=[]) at remote 0x1ba6290>, running=True, kw={}, starttime=<float at remote 0x11d9bf0>, call=<...>, _runAtStart=True) at remote 0x1bb04d0>, time=<float at remote 0x1c1e3a8>, cancelled=0, called=0) at remote 0x180a2...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529
#17 0x0000003b80458200 in instancemethod_call (func=<function at remote 0xe6c758>, arg=
(<Daemon(core=<Core(_component_depend=None, autoadd=<AutoAdd(_component_depend=['TorrentManager'], _component_state='Paused', _component_timer=<LoopingCall(a=(), interval=5, clock=<EPollReactor(waker=<_UnixWaker(i=10, fileno=<function at remote 0xdfac08>, reactor=<...>, o=11) at remote 0xdfc090>, _poller=<select.epoll at remote 0x7ffff7f5b1e0>, _cancellations=0, _justStopped=False, _newTimedCalls=[], _pendingTimedCalls=[<DelayedCall(resetter=<instancemethod at remote 0x1baf640>, seconds=<built-in function time>, args=(...), canceller=<instancemethod at remote 0x1bab910>, delayed_time=0, kw={}, func=<LoopingCall(a=(...), interval=<float at remote 0x11d9d70>, clock=<...>, _expectNextCallAt=<float at remote 0x1934ca8>, f=<instancemethod at remote 0x1baedc0>, deferred=<Deferred(_canceller=None, callbacks=[]) at remote 0x1ba6290>, running=True, kw={}, starttime=<float at remote 0x11d9bf0>, call=<...>, _runAtStart=True) at remote 0x1bb04d0>, time=<float at remote 0x1c1e3a8>, cancelled=0, called=0) at remote 0x180a2...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.3/Objects/classobject.c:2578
#18 0x0000003b80449c0e in PyObject_Call (func=func@entry=<instancemethod at remote 0xdffc30>, arg=arg@entry=
(<Values(profile=False, loglevel=None, quiet=False, ui_interface=None, listen_interface=None, logfile=None, config=None, port=None, pidfile=None, donot=True) at remote 0x9ac9e0>, []), kw=kw@entry=0x0)
at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529
#19 0x0000003b8049d4c2 in slot_tp_init (self=<optimized out>, args=
(<Values(profile=False, loglevel=None, quiet=False, ui_interface=None, listen_interface=None, logfile=None, config=None, port=None, pidfile=None, donot=True) at remote 0x9ac9e0>, []), kwds=0x0)
at /usr/src/debug/Python-2.7.3/Objects/typeobject.c:5663
#20 0x0000003b8049d15c in type_call (type=<optimized out>, args=
(<Values(profile=False, loglevel=None, quiet=False, ui_interface=None, listen_interface=None, logfile=None, config=None, port=None, pidfile=None, donot=True) at remote 0x9ac9e0>, []), kwds=0x0)
at /usr/src/debug/Python-2.7.3/Objects/typeobject.c:737
#21 0x0000003b80449c0e in PyObject_Call (func=func@entry=<type at remote 0xeac920>, arg=arg@entry=
(<Values(profile=False, loglevel=None, quiet=False, ui_interface=None, listen_interface=None, logfile=None, config=None, port=None, pidfile=None, donot=True) at remote 0x9ac9e0>, []), kw=kw@entry=0x0)
at /usr/src/debug/Python-2.7.3/Objects/abstract.c:2529
#22 0x0000003b804d9583 in do_call (nk=<optimized out>, na=2, pp_stack=0x7fffffffdec8, func=<type at remote 0xeac920>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4316
#23 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdec8) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4121
#24 PyEval_EvalFrameEx (f=f@entry=
Frame 0x9eb110, for file /usr/lib/python2.7/site-packages/deluge/main.py, line 230, in start_daemon (warnings=<module at remote 0x7ffff7f845c8>, parser=<OptionParser(process_default_values=True, allow_interspersed_args=True, _long_opt={'--quiet': <Option(_long_opts=['--quiet'], help="Sets the log level to 'none', this is the same as `-L none`", callback_args=None, callback=None, default=False, nargs=None, choices=None, dest='quiet', container=<...>, _short_opts=['-q'], action='store_true', const=None, callback_kwargs=None, type=None, metavar=None) at remote 0x9ac7e8>, '--ui-interface': <Option(_long_opts=['--ui-interface'], help='Interface daemon will listen for UI connections on, this should be an IP address', callback_args=None, callback=None, default=('NO', 'DEFAULT'), nargs=1, choices=None, dest='ui_interface', container=<...>, _short_opts=['-u'], action='store', const=None, callback_kwargs=None, type='string', metavar='IFACE') at remote 0x9ac2d8>, '--port': <Option(_long_opts=['--port'], help='Port daemo...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#25 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=0, kws=0x6ce6b0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#26 0x0000003b804dc2b3 in fast_function (nk=<optimized out>, na=0, n=<optimized out>, pp_stack=0x7fffffffe178, func=<function at remote 0x9ad848>) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4194
#27 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe178) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4119
#28 PyEval_EvalFrameEx (f=f@entry=Frame 0x70ced0, for file /usr/bin/deluged, line 9, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#29 0x0000003b804ddcbf in PyEval_EvalCodeEx (co=co@entry=0x7ffff7f1ea30, globals=globals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, locals=locals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0)
at /usr/src/debug/Python-2.7.3/Python/ceval.c:3330
#30 0x0000003b804ddd92 in PyEval_EvalCode (co=co@entry=0x7ffff7f1ea30, globals=globals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, locals=locals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}) at /usr/src/debug/Python-2.7.3/Python/ceval.c:689
#31 0x0000003b804f6f7a in run_mod (mod=<optimized out>, filename=filename@entry=0x7fffffffe82b "/usr/bin/deluged -d", globals=globals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, locals=locals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, flags=flags@entry=0x7fffffffe3f0, arena=arena@entry=0x6e1020) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:1361
#32 0x0000003b804f7d72 in PyRun_FileExFlags (fp=fp@entry=0x7086d0, filename=filename@entry=0x7fffffffe82b "/usr/bin/deluged -d", start=start@entry=257, globals=globals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, locals=locals@entry=
{'__builtins__': <module at remote 0x7ffff7f9bad0>, '__file__': '/usr/bin/deluged', '__package__': None, 'sys': <module at remote 0x7ffff7f9bb78>, '__requires__': 'deluge==1.3.6', 'load_entry_point': <function at remote 0x7ab140>, '__name__': '__main__', '__doc__': None}, closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe3f0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:1347
#33 0x0000003b804f878b in PyRun_SimpleFileExFlags (fp=fp@entry=0x7086d0, filename=0x7fffffffe82b "/usr/bin/deluged -d", closeit=1, flags=flags@entry=0x7fffffffe3f0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:951
#34 0x0000003b804f93c9 in PyRun_AnyFileExFlags (fp=fp@entry=0x7086d0, filename=<optimized out>, closeit=<optimized out>, flags=flags@entry=0x7fffffffe3f0) at /usr/src/debug/Python-2.7.3/Python/pythonrun.c:755
#35 0x0000003b80509c52 in Py_Main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/Python-2.7.3/Modules/main.c:639
#36 0x0000003b7ec21a05 in __libc_start_main (main=0x4006f0 <main>, argc=3, ubp_av=0x7fffffffe5a8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe598) at libc-start.c:225
#37 0x0000000000400721 in _start ()
(gdb)