Ticket #9893: mythbackend.bt

File mythbackend.bt, 3.2 KB (added by Ian Dall <ian@…>, 14 years ago)
Line 
1(gdb) thread apply all bt
2
3Thread 5 (Thread 0xb06ffb70 (LWP 3707)):
4#0 clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:111
5#1 0x003d0f00 in ?? ()
6#2 0x00000000 in ?? ()
7
8Thread 4 (Thread 0xb10ffb70 (LWP 3706)):
9#0 QWaitCondition::wakeAll (this=0x8) at thread/qwaitcondition_unix.cpp:141
10#1 0xb6a2dac8 in wake (this=0x8207190) at system-unix.cpp:219
11#2 MythSystemManager::run (this=0x8207190) at system-unix.cpp:381
12#3 0xb44e3423 in QThreadPrivate::start (arg=0x8207190) at thread/qthread_unix.cpp:320
13#4 0xb56dce99 in start_thread (arg=0xb10ffb70) at pthread_create.c:301
14#5 0xb429cd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133
15
16Thread 3 (Thread 0xb1a2fb70 (LWP 3705)):
17#0 0xb7fe0424 in __kernel_vsyscall ()
18#1 0xb56e1743 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:236
19#2 0xb44e316f in thread_sleep (ti=<value optimized out>) at thread/qthread_unix.cpp:470
20#3 0xb44e32c4 in QThread::msleep (msecs=100) at thread/qthread_unix.cpp:496
21#4 0xb6a0e7cc in LoggerThread::run (this=0xb6a726ec) at mythlogging.cpp:591
22#5 0xb44e3423 in QThreadPrivate::start (arg=0xb6a726ec) at thread/qthread_unix.cpp:320
23#6 0xb56dce99 in start_thread (arg=0xb1a2fb70) at pthread_create.c:301
24#7 0xb429cd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133
25
26Thread 2 (Thread 0xb2230b70 (LWP 3704)):
27#0 0xb7fe0424 in __kernel_vsyscall ()
28#1 0xb56e1743 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:236
29#2 0xb44e316f in thread_sleep (ti=<value optimized out>) at thread/qthread_unix.cpp:470
30#3 0xb44e32c4 in QThread::msleep (msecs=100) at thread/qthread_unix.cpp:496
31#4 0xb6a101b3 in DBLoggerThread::run (this=0x81b9bc8) at mythlogging.cpp:425
32#5 0xb44e3423 in QThreadPrivate::start (arg=0x81b9bc8) at thread/qthread_unix.cpp:320
33#6 0xb56dce99 in start_thread (arg=0xb2230b70) at pthread_create.c:301
34#7 0xb429cd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133
35
36Thread 1 (Thread 0xb246e780 (LWP 3694)):
37#0 clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:111
38#1 0x00000001 in ?? ()
39#2 0x00000001 in ?? ()
40#3 0xb56eeff4 in ?? () from /lib/libpthread.so.0
41#4 0xb56dd693 in create_thread (newthread=0x820761c, attr=0xbffff058, start_routine=0xb44e33a0 <QThreadPrivate::start(void*)>, arg=0x8204990) at ../nptl/sysdeps/pthread/createthread.c:212
42#5 __pthread_create_2_1 (newthread=0x820761c, attr=0xbffff058, start_routine=0xb44e33a0 <QThreadPrivate::start(void*)>, arg=0x8204990) at pthread_create.c:556
43#6 0xb44e2f21 in QThread::start (this=0x8204990, priority=QThread::InheritPriority) at thread/qthread_unix.cpp:633
44#7 0xb6a28434 in MythSystemUnix::MythSystemUnix (this=0x82042a0, parent=0x8206868) at system-unix.cpp:507
45#8 0xb69959b8 in MythSystem::initializePrivate (this=0x8206868) at mythsystem.cpp:47
46#9 0xb6999df1 in MythSystem::MythSystem (this=0x8206868, command=..., flags=16907) at mythsystem.cpp:60
47#10 0xb6999f1b in myth_system (command=..., flags=16907, timeout=0) at mythsystem.cpp:367
48#11 0xb69eb3b1 in ping (host=..., timeout=3707) at util.cpp:725
49#12 0xb69f3757 in setHttpProxy () at util.cpp:1386
50#13 0x080860d7 in main (argc=136281136, argv=0x81ef320) at main.cpp:106
51(gdb)