Ticket #9704: ThreadStacktrace.2.txt

File ThreadStacktrace.2.txt, 86.0 KB (added by brian@…, 13 years ago)

stack trace of deadlocked threads

Line 
1Thread 25 (Thread 0xb780fb70 (LWP 4794)):
2#0  0x00c84422 in __kernel_vsyscall ()
3No symbol table info available.
4#1  0x02ed3b86 in *__GI___poll (fds=0x2f69ff4, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
5        resultvar = <value optimized out>
6        oldtype = 0
7        result = <value optimized out>
8#2  0x02d4d4eb in IA__g_poll (fds=0x8355590, nfds=1, timeout=-1) at /build/buildd/glib2.0-2.24.1/glib/gpoll.c:127
9No locals.
10#3  0x02d400ac in g_main_context_poll (context=0x8355c28, block=<value optimized out>, dispatch=1, self=0x8355568) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2904
11        poll_func = 0x2d4d4c0 <IA__g_poll>
12#4  g_main_context_iterate (context=0x8355c28, block=<value optimized out>, dispatch=1, self=0x8355568) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2586
13        max_priority = 2147483647
14        timeout = -1
15        some_ready = <value optimized out>
16        nfds = 1
17        allocated_nfds = <value optimized out>
18        fds = <value optimized out>
19        __PRETTY_FUNCTION__ = "g_main_context_iterate"
20#5  0x02d404b8 in IA__g_main_context_iteration (context=0x8355c28, may_block=1) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2654
21        retval = <value optimized out>
22#6  0x036e05d5 in QEventDispatcherGlib::processEvents (this=0x834abc0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
23        d = 0x834a540
24        canWait = true
25        result = <value optimized out>
26#7  0x036b3059 in QEventLoop::processEvents (this=0xb780f260, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece.
27) at kernel/qeventloop.cpp:149
28        d = 0x8357220
29#8  0x036b34aa in QEventLoop::exec (this=0xb780f260, flags=...) at kernel/qeventloop.cpp:201
30        d = 0x8357220
31        app = <value optimized out>
32#9  0x035af5a8 in QThread::exec (this=0x834bc20) at thread/qthread.cpp:487
33        d = <value optimized out>
34        locker = {{mtx = 0x833b350, val = 137605968}}
35        eventLoop = {<QObject> = {_vptr.QObject = 0x37c8448, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x3760ee0 "QObject", data = 0x3760f80, extradata = 0x37c3260}}, d_ptr = {d = 0x8357220}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x3769a20 "Qt", data = 0x376d040, extradata = 0x0}}}, static staticMetaObject = {d = warning: can't find linker symbol for virtual table for `QMetaObject::<anonymous struct>' value
36warning:   found `types' instead
37{superdata = 0x37c3250, stringdata = 0x3772a80 "QEventLoop", data = 0x3772aa0, extradata = 0x0}}}
38        returnCode = <value optimized out>
39#10 0x0062168d in WorkerThread::run (this=0x834bc20) at threadpool.cpp:267
40No locals.
41#11 0x035b232e in QThreadPrivate::start (arg=0x834bc20) at thread/qthread_unix.cpp:248
42        data = 0x834aab0
43#12 0x0088c96e in start_thread (arg=0xb780fb70) at pthread_create.c:300
44        __res = <value optimized out>
45        __ignore1 = <value optimized out>
46        __ignore2 = <value optimized out>
47        pd = 0xb780fb70
48        now = <value optimized out>
49        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1216285656, -657171045, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
50        not_first_call = <value optimized out>
51        robust = <value optimized out>
52        freesize = <value optimized out>
53        __PRETTY_FUNCTION__ = "start_thread"
54#13 0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
55No locals.
56
57Thread 24 (Thread 0xb6e0eb70 (LWP 4795)):
58#0  0x00c84422 in __kernel_vsyscall ()
59No symbol table info available.
60#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
61No locals.
62#2  0x035b1c1e in thread_sleep (ti=0x1) at thread/qthread_unix.cpp:398
63        mtx = {__data = {__lock = 0, __count = 0, __owner = 0, __kind = 0, __nusers = 1, {__spins = 0, __list = {__next = 0x0}}}, __size = '\000' <repeats 16 times>, "\001\000\000\000\000\000\000", __align = 0}
64        cnd = {__data = {__lock = 0, __futex = 1, __total_seq = 1, __wakeup_seq = 0, __woken_seq = 0, __mutex = 0xb6e0e244, __nwaiters = 2, __broadcast_seq = 0}, __size = "\000\000\000\000\001\000\000\000\001", '\000' <repeats 23 times>, "D\342\340\266\002\000\000\000\000\000\000\000\244\342\340\266", __align = 4294967296}
65#3  0x035b1d73 in QThread::msleep (msecs=100) at thread/qthread_unix.cpp:424
66        tv = {tv_sec = 1307411834, tv_usec = 120838}
67        ti = {tv_sec = 1307411834, tv_nsec = 220838000}
68#4  0x00613d27 in TaskQueue::run (this=0x8355628) at taskqueue.cpp:126
69        ttNow = {tv_sec = 1307411834, tv_usec = 120826}
70        pTask = 0x0
71#5  0x035b232e in QThreadPrivate::start (arg=0x8355628) at thread/qthread_unix.cpp:248
72        data = 0x834c5e8
73#6  0x0088c96e in start_thread (arg=0xb6e0eb70) at pthread_create.c:300
74        __res = <value optimized out>
75        __ignore1 = <value optimized out>
76        __ignore2 = <value optimized out>
77        pd = 0xb6e0eb70
78        now = <value optimized out>
79        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1226775512, 418667929, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
80        not_first_call = <value optimized out>
81        robust = <value optimized out>
82        freesize = <value optimized out>
83        __PRETTY_FUNCTION__ = "start_thread"
84#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
85No locals.
86
87Thread 23 (Thread 0xb640db70 (LWP 4796)):
88#0  0x00c84422 in __kernel_vsyscall ()
89No symbol table info available.
90#1  0x02eabce6 in nanosleep () at ../sysdeps/unix/syscall-template.S:82
91No locals.
92#2  0x02eabb10 in __sleep (seconds=0) at ../sysdeps/unix/sysv/linux/sleep.c:138
93        ts = {tv_sec = 207, tv_nsec = 609148307}
94        set = {__val = {65536, 0 <repeats 31 times>}}
95        oset = {__val = {0, 0, 3057701476, 11506210, 3057701460, 134539444, 3057701448, 11586132, 144782376, 142471424, 143310320, 140435712, 144921616, 142249952, 145862744, 142471424, 137846104, 3057701384, 56281693, 137846104, 140509696, 58496124, 143334848, 144599152, 143805600, 140723744, 144768480, 140793056, 142705632, 147661688, 139038360, 141978112}}
96        result = <value optimized out>
97#3  0x0815e73b in UPnpMedia::RunRebuildLoop (this=0x8353898) at upnpmedia.cpp:59
98        irebuildDelay = 1800
99#4  0x0815e761 in UPnpMedia::doUPnpMediaThread (param=0x8353898) at upnpmedia.cpp:66
100        upnpmedia = 0x8353898
101#5  0x0088c96e in start_thread (arg=0xb640db70) at pthread_create.c:300
102        __res = <value optimized out>
103        __ignore1 = <value optimized out>
104        __ignore2 = <value optimized out>
105        pd = 0xb640db70
106        now = <value optimized out>
107        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1237265368, 1486118296, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
108        not_first_call = <value optimized out>
109        robust = <value optimized out>
110        freesize = <value optimized out>
111        __PRETTY_FUNCTION__ = "start_thread"
112#6  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
113No locals.
114
115Thread 22 (Thread 0xb5a0cb70 (LWP 4797)):
116#0  0x00c84422 in __kernel_vsyscall ()
117No symbol table info available.
118#1  0x02eda971 in select () at ../sysdeps/unix/syscall-template.S:82
119No locals.
120#2  0x0060d620 in SSDP::run (this=0x83557b0) at ssdp.cpp:229
121        nMaxSocket = 14
122        read_set = {fds_bits = {28672, 0 <repeats 31 times>}}
123        timeout = {tv_sec = 0, tv_usec = 47192}
124#3  0x035b232e in QThreadPrivate::start (arg=0x83557b0) at thread/qthread_unix.cpp:248
125        data = 0x834cb00
126#4  0x0088c96e in start_thread (arg=0xb5a0cb70) at pthread_create.c:300
127        __res = <value optimized out>
128        __ignore1 = <value optimized out>
129        __ignore2 = <value optimized out>
130        pd = 0xb5a0cb70
131        now = <value optimized out>
132        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1247755224, -1733010017, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
133        not_first_call = <value optimized out>
134        robust = <value optimized out>
135        freesize = <value optimized out>
136        __PRETTY_FUNCTION__ = "start_thread"
137#5  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
138No locals.
139
140Thread 21 (Thread 0xb500bb70 (LWP 4803)):
141#0  0x00c84422 in __kernel_vsyscall ()
142No symbol table info available.
143#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
144No locals.
145#2  0x035b320f in QWaitConditionPrivate::wait (this=0x8351410, mutex=0x835140c, time=1000) at thread/qwaitcondition_unix.cpp:85
146        tv = {tv_sec = 1307411833, tv_usec = 648293}
147        ti = {tv_sec = 1307411834, tv_nsec = 648293000}
148        code = <value optimized out>
149#3  QWaitCondition::wait (this=0x8351410, mutex=0x835140c, time=1000) at thread/qwaitcondition_unix.cpp:159
150        returnValue = <value optimized out>
151#4  0x01421102 in TVRec::RunTV (this=0x8351328) at tv_rec.cpp:1609
152        locker = {{mtx = 0x835140d, val = 137696269}}
153        lock = {{mtx = 0x83513ac, val = 137696172}}
154#5  0x0141e7b1 in TVRec::EventThread (param=0x8351328) at tv_rec.cpp:1308
155        thetv = 0x8351328
156#6  0x0088c96e in start_thread (arg=0xb500bb70) at pthread_create.c:300
157        __res = <value optimized out>
158        __ignore1 = <value optimized out>
159        __ignore2 = <value optimized out>
160        pd = 0xb500bb70
161        now = <value optimized out>
162        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1258245080, -665559650, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
163        not_first_call = <value optimized out>
164        robust = <value optimized out>
165        freesize = <value optimized out>
166        __PRETTY_FUNCTION__ = "start_thread"
167#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
168No locals.
169
170Thread 20 (Thread 0xb460ab70 (LWP 4804)):
171#0  0x00c84422 in __kernel_vsyscall ()
172No symbol table info available.
173#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
174No locals.
175#2  0x035b320f in QWaitConditionPrivate::wait (this=0x837fda8, mutex=0x837fd88, time=400) at thread/qwaitcondition_unix.cpp:85
176        tv = {tv_sec = 1307411834, tv_usec = 37532}
177        ti = {tv_sec = 1307411834, tv_nsec = 437532000}
178        code = <value optimized out>
179#3  QWaitCondition::wait (this=0x837fda8, mutex=0x837fd88, time=400) at thread/qwaitcondition_unix.cpp:159
180        returnValue = <value optimized out>
181#4  0x013e52d4 in EITScanner::RunEventLoop (this=0x837fd88) at eitscanner.cpp:159
182        list_size = 0
183        rate = 1
184        sz = {2000, 1800, 1600, 1400, 1200}
185        rt = {0, 0.200000003, 0.400000006, 0.600000024, 0.800000012}
186        t = {m_timer = {mds = -1}, m_running = false}
187        eitCount = 0
188#5  0x013e4108 in EITThread::run (this=0x837fd98) at eitscanner.cpp:30
189No locals.
190#6  0x035b232e in QThreadPrivate::start (arg=0x837fd98) at thread/qthread_unix.cpp:248
191        data = 0x8372d60
192#7  0x0088c96e in start_thread (arg=0xb460ab70) at pthread_create.c:300
193        __res = <value optimized out>
194        __ignore1 = <value optimized out>
195        __ignore2 = <value optimized out>
196        pd = 0xb460ab70
197        now = <value optimized out>
198        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1268734936, 410279324, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
199        not_first_call = <value optimized out>
200        robust = <value optimized out>
201        freesize = <value optimized out>
202        __PRETTY_FUNCTION__ = "start_thread"
203#8  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
204No locals.
205
206Thread 19 (Thread 0xb3c09b70 (LWP 4805)):
207#0  0x00c84422 in __kernel_vsyscall ()
208No symbol table info available.
209#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
210No locals.
211#2  0x035b320f in QWaitConditionPrivate::wait (this=0x835bcc8, mutex=0x835bcc4, time=1000) at thread/qwaitcondition_unix.cpp:85
212        tv = {tv_sec = 1307411833, tv_usec = 189731}
213        ti = {tv_sec = 1307411834, tv_nsec = 189731000}
214        code = <value optimized out>
215#3  QWaitCondition::wait (this=0x835bcc8, mutex=0x835bcc4, time=1000) at thread/qwaitcondition_unix.cpp:159
216        returnValue = <value optimized out>
217#4  0x01421102 in TVRec::RunTV (this=0x835bbe0) at tv_rec.cpp:1609
218        locker = {{mtx = 0x835bcc5, val = 137739461}}
219        lock = {{mtx = 0x835bc64, val = 137739364}}
220#5  0x0141e7b1 in TVRec::EventThread (param=0x835bbe0) at tv_rec.cpp:1308
221        thetv = 0x835bbe0
222#6  0x0088c96e in start_thread (arg=0xb3c09b70) at pthread_create.c:300
223        __res = <value optimized out>
224        __ignore1 = <value optimized out>
225        __ignore2 = <value optimized out>
226        pd = 0xb3c09b70
227        now = <value optimized out>
228        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1279224792, 1477729683, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
229        not_first_call = <value optimized out>
230        robust = <value optimized out>
231        freesize = <value optimized out>
232        __PRETTY_FUNCTION__ = "start_thread"
233#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
234No locals.
235
236Thread 18 (Thread 0xb3208b70 (LWP 4806)):
237#0  0x00c84422 in __kernel_vsyscall ()
238No symbol table info available.
239#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
240No locals.
241#2  0x035b320f in QWaitConditionPrivate::wait (this=0x834f438, mutex=0x834f434, time=1000) at thread/qwaitcondition_unix.cpp:85
242        tv = {tv_sec = 1307411834, tv_usec = 169604}
243        ti = {tv_sec = 1307411835, tv_nsec = 169604000}
244        code = <value optimized out>
245#3  QWaitCondition::wait (this=0x834f438, mutex=0x834f434, time=1000) at thread/qwaitcondition_unix.cpp:159
246        returnValue = <value optimized out>
247#4  0x01421102 in TVRec::RunTV (this=0x834f350) at tv_rec.cpp:1609
248        locker = {{mtx = 0x834f435, val = 137688117}}
249        lock = {{mtx = 0x834f3d4, val = 137688020}}
250#5  0x0141e7b1 in TVRec::EventThread (param=0x834f350) at tv_rec.cpp:1308
251        thetv = 0x834f350
252#6  0x0088c96e in start_thread (arg=0xb3208b70) at pthread_create.c:300
253        __res = <value optimized out>
254        __ignore1 = <value optimized out>
255        __ignore2 = <value optimized out>
256        pd = 0xb3208b70
257        now = <value optimized out>
258        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1289714648, -1741398638, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
259        not_first_call = <value optimized out>
260        robust = <value optimized out>
261        freesize = <value optimized out>
262        __PRETTY_FUNCTION__ = "start_thread"
263#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
264No locals.
265
266Thread 17 (Thread 0xb2807b70 (LWP 4807)):
267#0  0x00c84422 in __kernel_vsyscall ()
268No symbol table info available.
269#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
270No locals.
271#2  0x035b320f in QWaitConditionPrivate::wait (this=0x8357fa0, mutex=0x8357f9c, time=1000) at thread/qwaitcondition_unix.cpp:85
272        tv = {tv_sec = 1307411833, tv_usec = 189745}
273        ti = {tv_sec = 1307411834, tv_nsec = 189745000}
274        code = <value optimized out>
275#3  QWaitCondition::wait (this=0x8357fa0, mutex=0x8357f9c, time=1000) at thread/qwaitcondition_unix.cpp:159
276        returnValue = <value optimized out>
277#4  0x01421102 in TVRec::RunTV (this=0x8357eb8) at tv_rec.cpp:1609
278        locker = {{mtx = 0x8357f9d, val = 137723805}}
279        lock = {{mtx = 0x8357f3c, val = 137723708}}
280#5  0x0141e7b1 in TVRec::EventThread (param=0x8357eb8) at tv_rec.cpp:1308
281        thetv = 0x8357eb8
282#6  0x0088c96e in start_thread (arg=0xb2807b70) at pthread_create.c:300
283        __res = <value optimized out>
284        __ignore1 = <value optimized out>
285        __ignore2 = <value optimized out>
286        pd = 0xb2807b70
287        now = <value optimized out>
288        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1300204504, -640393839, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
289        not_first_call = <value optimized out>
290        robust = <value optimized out>
291        freesize = <value optimized out>
292        __PRETTY_FUNCTION__ = "start_thread"
293#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
294No locals.
295
296Thread 16 (Thread 0xb1e06b70 (LWP 4808)):
297#0  0x00c84422 in __kernel_vsyscall ()
298No symbol table info available.
299#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
300No locals.
301#2  0x035b320f in QWaitConditionPrivate::wait (this=0x83579e8, mutex=0x83579e4, time=1000) at thread/qwaitcondition_unix.cpp:85
302        tv = {tv_sec = 1307411834, tv_usec = 151159}
303        ti = {tv_sec = 1307411835, tv_nsec = 151159000}
304        code = <value optimized out>
305#3  QWaitCondition::wait (this=0x83579e8, mutex=0x83579e4, time=1000) at thread/qwaitcondition_unix.cpp:159
306        returnValue = <value optimized out>
307#4  0x01421102 in TVRec::RunTV (this=0x8357900) at tv_rec.cpp:1609
308        locker = {{mtx = 0x83579e5, val = 137722341}}
309        lock = {{mtx = 0x8357984, val = 137722244}}
310#5  0x0141e7b1 in TVRec::EventThread (param=0x8357900) at tv_rec.cpp:1308
311        thetv = 0x8357900
312#6  0x0088c96e in start_thread (arg=0xb1e06b70) at pthread_create.c:300
313        __res = <value optimized out>
314        __ignore1 = <value optimized out>
315        __ignore2 = <value optimized out>
316        pd = 0xb1e06b70
317        now = <value optimized out>
318        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1310694360, 435445143, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
319        not_first_call = <value optimized out>
320        robust = <value optimized out>
321        freesize = <value optimized out>
322        __PRETTY_FUNCTION__ = "start_thread"
323#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
324No locals.
325
326Thread 15 (Thread 0xb1405b70 (LWP 4809)):
327#0  0x00c84422 in __kernel_vsyscall ()
328No symbol table info available.
329#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
330No locals.
331#2  0x035b320f in QWaitConditionPrivate::wait (this=0x8362790, mutex=0x836278c, time=1000) at thread/qwaitcondition_unix.cpp:85
332        tv = {tv_sec = 1307411834, tv_usec = 83133}
333        ti = {tv_sec = 1307411835, tv_nsec = 83133000}
334        code = <value optimized out>
335#3  QWaitCondition::wait (this=0x8362790, mutex=0x836278c, time=1000) at thread/qwaitcondition_unix.cpp:159
336        returnValue = <value optimized out>
337#4  0x01421102 in TVRec::RunTV (this=0x83626a8) at tv_rec.cpp:1609
338        locker = {{mtx = 0x836278d, val = 137766797}}
339        lock = {{mtx = 0x836272c, val = 137766700}}
340#5  0x0141e7b1 in TVRec::EventThread (param=0x83626a8) at tv_rec.cpp:1308
341        thetv = 0x83626a8
342#6  0x0088c96e in start_thread (arg=0xb1405b70) at pthread_create.c:300
343        __res = <value optimized out>
344        __ignore1 = <value optimized out>
345        __ignore2 = <value optimized out>
346        pd = 0xb1405b70
347        now = <value optimized out>
348        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1321184216, 1502895510, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
349        not_first_call = <value optimized out>
350        robust = <value optimized out>
351        freesize = <value optimized out>
352        __PRETTY_FUNCTION__ = "start_thread"
353#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
354No locals.
355
356Thread 14 (Thread 0xb0a04b70 (LWP 4810)):
357#0  0x00c84422 in __kernel_vsyscall ()
358No symbol table info available.
359#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
360No locals.
361#2  0x035b320f in QWaitConditionPrivate::wait (this=0x8363770, mutex=0x836376c, time=1000) at thread/qwaitcondition_unix.cpp:85
362        tv = {tv_sec = 1307411834, tv_usec = 169590}
363        ti = {tv_sec = 1307411835, tv_nsec = 169590000}
364        code = <value optimized out>
365#3  QWaitCondition::wait (this=0x8363770, mutex=0x836376c, time=1000) at thread/qwaitcondition_unix.cpp:159
366        returnValue = <value optimized out>
367#4  0x01421102 in TVRec::RunTV (this=0x8363688) at tv_rec.cpp:1609
368        locker = {{mtx = 0x836376d, val = 137770861}}
369        lock = {{mtx = 0x836370c, val = 137770764}}
370#5  0x0141e7b1 in TVRec::EventThread (param=0x8363688) at tv_rec.cpp:1308
371        thetv = 0x8363688
372#6  0x0088c96e in start_thread (arg=0xb0a04b70) at pthread_create.c:300
373        __res = <value optimized out>
374        __ignore1 = <value optimized out>
375        __ignore2 = <value optimized out>
376        pd = 0xb0a04b70
377        now = <value optimized out>
378        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1331674072, -1716232811, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
379        not_first_call = <value optimized out>
380        robust = <value optimized out>
381        freesize = <value optimized out>
382        __PRETTY_FUNCTION__ = "start_thread"
383#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
384No locals.
385
386Thread 13 (Thread 0xb0003b70 (LWP 4811)):
387#0  0x00c84422 in __kernel_vsyscall ()
388No symbol table info available.
389#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
390No locals.
391#2  0x035b18c2 in QMutexPrivate::wait (this=0x83acfe8, timeout=-1) at thread/qmutex_unix.cpp:84
392        errorCode = 0
393#3  0x035ad072 in QMutex::lock (this=0x83caab0) at thread/qmutex.cpp:205
394        lastSpinCount = <value optimized out>
395        maximumSpinCount = 20
396        self = <value optimized out>
397#4  0x08079b93 in AutoExpire::Update (encoder=1, fsID=-1, immediately=true) at autoexpire.cpp:1035
398No locals.
399#5  0x0810942c in Scheduler::RunScheduler (this=0x83d0200) at scheduler.cpp:2140
400        msg = warning: can't find linker symbol for virtual table for `QString' value
401warning:   found `QMapData::shared_null' instead
402{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}
403        fsID = -1
404        details = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x8a88bb8, static codecForCStrings = 0x0}
405        recstartts = {d = {d = 0x8760fb8}}
406        doSchedAfterStart = false
407        is_rec = true
408        statuschanged = false
409        recIter = {_M_cur = 0x8430710, _M_first = 0x84305f8, _M_last = 0x84307f8, _M_node = 0xa7c11b84}
410        curtime = {d = {d = 0x85ddf48}}
411        lockit = {{mtx = 0x83d0239, val = 138215993}}
412        secsleft = -2
413        nexttv = 0x8385688
414        nextrectime = {d = {d = 0x8944930}}
415        schedid = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x85d96e8, static codecForCStrings = 0x0}
416        lastSleepCheck = {d = {d = 0x8b7ecf8}}
417        idleSince = {d = {d = 0x8646728}}
418        sysEventSecs = {120, 90, 60, 30, 0}
419        sysEvents = {{{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x89655b0}, d = 0x89655b0}}, {{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x83a8568}, d = 0x83a8568}}, {{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x890b3e8}, d = 0x890b3e8}}, {{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x8761c18}, d = 0x8761c18}}}
420        fillend = {tv_sec = 1307404764, tv_usec = 165806}
421        placeTime = 23.1515045
422        query = {<QSqlQuery> = {d = 0x8380d90}, m_db = 0x838a2c8, m_isConnected = true, m_returnConnection = false, m_last_prepared_query = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x83c9a50, static codecForCStrings = 0x0}}
423        wakeThreshold = 300
424        blockShutdown = false
425        idleTimeoutSecs = 300
426        fillstart = {tv_sec = 1307404741, tv_usec = 14302}
427        prerollseconds = 0
428        firstRun = false
429        startIter = {_M_cur = 0x8430710, _M_first = 0x84305f8, _M_last = 0x84307f8, _M_node = 0xa7c11b84}
430        idleWaitForRecordingTime = 5
431        nextRecording = 0x89449c8
432        lastupdate = {d = {d = 0x8757c88}}
433        sysEventKey = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x8946138, static codecForCStrings = 0x0}
434        matchTime = 0.00104500004
435#6  0x0811127a in Scheduler::SchedulerThread (param=0x83d0200) at scheduler.cpp:2682
436        sched = 0x83d0200
437#7  0x0088c96e in start_thread (arg=0xb0003b70) at pthread_create.c:300
438        __res = <value optimized out>
439        __ignore1 = <value optimized out>
440        __ignore2 = <value optimized out>
441        pd = 0xb0003b70
442        now = <value optimized out>
443        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1342163928, -648782444, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
444        not_first_call = <value optimized out>
445        robust = <value optimized out>
446        freesize = <value optimized out>
447        __PRETTY_FUNCTION__ = "start_thread"
448#8  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
449No locals.
450
451Thread 12 (Thread 0xaf602b70 (LWP 4812)):
452#0  0x00c84422 in __kernel_vsyscall ()
453No symbol table info available.
454#1  0x02eabce6 in nanosleep () at ../sysdeps/unix/syscall-template.S:82
455No locals.
456#2  0x02eabb10 in __sleep (seconds=0) at ../sysdeps/unix/sysv/linux/sleep.c:138
457        ts = {tv_sec = 106, tv_nsec = 481352645}
458        set = {__val = {65536, 0 <repeats 31 times>}}
459        oset = {__val = {0, 0, 49717440, 49717372, 58494964, 2942312648, 56366815, 138535544, 48511094, 49718060, 136019956, 0, 136019956, 48760870, 135485305, 2942312832, 2942312832, 0, 2942312816, 56281977, 58494964, 2942312744, 20, 38, 0, 65, 0, 49722304, 143233376, 49, 141099265, 49722304}}
460        result = <value optimized out>
461#3  0x0813728e in HouseKeeper::RunHouseKeeping (this=0x83b7e90) at housekeeper.cpp:284
462        period = 1
463        maxhr = 18
464        minhr = 0
465        dbTag = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x89df3c8, static codecForCStrings = 0x0}
466        initialRun = false
467#4  0x0813b397 in HouseKeeper::doHouseKeepingThread (param=0x83b7e90) at housekeeper.cpp:633
468        hkeeper = 0x83b7e90
469#5  0x0088c96e in start_thread (arg=0xaf602b70) at pthread_create.c:300
470        __res = <value optimized out>
471        __ignore1 = <value optimized out>
472        __ignore2 = <value optimized out>
473        pd = 0xaf602b70
474        now = <value optimized out>
475        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1352653784, 427056554, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
476        not_first_call = <value optimized out>
477        robust = <value optimized out>
478        freesize = <value optimized out>
479        __PRETTY_FUNCTION__ = "start_thread"
480#6  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
481No locals.
482
483Thread 11 (Thread 0xaec01b70 (LWP 4813)):
484#0  0x00c84422 in __kernel_vsyscall ()
485No symbol table info available.
486#1  0x00893f5b in read () at ../sysdeps/unix/syscall-template.S:82
487No locals.
488#2  0x03303ab8 in vio_read () from /usr/lib/libmysqlclient_r.so.16
489No symbol table info available.
490#3  0x03303b16 in vio_read_buff () from /usr/lib/libmysqlclient_r.so.16
491No symbol table info available.
492#4  0x03304d13 in ?? () from /usr/lib/libmysqlclient_r.so.16
493No symbol table info available.
494#5  0x033050a7 in my_net_read () from /usr/lib/libmysqlclient_r.so.16
495No symbol table info available.
496#6  0x032fea3f in cli_safe_read () from /usr/lib/libmysqlclient_r.so.16
497No symbol table info available.
498#7  0x032ff185 in ?? () from /usr/lib/libmysqlclient_r.so.16
499No symbol table info available.
500#8  0x032ce2a6 in cli_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
501No symbol table info available.
502#9  0x032cba9f in mysql_stmt_execute () from /usr/lib/libmysqlclient_r.so.16
503No symbol table info available.
504#10 0x04574ba2 in QMYSQLResult::exec (this=0xa995f488) at ../../../sql/drivers/mysql/qsql_mysql.cpp:1014
505        timeVector = {{d = 0xa9a3fd38, p = 0xa9a3fd38}}
506        stringVector = warning: can't find linker symbol for virtual table for `QVector<QByteArray>' value
507warning:   found `QString::shared_empty' instead
508{{d = 0x37c9490, p = 0x37c9490}}
509        nullVector = {{d = 0xa9a0eb00, p = 0xa9a0eb00}}
510        values = {{d = 0xa64a0fe8, p = 0xa64a0fe8}}
511        r = <value optimized out>
512        currBind = 0xa9a2cc00
513#11 0x07e7d42c in QSqlQuery::exec (this=0xaec009b0) at kernel/qsqlquery.cpp:939
514No locals.
515#12 0x00160eba in MSqlQuery::exec (this=0xaec009b0) at mythdbcon.cpp:494
516        result = 3
517#13 0x04ac0f08 in ProgramInfo::LoadProgramFromRecorded (this=0xa998e618, _chanid=2003, _recstartts=...) at programinfo.cpp:1574
518        query = {<QSqlQuery> = {d = 0xa9873fe0}, m_db = 0xa70fa950, m_isConnected = true, m_returnConnection = true, m_last_prepared_query = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa98c0498, static codecForCStrings = 0x0}}
519        is_reload = 8
520        new_basename = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xaec00c98, static codecForCStrings = 0x0}
521#14 0x04aa8c18 in ProgramInfo (this=0xa998e618, _chanid=2003, _recstartts=...) at programinfo.cpp:234
522No locals.
523#15 0x08079106 in AutoExpire::FillDBOrdered (this=0x83caa88, expireList=..., expMethod=2) at autoexpire.cpp:980
524        pginfo = 0xa998e560
525        chanid = 2003
526        recstartts = {d = {d = 0xa9a6af90}}
527        querystr = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa999b130, static codecForCStrings = 0x0}
528        where = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa640fe40, static codecForCStrings = 0x0}
529        orderby = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa9a2b9c0, static codecForCStrings = 0x0}
530        msg = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa9861c88, static codecForCStrings = 0x0}
531        maxAge = 58494964
532        query = {<QSqlQuery> = {d = 0xa649ee70}, m_db = 0xa7c02050, m_isConnected = true, m_returnConnection = true, m_last_prepared_query = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa999b130, static codecForCStrings = 0x0}}
533#16 0x08076c55 in AutoExpire::FillExpireList (this=0x83caa88, expireList=...) at autoexpire.cpp:760
534        expMethod = 2
535#17 0x0806f6a4 in AutoExpire::ExpireRecordings (this=0x83caa88) at autoexpire.cpp:387
536        fsit = {_M_current = 0x0}
537        fsMap = {{d = 0xa7c03168, e = 0xa7c03168}}
538        expireList = {<std::_Vector_base<ProgramInfo*, std::allocator<ProgramInfo*> >> = {_M_impl = {<std::allocator<ProgramInfo*>> = {<__gnu_cxx::new_allocator<ProgramInfo*>> = {<No data fields>}, <No data fields>}, _M_start = 0xa6489ca0, _M_finish = 0xa648a074, _M_end_of_storage = 0xa648a0a0}}, <No data fields>}
539        deleteList = {<std::_Vector_base<ProgramInfo*, std::allocator<ProgramInfo*> >> = {_M_impl = {<std::allocator<ProgramInfo*>> = {<__gnu_cxx::new_allocator<ProgramInfo*>> = {<No data fields>}, <No data fields>}, _M_start = 0x0, _M_finish = 0x0, _M_end_of_storage = 0x0}}, <No data fields>}
540        fsInfos = {<std::_Vector_base<FileSystemInfo, std::allocator<FileSystemInfo> >> = {_M_impl = {<std::allocator<FileSystemInfo>> = {<__gnu_cxx::new_allocator<FileSystemInfo>> = {<No data fields>}, <No data fields>}, _M_start = 0xa6477df0, _M_finish = 0xa6477e58, _M_end_of_storage = 0xa6477e58}}, <No data fields>}
541        truncateMap = {{d = 0x2f69ff4, e = 0x2f69ff4}}
542        query = {<QSqlQuery> = {d = 0xaec00fa8}, m_db = 0x81b7ff4, m_isConnected = 172, m_returnConnection = 168, m_last_prepared_query = warning: can't find linker symbol for virtual table for `QString' value
543warning:   found `std::map<_XDisplay*, MythXDisplay*, std::less<_XDisplay*>, std::allocator<std::pair<_XDisplay* const, MythXDisplay*> > >::rend()' instead
544{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x3d0f00, static codecForCStrings = 0x0}}
545#18 0x0806e925 in AutoExpire::RunExpirer (this=0x83caa88) at autoexpire.cpp:310
546        timer = {mds = 70995322}
547        curTime = {d = {d = 0xa98831b8}}
548        next_expire = {d = {d = 0xa7c02f60}}
549#19 0x0807461b in AutoExpire::ExpirerThread (param=0x83caa88) at autoexpire.cpp:617
550        expirer = 0x83caa88
551#20 0x0088c96e in start_thread (arg=0xaec01b70) at pthread_create.c:300
552        __res = <value optimized out>
553        __ignore1 = <value optimized out>
554        __ignore2 = <value optimized out>
555        pd = 0xaec01b70
556        now = <value optimized out>
557        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1363143640, 1494506921, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
558        not_first_call = <value optimized out>
559        robust = <value optimized out>
560        freesize = <value optimized out>
561        __PRETTY_FUNCTION__ = "start_thread"
562#21 0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
563No locals.
564
565Thread 10 (Thread 0xae200b70 (LWP 4814)):
566#0  0x00c84422 in __kernel_vsyscall ()
567No symbol table info available.
568#1  0x02eabce6 in nanosleep () at ../sysdeps/unix/syscall-template.S:82
569No locals.
570#2  0x02eabb10 in __sleep (seconds=0) at ../sysdeps/unix/sysv/linux/sleep.c:138
571        ts = {tv_sec = 39, tv_nsec = 426981947}
572        set = {__val = {65536, 0 <repeats 31 times>}}
573        oset = {__val = {0, 0, 56602523, 137494816, 2921332296, 33, 2921332159, 49722304, 49717236, 49722304, 0, 2921332152, 48774861, 48760870, 2921332152, 58494964, 139044544, 2921332184, 56281693, 139044544, 58494964, 0, 58494964, 56281673, 140794080, 144815408, 144493032, 143203232, 143805784, 81, 40, 147860352}}
574        result = <value optimized out>
575#3  0x00f484ed in JobQueue::ProcessQueue (this=0x839d168) at jobqueue.cpp:467
576        atMax = false
577        rjiter = {i = 0x842c5f8}
578        logInfo = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x88ae7c8, static codecForCStrings = 0x0}
579        cmds = 0
580        maxJobs = 2
581        flags = 2
582        status = 4
583        jobStatus = {{d = 0x37c9420, e = 0x37c9420}}
584        message = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x864e748, static codecForCStrings = 0x0}
585        jobs = {{d = 0x37c9420, e = 0x37c9420}}
586        inTimeWindow = true
587        jobID = 3995
588        hostname = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x8c1d260, static codecForCStrings = 0x0}
589        sleepTime = 60
590        startedJobAlready = false
591#4  0x00f4288b in JobQueue::RunQueueProcesser (this=0x839d168) at jobqueue.cpp:150
592No locals.
593#5  0x00f428b5 in JobQueue::QueueProcesserThread (param=0x839d168) at jobqueue.cpp:156
594        jobqueue = 0x839d168
595#6  0x0088c96e in start_thread (arg=0xae200b70) at pthread_create.c:300
596        __res = <value optimized out>
597        __ignore1 = <value optimized out>
598        __ignore2 = <value optimized out>
599        pd = 0xae200b70
600        now = <value optimized out>
601        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1373633496, -1724621400, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
602        not_first_call = <value optimized out>
603        robust = <value optimized out>
604        freesize = <value optimized out>
605        __PRETTY_FUNCTION__ = "start_thread"
606#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
607No locals.
608
609Thread 9 (Thread 0xad7ffb70 (LWP 4815)):
610#0  0x00c84422 in __kernel_vsyscall ()
611No symbol table info available.
612#1  0x02ed3b86 in *__GI___poll (fds=0x2f69ff4, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
613        resultvar = <value optimized out>
614        oldtype = 0
615        result = <value optimized out>
616#2  0x02d4d4eb in IA__g_poll (fds=0x83c64a0, nfds=1, timeout=-1) at /build/buildd/glib2.0-2.24.1/glib/gpoll.c:127
617No locals.
618#3  0x02d400ac in g_main_context_poll (context=0x83d43e8, block=<value optimized out>, dispatch=1, self=0x834d4e0) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2904
619        poll_func = 0x2d4d4c0 <IA__g_poll>
620#4  g_main_context_iterate (context=0x83d43e8, block=<value optimized out>, dispatch=1, self=0x834d4e0) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2586
621        max_priority = 2147483647
622        timeout = -1
623        some_ready = <value optimized out>
624        nfds = 1
625        allocated_nfds = <value optimized out>
626        fds = <value optimized out>
627        __PRETTY_FUNCTION__ = "g_main_context_iterate"
628#5  0x02d404b8 in IA__g_main_context_iteration (context=0x83d43e8, may_block=1) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2654
629        retval = <value optimized out>
630#6  0x036e05d5 in QEventDispatcherGlib::processEvents (this=0x83c5e58, flags=...) at kernel/qeventdispatcher_glib.cpp:412
631        d = 0x83d4378
632        canWait = true
633        result = <value optimized out>
634#7  0x036b3059 in QEventLoop::processEvents (this=0xad7ff2b0, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece.
635) at kernel/qeventloop.cpp:149
636        d = 0x83d5900
637#8  0x036b34aa in QEventLoop::exec (this=0xad7ff2b0, flags=...) at kernel/qeventloop.cpp:201
638        d = 0x83d5900
639        app = <value optimized out>
640#9  0x035af5a8 in QThread::exec (this=0x8362c28) at thread/qthread.cpp:487
641        d = <value optimized out>
642        locker = {{mtx = 0x8363590, val = 137770384}}
643        eventLoop = {<QObject> = {_vptr.QObject = 0x37c8448, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x3760ee0 "QObject", data = 0x3760f80, extradata = 0x37c3260}}, d_ptr = {d = 0x83d5900}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x3769a20 "Qt", data = 0x376d040, extradata = 0x0}}}, static staticMetaObject = {d = warning: can't find linker symbol for virtual table for `QMetaObject::<anonymous struct>' value
644warning:   found `types' instead
645{superdata = 0x37c3250, stringdata = 0x3772a80 "QEventLoop", data = 0x3772aa0, extradata = 0x0}}}
646        returnCode = <value optimized out>
647#10 0x035af63d in QThread::run (this=0x8362c28) at thread/qthread.cpp:546
648No locals.
649#11 0x035b232e in QThreadPrivate::start (arg=0x8362c28) at thread/qthread_unix.cpp:248
650        data = 0x83640b0
651#12 0x0088c96e in start_thread (arg=0xad7ffb70) at pthread_create.c:300
652        __res = <value optimized out>
653        __ignore1 = <value optimized out>
654        __ignore2 = <value optimized out>
655        pd = 0xad7ffb70
656        now = <value optimized out>
657        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1384123352, 651451822, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
658        not_first_call = <value optimized out>
659        robust = <value optimized out>
660        freesize = <value optimized out>
661        __PRETTY_FUNCTION__ = "start_thread"
662#13 0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
663No locals.
664
665Thread 8 (Thread 0xacdfeb70 (LWP 4816)):
666#0  0x00c84422 in __kernel_vsyscall ()
667No symbol table info available.
668#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
669No locals.
670#2  0x035b3287 in QWaitConditionPrivate::wait (this=0x839d154, mutex=0x839d150, time=4294967295) at thread/qwaitcondition_unix.cpp:87
671        code = -512
672#3  QWaitCondition::wait (this=0x839d154, mutex=0x839d150, time=4294967295) at thread/qwaitcondition_unix.cpp:159
673        returnValue = <value optimized out>
674#4  0x080e18ed in ProcessRequestThread::run (this=0x839d148) at mainserver.cpp:151
675        locker = {{mtx = 0x839d151, val = 138006865}}
676#5  0x035b232e in QThreadPrivate::start (arg=0x839d148) at thread/qthread_unix.cpp:248
677        data = 0x83c6608
678#6  0x0088c96e in start_thread (arg=0xacdfeb70) at pthread_create.c:300
679        __res = <value optimized out>
680        __ignore1 = <value optimized out>
681        __ignore2 = <value optimized out>
682        pd = 0xacdfeb70
683        now = <value optimized out>
684        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1394613208, 1727290797, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
685        not_first_call = <value optimized out>
686        robust = <value optimized out>
687        freesize = <value optimized out>
688        __PRETTY_FUNCTION__ = "start_thread"
689#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
690No locals.
691
692Thread 7 (Thread 0xac3fdb70 (LWP 4817)):
693#0  0x00c84422 in __kernel_vsyscall ()
694No symbol table info available.
695#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
696No locals.
697#2  0x035b3287 in QWaitConditionPrivate::wait (this=0x836beec, mutex=0x836bee8, time=4294967295) at thread/qwaitcondition_unix.cpp:87
698        code = -512
699#3  QWaitCondition::wait (this=0x836beec, mutex=0x836bee8, time=4294967295) at thread/qwaitcondition_unix.cpp:159
700        returnValue = <value optimized out>
701#4  0x080e18ed in ProcessRequestThread::run (this=0x836bee0) at mainserver.cpp:151
702        locker = {{mtx = 0x836bee9, val = 137805545}}
703#5  0x035b232e in QThreadPrivate::start (arg=0x836bee0) at thread/qthread_unix.cpp:248
704        data = 0x834d290
705#6  0x0088c96e in start_thread (arg=0xac3fdb70) at pthread_create.c:300
706        __res = <value optimized out>
707        __ignore1 = <value optimized out>
708        __ignore2 = <value optimized out>
709        pd = 0xac3fdb70
710        now = <value optimized out>
711        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1405103064, -1500226132, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
712        not_first_call = <value optimized out>
713        robust = <value optimized out>
714        freesize = <value optimized out>
715        __PRETTY_FUNCTION__ = "start_thread"
716#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
717No locals.
718
719Thread 6 (Thread 0xab9fcb70 (LWP 4818)):
720#0  0x00c84422 in __kernel_vsyscall ()
721No symbol table info available.
722#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
723No locals.
724#2  0x035b3287 in QWaitConditionPrivate::wait (this=0x8363254, mutex=0x8363250, time=4294967295) at thread/qwaitcondition_unix.cpp:87
725        code = -512
726#3  QWaitCondition::wait (this=0x8363254, mutex=0x8363250, time=4294967295) at thread/qwaitcondition_unix.cpp:159
727        returnValue = <value optimized out>
728#4  0x080e18ed in ProcessRequestThread::run (this=0x8363248) at mainserver.cpp:151
729        locker = {{mtx = 0x8363251, val = 137769553}}
730#5  0x035b232e in QThreadPrivate::start (arg=0x8363248) at thread/qthread_unix.cpp:248
731        data = 0x834db50
732#6  0x0088c96e in start_thread (arg=0xab9fcb70) at pthread_create.c:300
733        __res = <value optimized out>
734        __ignore1 = <value optimized out>
735        __ignore2 = <value optimized out>
736        pd = 0xab9fcb70
737        now = <value optimized out>
738        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1415592920, -424387165, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
739        not_first_call = <value optimized out>
740        robust = <value optimized out>
741        freesize = <value optimized out>
742        __PRETTY_FUNCTION__ = "start_thread"
743#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
744No locals.
745
746Thread 5 (Thread 0xaaffbb70 (LWP 4819)):
747#0  0x00c84422 in __kernel_vsyscall ()
748No symbol table info available.
749#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
750No locals.
751#2  0x035b3287 in QWaitConditionPrivate::wait (this=0x83cd10c, mutex=0x83cd108, time=4294967295) at thread/qwaitcondition_unix.cpp:87
752        code = -512
753#3  QWaitCondition::wait (this=0x83cd10c, mutex=0x83cd108, time=4294967295) at thread/qwaitcondition_unix.cpp:159
754        returnValue = <value optimized out>
755#4  0x080e18ed in ProcessRequestThread::run (this=0x83cd100) at mainserver.cpp:151
756        locker = {{mtx = 0x83cd109, val = 138203401}}
757#5  0x035b232e in QThreadPrivate::start (arg=0x83cd100) at thread/qthread_unix.cpp:248
758        data = 0x834ec28
759#6  0x0088c96e in start_thread (arg=0xaaffbb70) at pthread_create.c:300
760        __res = <value optimized out>
761        __ignore1 = <value optimized out>
762        __ignore2 = <value optimized out>
763        pd = 0xaaffbb70
764        now = <value optimized out>
765        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1426082776, 643063201, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
766        not_first_call = <value optimized out>
767        robust = <value optimized out>
768        freesize = <value optimized out>
769        __PRETTY_FUNCTION__ = "start_thread"
770#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
771No locals.
772
773Thread 4 (Thread 0xaa5fab70 (LWP 4820)):
774#0  0x00c84422 in __kernel_vsyscall ()
775No symbol table info available.
776#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
777No locals.
778#2  0x035b3287 in QWaitConditionPrivate::wait (this=0x83ca89c, mutex=0x83ca898, time=4294967295) at thread/qwaitcondition_unix.cpp:87
779        code = -512
780#3  QWaitCondition::wait (this=0x83ca89c, mutex=0x83ca898, time=4294967295) at thread/qwaitcondition_unix.cpp:159
781        returnValue = <value optimized out>
782#4  0x080e18ed in ProcessRequestThread::run (this=0x83ca890) at mainserver.cpp:151
783        locker = {{mtx = 0x83ca899, val = 138193049}}
784#5  0x035b232e in QThreadPrivate::start (arg=0x83ca890) at thread/qthread_unix.cpp:248
785        data = 0x83d0cc8
786#6  0x0088c96e in start_thread (arg=0xaa5fab70) at pthread_create.c:300
787        __res = <value optimized out>
788        __ignore1 = <value optimized out>
789        __ignore2 = <value optimized out>
790        pd = 0xaa5fab70
791        now = <value optimized out>
792        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1436572632, 1718902176, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
793        not_first_call = <value optimized out>
794        robust = <value optimized out>
795        freesize = <value optimized out>
796        __PRETTY_FUNCTION__ = "start_thread"
797#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
798No locals.
799
800Thread 3 (Thread 0xa7bffb70 (LWP 4824)):
801#0  0x00c84422 in __kernel_vsyscall ()
802No symbol table info available.
803#1  0x02eda971 in select () at ../sysdeps/unix/syscall-template.S:82
804No locals.
805#2  0x001575d8 in MythSocketThread::run (this=0x83080f0) at mythsocketthread.cpp:257
806        dummy = '0' <repeats 19 times>, "\003\364\217|\003\060\361>\b\250\362\277\247\276\017n\003\020 ?\b0\361>\b\002\000\000\000\201\212Z\003\330\362\277\247\000\000\000\000\000\000\000\000\364\217|\003\020 ?\b\001\000\000\000\370\362\277\247\202![\003\020 ?\b", '\000' <repeats 24 times>"\364, \217|\003\360\200\060\b`\202\060\b\370\362\277\247"
807        efds = {fds_bits = {0, 256, 36, 0 <repeats 29 times>}}
808        timers = {{d = 0x89e65e8, e = 0x89e65e8}}
809        maxfd = 69
810        rfds = {fds_bits = {0, 256, 36, 0 <repeats 29 times>}}
811        it = {i = 0x8413aa8}
812        rval = -1
813        downref_tm = 0
814        tm = warning: can't find linker symbol for virtual table for `QTime' value
815warning:   found `Parse::ParseItem(QDomElement const&) const' instead
816{mds = 78603267}
817        locker = {{mtx = 0x83080fd, val = 137396477}}
818#3  0x035b232e in QThreadPrivate::start (arg=0x83080f0) at thread/qthread_unix.cpp:248
819        data = 0x8308260
820#4  0x0088c96e in start_thread (arg=0xa7bffb70) at pthread_create.c:300
821        __res = <value optimized out>
822        __ignore1 = <value optimized out>
823        __ignore2 = <value optimized out>
824        pd = 0xa7bffb70
825        now = <value optimized out>
826        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1480592344, -1496031813, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
827        not_first_call = <value optimized out>
828        robust = <value optimized out>
829        freesize = <value optimized out>
830        __PRETTY_FUNCTION__ = "start_thread"
831#5  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
832No locals.
833
834Thread 2 (Thread 0xa63ffb70 (LWP 4832)):
835#0  0x00c84422 in __kernel_vsyscall ()
836No symbol table info available.
837#1  0x00891342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
838No locals.
839#2  0x035b1c1e in thread_sleep (ti=0x1) at thread/qthread_unix.cpp:398
840        mtx = {__data = {__lock = 0, __count = 0, __owner = 0, __kind = 0, __nusers = 1, {__spins = 0, __list = {__next = 0x0}}}, __size = '\000' <repeats 16 times>, "\001\000\000\000\000\000\000", __align = 0}
841        cnd = {__data = {__lock = 0, __futex = 1, __total_seq = 1, __wakeup_seq = 0, __woken_seq = 0, __mutex = 0xa63ff124, __nwaiters = 2, __broadcast_seq = 0}, __size = "\000\000\000\000\001\000\000\000\001", '\000' <repeats 23 times>, "$\361?\246\002\000\000\000\000\000\000\000'\357\210", __align = 4294967296}
842#3  0x035b1cdd in QThread::usleep (usecs=100000) at thread/qthread_unix.cpp:436
843        tv = {tv_sec = 1307411834, tv_usec = 97462}
844        ti = {tv_sec = 1307411834, tv_nsec = 197462000}
845#4  0x001b2a87 in MythSystemReaper::run (this=0x8416d68) at mythsystem.cpp:76
846        i = {i = 0x0}
847        pidData = 0x842f5f8
848        pid = 30454
849        count = 0
850        status = 0
851        now = 1307411834
852        next = {i = 0x0}
853#5  0x035b232e in QThreadPrivate::start (arg=0x8416d68) at thread/qthread_unix.cpp:248
854        data = 0x8418240
855#6  0x0088c96e in start_thread (arg=0xa63ffb70) at pthread_create.c:300
856        __res = <value optimized out>
857        __ignore1 = <value optimized out>
858        __ignore2 = <value optimized out>
859        pd = 0xa63ffb70
860        now = <value optimized out>
861        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {9031668, 0, 4001536, -1505758168, -1496031816, -928997131}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
862        not_first_call = <value optimized out>
863        robust = <value optimized out>
864        freesize = <value optimized out>
865        __PRETTY_FUNCTION__ = "start_thread"
866#7  0x02ee1a4e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
867No locals.
868
869Thread 1 (Thread 0xb7873730 (LWP 4792)):
870#0  0x00c84422 in __kernel_vsyscall ()
871No symbol table info available.
872#1  0x00891015 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
873No locals.
874#2  0x035b18c2 in QMutexPrivate::wait (this=0x8363b18, timeout=-1) at thread/qmutex_unix.cpp:84
875        errorCode = 0
876#3  0x035ad072 in QMutex::lock (this=0x83d0238) at thread/qmutex.cpp:205
877        lastSpinCount = <value optimized out>
878        maximumSpinCount = 20
879        self = <value optimized out>
880#4  0x0807ba06 in QMutexLocker::relock (this=0xbf83bacc) at /usr/include/qt4/QtCore/qmutex.h:120
881No locals.
882#5  0x0807b95e in QMutexLocker (this=0xbf83bacc, m=0x83d0238) at /usr/include/qt4/QtCore/qmutex.h:102
883No locals.
884#6  0x08102bbf in Scheduler::GetRecStatus (this=0x83d0200, pginfo=...) at scheduler.cpp:1533
885        lockit = {{mtx = 0x83d0238, val = 138215992}}
886#7  0x080a9969 in MainServer::customEvent (this=0x83cfc00, e=0x89e5438) at mainserver.cpp:1019
887        rectime = {d = {d = 0xa9417cb0}}
888        list = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0xa803ab18}, d = 0xa803ab18}}, <No data fields>}
889        tokens = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0xa92fc680}, d = 0xa92fc680}}, <No data fields>}
890        chanid = 3093
891        recstartts = {d = {d = 0xa921d4b8}}
892        evinfo = {_vptr.ProgramInfo = 0x4d66728, title = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa917a8e8, static codecForCStrings = 0x0}, subtitle = warning: can't find linker symbol for virtual table for `QString' value
893warning:   found `QString::shared_null' instead
894{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c947c, static codecForCStrings = 0x0}, description = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa9088690, static codecForCStrings = 0x0}, category = {static null = {<No data fields>}, static shar
895 ed_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa920bc60, static codecForCStrings = 0x0}, recpriority = 0, chanid = 3093, chanstr = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa92d5688, static codecForCStrings = 0x0}, chansign = {static null = {<No data fields>}, static shared_null = {ref =
896  {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa9401f28, static codecForCStrings = 0x0}, channame = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa9464ef8, static codecForCStrings = 0x0}, chanplaybackfilters = warning: can't find linker symbol for virtual table for `QString' value
897warning:   found `QString::shared_null' instead
898{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c947c, static codecForCStrings = 0x0}, recgroup = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa92c8d08, static codecForCStrings = 0x0}, playgroup = {static null = {<No data fields>}, static shared
899 _null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa94a2a28, static codecForCStrings = 0x0}, pathname = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa90ffb98, static codecForCStrings = 0x0}, hostname = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, si
900 ze = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa9400780, static codecForCStrings = 0x0}, storagegroup = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa91c6d40, static codecForCStrings = 0x0}, seriesid = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simple
901 text = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa8f9f150, static codecForCStrings = 0x0}, programid = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xa8f78d88, static codecForCStrings = 0x0}, catType = warning: can't find linker symbol for virtual table for `QString' value
902warning:   found `QMapData::shared_null' instead
903{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, filesize = 0, startts = {d = {d = 0xa8f78bd8}}, endts = {d = {d = 0xa8fd7fc8}}, recstartts = {d = {d = 0xa9492808}}, recendts = {d = {d = 0xa92c7b38}}, stars = 0, originalAirDate = warning: can't find linker symbol for virtual table for `QDate' value
904{jd = 2453326}, lastmodified = {d = {d = 0xa80bd048}}, lastInUseTime = {d = {d = 0xa924f6d0}}, prefinput = 0, recpriority2 = 0, recordid = 408, parentid = 0, sourceid = 0, inputid = 0, cardid = 0, findid = 0, programflags = 49311744, properties = 0, year = 0, recstatus = -3 '\375', oldrecstatus = 0 '\000', rectype = 0 '\000', dupin = 15 '\017', dupmethod = 6 '\006', availableStatus = 0 '\000', spread = -1 '\377', startCol = -1 '\377', sortTitle = warning: can't find linker symbol for virtual table for `QString' value
905warning:   found `QMapData::shared_null' instead
906{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, static kFromRecordedQuery = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x830c010, static codecForCStrings = 0x0}, inUseForWhat = warning: can't find linker sy
907 mbol for virtual table for `QString' value
908warning:   found `QMapData::shared_null' instead
909{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, positionMapDBReplacement = 0x0, static staticDataLock = {d = 0x830bf18}, static updater = 0x830bf80}
910        me = 0x89e5438
911        message = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x892df88, static codecForCStrings = 0x0}
912        error = warning: can't find linker symbol for virtual table for `QString' value
913warning:   found `QMapData::shared_null' instead
914{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}
915        mod_me = {<QEvent> = {_vptr.QEvent = 0x81b76c8, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x3772c80 "QEvent", data = 0x3773680, extradata = 0x0}}, d = 0x0, t = 65535, posted = 0, spont = 0, m_accept = 1, reserved = 6128}, static MythEventMessage = QEvent::MaxUser, static kExitToMainMenuEventType = 65534, static kMythPostShowEventType = 65533, static kEnableDrawingEventType = 65532, static kDisableDrawingEventType = 65531, static kPushDisableDrawingEventType = 65530, static kPopDisableDrawingEventType = 65529, static kLockInputDevicesEventType = 65528, static kUnlockInputDevicesEventType = 65527, static kUpdateBrowseInfoEventType = 65526, message = warning: can't find linker symbol for virtual table for `QString' value
916warning:   found `QString::shared_null' instead
917{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c947c, static codecForCStrings = 0x0}, extradata = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0xa9436660}, d = 0xa9436660}}, <No data fields>}}
918        broadcast = warning: can't find linker symbol for virtual table for `QStringList' value
919warning:   found `QLinkedListData::shared_null' instead
920{<QList<QString>> = {{p = warning: can't find linker symbol for virtual table for `QListData' value
921warning:   found `QLinkedListData::shared_null' instead
922{static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x37c93f4}, d = 0x37c93f4}}, <No data fields>}
923        receivers = warning: can't find linker symbol for virtual table for `QSet<QString>' value
924warning:   found `QByteArray::shared_empty' instead
925{q_hash = warning: can't find linker symbol for virtual table for `QHash<QString, QHashDummyValue>' value
926warning:   found `QByteArray::shared_empty' instead
927{{d = 0x37c93c0, e = 0x37c93c0}}}
928#8  0x036c545c in QObject::event (this=0x83cfc00, e=0x47) at kernel/qobject.cpp:1279
929No locals.
930#9  0x036b3e23 in QCoreApplicationPrivate::notify_helper (this=0x83223e8, receiver=0x83cfc00, event=0x89e5438) at kernel/qcoreapplication.cpp:839
931No locals.
932#10 0x036b45a3 in QCoreApplication::notify (this=0xbf83c68c, receiver=0x83cfc00, event=0x89e5438) at kernel/qcoreapplication.cpp:785
933No locals.
934#11 0x036b4a3b in QCoreApplication::notifyInternal (this=0xbf83c68c, receiver=0x83cfc00, event=0x89e5438) at kernel/qcoreapplication.cpp:704
935        threadData = 0x8308380
936        returnValue = <value optimized out>
937        result = false
938        cbdata = {0x83cfc00, 0x89e5438, 0xbf83c15f}
939#12 0x036b7473 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, data=0x8308380) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
940No locals.
941#13 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x8308380) at kernel/qcoreapplication.cpp:1345
942        pe = @0x87e54c8
943        e = 0x89e5438
944        r = 0x83cfc00
945        locker = {{mtx = 0x83083a8, val = 137397160}}
946        startOffset = 0
947        i = @0x83083a0
948#14 0x036b75dd in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1238
949        data = <value optimized out>
950#15 0x036e0adf in QCoreApplication::sendPostedEvents (s=0x83244a0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
951No locals.
952#16 postEventSourceDispatch (s=0x83244a0) at kernel/qeventdispatcher_glib.cpp:276
953No locals.
954#17 0x02d3c5e5 in g_main_dispatch (context=0x8324420) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960
955        dispatch = 0x36e0ab0 <postEventSourceDispatch>
956        user_data = 0x0
957        callback = 0
958        cb_funcs = 0x0
959        cb_data = 0x0
960        current_source_link = {data = 0x83244a0, next = 0x0}
961        source = 0x83244a0
962        current = 0x8323a30
963        i = 0
964#18 IA__g_main_context_dispatch (context=0x8324420) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513
965No locals.
966#19 0x02d402d8 in g_main_context_iterate (context=0x8324420, block=<value optimized out>, dispatch=1, self=0x8322338) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591
967        max_priority = 2147483647
968        timeout = 19689
969        some_ready = 1
970        nfds = <value optimized out>
971        allocated_nfds = <value optimized out>
972        fds = <value optimized out>
973        __PRETTY_FUNCTION__ = "g_main_context_iterate"
974#20 0x02d404b8 in IA__g_main_context_iteration (context=0x8324420, may_block=1) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2654
975        retval = <value optimized out>
976#21 0x036e05d5 in QEventDispatcherGlib::processEvents (this=0x83196a8, flags=...) at kernel/qeventdispatcher_glib.cpp:412
977        d = 0x8322460
978        canWait = true
979        result = <value optimized out>
980#22 0x036b3059 in QEventLoop::processEvents (this=0xbf83c464, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece.
981) at kernel/qeventloop.cpp:149
982        d = 0x83e38d0
983#23 0x036b34aa in QEventLoop::exec (this=0xbf83c464, flags=...) at kernel/qeventloop.cpp:201
984        d = 0x83e38d0
985        app = <value optimized out>
986#24 0x036b769f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
987        threadData = 0x8308380
988        eventLoop = {<QObject> = {_vptr.QObject = 0x37c8448, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x3760ee0 "QObject", data = 0x3760f80, extradata = 0x37c3260}}, d_ptr = {d = 0x83e38d0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x3769a20 "Qt", data = 0x376d040, extradata = 0x0}}}, static staticMetaObject = {d = warning: can't find linker symbol for virtual table for `QMetaObject::<anonymous struct>' value
989warning:   found `types' instead
990{superdata = 0x37c3250, stringdata = 0x3772a80 "QEventLoop", data = 0x3772aa0, extradata = 0x0}}}
991        returnCode = -1
992#25 0x0816ad5b in run_backend (cmdline=...) at main_helpers.cpp:791
993        ismaster = true
994        fatal_error = false
995        sysEventHandler = 0x834c6e8
996        runsched = true
997        httpStatus = 0x83ad400
998        pHS = 0x834ad00
999        mainServer = 0x83cfc00
1000        myip = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x834adc8, static codecForCStrings = 0x0}
1001        port = 6543
1002        exitCode = 0
1003#26 0x0809c6a0 in main (argc=7, argv=0xbf83c7d4) at main.cpp:184
1004        a = {<QObject> = {_vptr.QObject = 0x37c84a8, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x3760ee0 "QObject", data = 0x3760f80, extradata = 0x37c3260}}, d_ptr = {d = 0x83223e8}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x3769a20 "Qt", data = 0x376d040, extradata = 0x0}}}, static staticMetaObject = {d = warning: can't find linker symbol for virtual table for `QMetaObject::<anonymous struct>' value
1005warning:   found `types' instead
1006{superdata = 0x37c3250, stringdata = 0x3772b20 "QCoreApplication", data = 0x3772bc0, extradata = 0x0}}, static self = 0xbf83c68c}
1007        cmdline_err = false
1008        cmdline = {parseTypes = 8589932323, settingsOverride = {{d = 0x37c9420, e = 0x37c9420}}, settingsQuery = warning: can't find linker symbol for virtual table for `QStringList' value
1009warning:   found `QLinkedListData::shared_null' instead
1010{<QList<QString>> = {{p = warning: can't find linker symbol for virtual table for `QListData' value
1011warning:   found `QLinkedListData::shared_null' instead
1012{static shared_null = {ref = {_q_value = 3738}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x37c93f4}, d = 0x37c93f4}}, <No data fields>}, binname = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x832df08, static codecForCStrings = 0x0}, display = warning: can't find linker symbol for virtual table for `QString' value
1013warning:   found `QMapData::shared_null' instead
1014{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, geometry = warning: can't find linker symbol for virtual table for `QString' value
1015warning:   found `QMapData::shared_null' instead
1016{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, logfile = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x832dcf0, static codecForCStrings = 0x0}, pidfile = warning: can't find linker symbol for virtual table
1017 for `QString' value
1018warning:   found `QMapData::shared_null' instead
1019{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, infile = warning: can't find linker symbol for virtual table for `QString' value
1020warning:   found `QMapData::shared_null' instead
1021{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, outfile = warning: can't find linker symbol for virtual table for `QString' value
1022warning:   found `QMapData::shared_null' instead
1023{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, newverbose = warning: can't find linker symbol for virtual table for `QString' value
1024warning:   found `QMapData::shared_null' instead
1025{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, username = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x832d918, static codecForCStrings = 0x0}, printexpire = warning: can't find linker symbol for virtual t
1026 able for `QString' value
1027warning:   found `QMapData::shared_null' instead
1028{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, eventString = warning: can't find linker symbol for virtual table for `QString' value
1029warning:   found `QMapData::shared_null' instead
1030{static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x37c9468, static codecForCStrings = 0x0}, previewSize = {wd = 0, ht = 0}, starttime = {d = {d = 0x8321170}}, chanid = 0, previewFrameNumber = -2, previewSeconds = -2, daemonize = false, printsched = false, testsched = false, setverbose = false, resched = false, nosched = false, noupnp = false, nojobqueue = false, nohousekeeper = false, noexpirer = false, clearsettingscache = false, wantupnprebuild = false, wantsToExit = false}
1031        finfo = {d_ptr = {d = 0x8325438}}
1032        binname = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 6170}, alloc = 0, size = 0, data = 0x37c947a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1603}, alloc = 0, size = 0, data = 0x37c948e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x83253e0, static codecForCStrings = 0x0}
1033        callCleanup = warning: can't find linker symbol for virtual table for `(anonymous namespace)::CleanupGuard' value
1034warning:   found `setup_context(MythCommandLineParser const&)' instead
1035{m_cleanFunction = 0x8163d5c <cleanup()>}
1036        exitCode = 0