Ticket #12858: backtrace.txt

File backtrace.txt, 41.9 KB (added by Andy Harvey <Andy@…>, 8 years ago)

gdb backtrace

Line 
1GNU gdb (GDB) Fedora 7.10.1-31.fc23
2Copyright (C) 2015 Free Software Foundation, Inc.
3License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
4This is free software: you are free to change and redistribute it.
5There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
6and "show warranty" for details.
7This GDB was configured as "x86_64-redhat-linux-gnu".
8Type "show configuration" for configuration details.
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>.
11Find the GDB manual and other documentation resources online at:
12<http://www.gnu.org/software/gdb/documentation/>.
13For help, type "help".
14Type "apropos word" to search for commands related to "word"...
15Reading symbols from /usr/bin/mythbackend...Reading symbols from /usr/lib/debug/usr/bin/mythbackend.debug...done.
16done.
17[New LWP 7346]
18[New LWP 7322]
19[New LWP 7344]
20[New LWP 7331]
21[New LWP 7332]
22[New LWP 7323]
23[New LWP 7339]
24[New LWP 7329]
25[New LWP 7358]
26[New LWP 7335]
27[New LWP 7341]
28[New LWP 7343]
29[New LWP 7382]
30[New LWP 7379]
31[New LWP 7387]
32[New LWP 7389]
33[New LWP 7381]
34[New LWP 7391]
35[New LWP 7385]
36[New LWP 7386]
37[New LWP 7392]
38[New LWP 7404]
39[New LWP 7406]
40[New LWP 7908]
41[New LWP 7418]
42[New LWP 7451]
43[New LWP 7337]
44[New LWP 7455]
45[New LWP 7557]
46[New LWP 7903]
47[New LWP 7904]
48[New LWP 7928]
49[New LWP 7930]
50[New LWP 7932]
51[New LWP 7342]
52[New LWP 7929]
53[New LWP 7935]
54[New LWP 7806]
55[New LWP 7808]
56[New LWP 7324]
57[New LWP 7325]
58[New LWP 7931]
59[New LWP 7934]
60[Thread debugging using libthread_db enabled]
61Using host libthread_db library "/lib64/libthread_db.so.1".
62
63warning: the debug information found in "/usr/lib/debug//usr/lib64/mysql/libmysqlclient.so.18.0.0.debug" does not match "/usr/lib64/mysql/libmysqlclient.so.18" (CRC mismatch).
64
65Core was generated by `/usr/bin/mythbackend -v all --loglevel debug --logpath /var/log/mythtv'.
66Program terminated with signal SIGSEGV, Segmentation fault.
67#0  0x00007f7a7a5bcee7 in RecorderBase::TryWriteProgStartMark (this=this@entry=0x7f7a14072970, durationDeltaCopy=...) at recorders/recorderbase.cpp:657
68657         if (estimatedProgStartMS > *last_it)
69[Current thread is 1 (Thread 0x7f7a34ff9700 (LWP 7346))]
70Missing separate debuginfos, use: dnf debuginfo-install mariadb-libs-10.0.25-1.fc23.x86_64
71(gdb) set pagination off
72(gdb) thread apply all bt
73
74Thread 43 (Thread 0x7f79496e0700 (LWP 7934)):
75#0  0x00007f7a6f6a24cd in nanosleep () at ../sysdeps/unix/syscall-template.S:84
76#1  0x00007f7a6f6d3064 in usleep (useconds=useconds@entry=100) at ../sysdeps/posix/usleep.c:32
77#2  0x00007f7a7a5e5c7a in NuppelVideoRecorder::doWriteThread (this=0x7f7a14072970) at recorders/NuppelVideoRecorder.cpp:2829
78#3  0x00007f7a7a5e6162 in NVRWriteThread::run (this=0x7f794c127730) at recorders/NuppelVideoRecorder.cpp:76
79#4  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f794c00c4b0) at thread/qthread_unix.cpp:341
80#5  0x00007f7a718d061a in start_thread (arg=0x7f79496e0700) at pthread_create.c:334
81#6  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
82
83Thread 42 (Thread 0x7f794bfff700 (LWP 7931)):
84#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
85#1  0x00007f7a7b850f0b in ?? () from /lib64/libmythavcodec.so.57
86#2  0x00007f7a718d061a in start_thread (arg=0x7f794bfff700) at pthread_create.c:334
87#3  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
88
89Thread 41 (Thread 0x7f7a57505700 (LWP 7325)):
90#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
91#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=100, this=0x55c8b4579370) at thread/qwaitcondition_unix.cpp:126
92#2  QWaitConditionPrivate::wait (time=100, this=0x55c8b4579370) at thread/qwaitcondition_unix.cpp:134
93#3  QWaitCondition::wait (this=<optimized out>, mutex=mutex@entry=0x7f7a79c0b6c0 <logQueueMutex>, time=time@entry=100) at thread/qwaitcondition_unix.cpp:208
94#4  0x00007f7a799436a0 in LoggerThread::run (this=0x55c8b4579100) at logging.cpp:399
95#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4573880) at thread/qthread_unix.cpp:341
96#6  0x00007f7a718d061a in start_thread (arg=0x7f7a57505700) at pthread_create.c:334
97#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
98
99Thread 40 (Thread 0x7f7a57d06700 (LWP 7324)):
100#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
101#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=90, this=0x55c8b4547910) at thread/qwaitcondition_unix.cpp:126
102#2  QWaitConditionPrivate::wait (time=90, this=0x55c8b4547910) at thread/qwaitcondition_unix.cpp:134
103#3  QWaitCondition::wait (this=this@entry=0x7f7a79c0b6f8 <logMsgListNotEmpty>, mutex=mutex@entry=0x7f7a79c0b708 <logMsgListMutex>, time=time@entry=90) at thread/qwaitcondition_unix.cpp:208
104#4  0x00007f7a7994ab1d in LogForwardThread::run (this=0x7f7a50003ad0) at loggingserver.cpp:1173
105#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a50003c60) at thread/qthread_unix.cpp:341
106#6  0x00007f7a718d061a in start_thread (arg=0x7f7a57d06700) at pthread_create.c:334
107#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
108
109Thread 39 (Thread 0x7f794b7fe700 (LWP 7808)):
110#0  0x00007f7a6f6d28a3 in select () at ../sysdeps/unix/syscall-template.S:84
111#1  0x00007f7a7a700e86 in DVBStreamHandler::RunTS (this=this@entry=0x7f7a401942d0) at recorders/dvbstreamhandler.cpp:230
112#2  0x00007f7a7a701c5c in DVBStreamHandler::run (this=0x7f7a401942d0) at recorders/dvbstreamhandler.cpp:118
113#3  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a40045e30) at thread/qthread_unix.cpp:341
114#4  0x00007f7a718d061a in start_thread (arg=0x7f794b7fe700) at pthread_create.c:334
115#5  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
116
117Thread 38 (Thread 0x7f794aee3700 (LWP 7806)):
118#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
119#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=50, this=0x7f7a40015820) at thread/qwaitcondition_unix.cpp:126
120#2  QWaitConditionPrivate::wait (time=50, this=0x7f7a40015820) at thread/qwaitcondition_unix.cpp:134
121#3  QWaitCondition::wait (this=this@entry=0x7f7a40012968, mutex=0x7f7a40012960, time=50) at thread/qwaitcondition_unix.cpp:208
122#4  0x00007f7a7a50adf3 in SignalMonitor::run (this=0x7f7a40012860) at recorders/signalmonitor.cpp:347
123#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a40158ef0) at thread/qthread_unix.cpp:341
124#6  0x00007f7a718d061a in start_thread (arg=0x7f794aee3700) at pthread_create.c:334
125#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
126
127Thread 37 (Thread 0x7f7948edf700 (LWP 7935)):
128#0  0x00007f7a6f6d2247 in ioctl () at ../sysdeps/unix/syscall-template.S:84
129#1  0x00007f7a7462eb92 in snd_pcm_hw_readi (pcm=0x7f7960018690, buffer=<optimized out>, size=<optimized out>) at pcm_hw.c:836
130#2  0x00007f7a7a5ebd39 in AudioInputALSA::PcmRead (this=this@entry=0x7f7a141a1df0, buf=buf@entry=0x7f7960005ec0, nbytes=nbytes@entry=11060) at recorders/audioinputalsa.cpp:261
131#3  0x00007f7a7a5ed586 in AudioInputALSA::GetSamples (this=0x7f7a141a1df0, buf=0x7f7960005ec0, nbytes=11060) at recorders/audioinputalsa.cpp:110
132#4  0x00007f7a7a5dd65c in NuppelVideoRecorder::doAudioThread (this=0x7f7a14072970) at recorders/NuppelVideoRecorder.cpp:2445
133#5  0x00007f7a7a5dded2 in NVRAudioThread::run (this=0x7f794c0088b0) at recorders/NuppelVideoRecorder.cpp:83
134#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f794c1e2330) at thread/qthread_unix.cpp:341
135#7  0x00007f7a718d061a in start_thread (arg=0x7f7948edf700) at pthread_create.c:334
136#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
137
138Thread 36 (Thread 0x7f79fcff9700 (LWP 7929)):
139#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
140#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x7f7a1403bec0) at thread/qwaitcondition_unix.cpp:126
141#2  QWaitConditionPrivate::wait (time=1000, this=0x7f7a1403bec0) at thread/qwaitcondition_unix.cpp:134
142#3  QWaitCondition::wait (this=this@entry=0x7f7a14033ec8, mutex=mutex@entry=0x7f7a14033e90, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
143#4  0x00007f7a79991c97 in ThreadedFileWriter::SyncLoop (this=0x7f7a14033e70) at threadedfilewriter.cpp:424
144#5  0x00007f7a79991d32 in TFWSyncThread::run (this=0x7f7a1406e0a0) at threadedfilewriter.cpp:40
145#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a1406e1e0) at thread/qthread_unix.cpp:341
146#7  0x00007f7a718d061a in start_thread (arg=0x7f79fcff9700) at pthread_create.c:334
147#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
148
149Thread 35 (Thread 0x7f7a367fc700 (LWP 7342)):
150#0  0x00007f7a718d928d in nanosleep () at ../sysdeps/unix/syscall-template.S:84
151#1  0x00007f7a799a4c97 in MythSystemLegacySignalManager::run (this=0x55c8b46bc1a0) at mythsystemunix.cpp:515
152#2  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b46df9b0) at thread/qthread_unix.cpp:341
153#3  0x00007f7a718d061a in start_thread (arg=0x7f7a367fc700) at pthread_create.c:334
154#4  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
155
156Thread 34 (Thread 0x7f7949ee1700 (LWP 7932)):
157#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
158#1  0x00007f7a7b850f0b in ?? () from /lib64/libmythavcodec.so.57
159#2  0x00007f7a718d061a in start_thread (arg=0x7f7949ee1700) at pthread_create.c:334
160#3  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
161
162Thread 33 (Thread 0x7f795a5dd700 (LWP 7930)):
163#0  0x00007f7a6f6d28a3 in select () at ../sysdeps/unix/syscall-template.S:84
164#1  0x00007f7a7a5e0eb7 in NuppelVideoRecorder::DoV4L2 (this=this@entry=0x7f7a14072970) at recorders/NuppelVideoRecorder.cpp:1700
165#2  0x00007f7a7a5e47a1 in NuppelVideoRecorder::run (this=0x7f7a14072970) at recorders/NuppelVideoRecorder.cpp:1153
166#3  0x00007f7a7988f9e7 in MThread::run (this=0x7f7a14004ab0) at mthread.cpp:319
167#4  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a14004ae0) at thread/qthread_unix.cpp:341
168#5  0x00007f7a718d061a in start_thread (arg=0x7f795a5dd700) at pthread_create.c:334
169#6  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
170
171Thread 32 (Thread 0x7f7a197fa700 (LWP 7928)):
172#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
173#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=250, this=0x7f7a1403db10) at thread/qwaitcondition_unix.cpp:126
174#2  QWaitConditionPrivate::wait (time=250, this=0x7f7a1403db10) at thread/qwaitcondition_unix.cpp:134
175#3  QWaitCondition::wait (this=this@entry=0x7f7a14033ec0, mutex=mutex@entry=0x7f7a14033e90, time=250) at thread/qwaitcondition_unix.cpp:208
176#4  0x00007f7a79995b3f in ThreadedFileWriter::DiskLoop (this=0x7f7a14033e70) at threadedfilewriter.cpp:479
177#5  0x00007f7a79996252 in TFWWriteThread::run (this=0x7f7a14004b80) at threadedfilewriter.cpp:32
178#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a14046d60) at thread/qthread_unix.cpp:341
179#7  0x00007f7a718d061a in start_thread (arg=0x7f7a197fa700) at pthread_create.c:334
180#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
181
182Thread 31 (Thread 0x7f79597fa700 (LWP 7904)):
183#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
184#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=120001, this=0x55c8b46253b0) at thread/qwaitcondition_unix.cpp:126
185#2  QWaitConditionPrivate::wait (time=120001, this=0x55c8b46253b0) at thread/qwaitcondition_unix.cpp:134
186#3  QWaitCondition::wait (this=this@entry=0x55c8b48aa918, mutex=mutex@entry=0x55c8b48aa910, time=120001) at thread/qwaitcondition_unix.cpp:208
187#4  0x00007f7a79895b2f in MPoolThread::run (this=0x55c8b48aa8f0) at mthreadpool.cpp:124
188#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4626420) at thread/qthread_unix.cpp:341
189#6  0x00007f7a718d061a in start_thread (arg=0x7f79597fa700) at pthread_create.c:334
190#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
191
192Thread 30 (Thread 0x7f7958ff9700 (LWP 7903)):
193#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
194#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=120001, this=0x7f79f4467c50) at thread/qwaitcondition_unix.cpp:126
195#2  QWaitConditionPrivate::wait (time=120001, this=0x7f79f4467c50) at thread/qwaitcondition_unix.cpp:134
196#3  QWaitCondition::wait (this=this@entry=0x7f79f4061668, mutex=mutex@entry=0x7f79f4061660, time=120001) at thread/qwaitcondition_unix.cpp:208
197#4  0x00007f7a79895b2f in MPoolThread::run (this=0x7f79f4061640) at mthreadpool.cpp:124
198#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f79f4370550) at thread/qthread_unix.cpp:341
199#6  0x00007f7a718d061a in start_thread (arg=0x7f7958ff9700) at pthread_create.c:334
200#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
201
202Thread 29 (Thread 0x7f79427fc700 (LWP 7557)):
203#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
204#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=120001, this=0x7f7954020220) at thread/qwaitcondition_unix.cpp:126
205#2  QWaitConditionPrivate::wait (time=120001, this=0x7f7954020220) at thread/qwaitcondition_unix.cpp:134
206#3  QWaitCondition::wait (this=this@entry=0x7f7954020308, mutex=mutex@entry=0x7f7954020300, time=120001) at thread/qwaitcondition_unix.cpp:208
207#4  0x00007f7a79895b2f in MPoolThread::run (this=0x7f79540202e0) at mthreadpool.cpp:124
208#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7954020370) at thread/qthread_unix.cpp:341
209#6  0x00007f7a718d061a in start_thread (arg=0x7f79427fc700) at pthread_create.c:334
210#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
211
212Thread 28 (Thread 0x7f7942ffd700 (LWP 7455)):
213#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
214#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=2, fds=0x7f795c006180, timeout=<optimized out>, context=0x7f795c002c40) at gmain.c:4135
215#2  g_main_context_iterate (context=context@entry=0x7f795c002c40, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
216#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x7f795c002c40, may_block=may_block@entry=1) at gmain.c:3901
217#4  0x00007f7a704c5b5b in QEventDispatcherGlib::processEvents (this=0x7f795c003430, flags=...) at kernel/qeventdispatcher_glib.cpp:419
218#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7f7942ffcc70, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
219#6  0x00007f7a702d6bd4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:500
220#7  0x00007f7a702d6c65 in QThread::run (this=<optimized out>) at thread/qthread.cpp:567
221#8  0x00007f7a7988f9f9 in MThreadInternal::QThreadRun (this=<optimized out>) at mthread.cpp:81
222#9  MThread::run (this=0x55c8b46a9430) at mthread.cpp:321
223#10 0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4661640) at thread/qthread_unix.cpp:341
224#11 0x00007f7a718d061a in start_thread (arg=0x7f7942ffd700) at pthread_create.c:334
225#12 0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
226
227Thread 27 (Thread 0x7f7a37fff700 (LWP 7337)):
228#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
229#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=400, this=0x7f7a3c18e700) at thread/qwaitcondition_unix.cpp:126
230#2  QWaitConditionPrivate::wait (time=400, this=0x7f7a3c18e700) at thread/qwaitcondition_unix.cpp:134
231#3  QWaitCondition::wait (this=this@entry=0x7f7a3c00fd20, mutex=mutex@entry=0x7f7a3c00fcf0, time=time@entry=400) at thread/qwaitcondition_unix.cpp:208
232#4  0x00007f7a7a55e45b in EITScanner::run (this=0x7f7a3c00fce0) at eitscanner.cpp:157
233#5  0x00007f7a7988f9e7 in MThread::run (this=0x7f7a3c18e4f0) at mthread.cpp:319
234#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a3c034ef0) at thread/qthread_unix.cpp:341
235#7  0x00007f7a718d061a in start_thread (arg=0x7f7a37fff700) at pthread_create.c:334
236#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
237
238Thread 26 (Thread 0x7f7943fff700 (LWP 7451)):
239#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
240#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=2, fds=0x7f7954006150, timeout=<optimized out>, context=0x7f7954002f90) at gmain.c:4135
241#2  g_main_context_iterate (context=context@entry=0x7f7954002f90, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
242#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x7f7954002f90, may_block=may_block@entry=1) at gmain.c:3901
243#4  0x00007f7a704c5b5b in QEventDispatcherGlib::processEvents (this=0x7f79540013a0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
244#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7f7943ffec70, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
245#6  0x00007f7a702d6bd4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:500
246#7  0x00007f7a702d6c65 in QThread::run (this=<optimized out>) at thread/qthread.cpp:567
247#8  0x00007f7a7988f9f9 in MThreadInternal::QThreadRun (this=<optimized out>) at mthread.cpp:81
248#9  MThread::run (this=0x55c8b47a9320) at mthread.cpp:321
249#10 0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4595ce0) at thread/qthread_unix.cpp:341
250#11 0x00007f7a718d061a in start_thread (arg=0x7f7943fff700) at pthread_create.c:334
251#12 0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
252
253Thread 25 (Thread 0x7f795bfff700 (LWP 7418)):
254#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
255#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=14999, this=0x7f7960003900) at thread/qwaitcondition_unix.cpp:126
256#2  QWaitConditionPrivate::wait (time=14999, this=0x7f7960003900) at thread/qwaitcondition_unix.cpp:134
257#3  QWaitCondition::wait (this=this@entry=0x7f79600116e0, mutex=mutex@entry=0x7f79600116b8, time=time@entry=14999) at thread/qwaitcondition_unix.cpp:208
258#4  0x000055c8b3e709d8 in FreeSpaceUpdater::run (this=0x7f79600116a0) at mainserver.cpp:205
259#5  0x00007f7a79895a25 in MPoolThread::run (this=0x7f79f430e810) at mthreadpool.cpp:140
260#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f79f4028960) at thread/qthread_unix.cpp:341
261#7  0x00007f7a718d061a in start_thread (arg=0x7f795bfff700) at pthread_create.c:334
262#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
263
264Thread 24 (Thread 0x7f794a6e2700 (LWP 7908)):
265#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
266#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=5000, this=0x55c8b46617b0) at thread/qwaitcondition_unix.cpp:126
267#2  QWaitConditionPrivate::wait (time=5000, this=0x55c8b46617b0) at thread/qwaitcondition_unix.cpp:134
268#3  QWaitCondition::wait (this=<optimized out>, mutex=0x55c8b4705800, time=5000) at thread/qwaitcondition_unix.cpp:208
269#4  0x000055c8b3df7431 in AutoExpire::Sleep (this=0x55c8b47057c0, sleepTime=<optimized out>) at autoexpire.cpp:359
270#5  0x000055c8b3dfcf39 in AutoExpire::RunUpdate (this=0x55c8b47057c0) at autoexpire.cpp:1043
271#6  0x000055c8b3dfd017 in UpdateThread::run (this=0x7f79f43d2920) at autoexpire.cpp:66
272#7  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f79f43762b0) at thread/qthread_unix.cpp:341
273#8  0x00007f7a718d061a in start_thread (arg=0x7f794a6e2700) at pthread_create.c:334
274#9  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
275
276Thread 23 (Thread 0x7f79fd7fa700 (LWP 7406)):
277#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
278#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7f795c003730, timeout=<optimized out>, context=0x7f795c000990) at gmain.c:4135
279#2  g_main_context_iterate (context=context@entry=0x7f795c000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
280#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x7f795c000990, may_block=may_block@entry=1) at gmain.c:3901
281#4  0x00007f7a704c5b3f in QEventDispatcherGlib::processEvents (this=0x7f795c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:417
282#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7f79fd7f9c70, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
283#6  0x00007f7a702d6bd4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:500
284#7  0x00007f7a702d6c65 in QThread::run (this=<optimized out>) at thread/qthread.cpp:567
285#8  0x00007f7a7988f9f9 in MThreadInternal::QThreadRun (this=<optimized out>) at mthread.cpp:81
286#9  MThread::run (this=0x55c8b4616830) at mthread.cpp:321
287#10 0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45ba150) at thread/qthread_unix.cpp:341
288#11 0x00007f7a718d061a in start_thread (arg=0x7f79fd7fa700) at pthread_create.c:334
289#12 0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
290
291Thread 22 (Thread 0x7f79fdffb700 (LWP 7404)):
292#0  0x00007f7a718d928d in nanosleep () at ../sysdeps/unix/syscall-template.S:84
293#1  0x00007f7a703774dd in qt_nanosleep (amount=...) at tools/qelapsedtimer_unix.cpp:185
294#2  0x00007f7a702da498 in QThread::msleep (msecs=msecs@entry=100) at thread/qthread_unix.cpp:479
295#3  0x00007f7a7988e185 in MThreadInternal::MSleep (time=time@entry=100) at mthread.cpp:341
296#4  MThread::msleep (time=time@entry=100) at mthread.cpp:342
297#5  0x00007f7a79c59318 in TaskQueue::run (this=0x55c8b4585890) at taskqueue.cpp:150
298#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b46b1750) at thread/qthread_unix.cpp:341
299#7  0x00007f7a718d061a in start_thread (arg=0x7f79fdffb700) at pthread_create.c:334
300#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
301
302Thread 21 (Thread 0x7f79fe7fc700 (LWP 7392)):
303#0  0x00007f7a6f6d28a3 in select () at ../sysdeps/unix/syscall-template.S:84
304#1  0x00007f7a79c56ce6 in SSDP::run (this=0x55c8b476f590) at ssdp.cpp:298
305#2  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b47bb210) at thread/qthread_unix.cpp:341
306#3  0x00007f7a718d061a in start_thread (arg=0x7f79fe7fc700) at pthread_create.c:334
307#4  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
308
309Thread 20 (Thread 0x7f7a18ff9700 (LWP 7386)):
310#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
311#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=15000, this=0x55c8b45c3a80) at thread/qwaitcondition_unix.cpp:126
312#2  QWaitConditionPrivate::wait (time=15000, this=0x55c8b45c3a80) at thread/qwaitcondition_unix.cpp:134
313#3  QWaitCondition::wait (this=this@entry=0x55c8b45a0ef8, mutex=mutex@entry=0x55c8b45a0ee8, time=time@entry=15000) at thread/qwaitcondition_unix.cpp:208
314#4  0x000055c8b3ea813a in Scheduler::run (this=0x55c8b45a0e60) at scheduler.cpp:2042
315#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45d5130) at thread/qthread_unix.cpp:341
316#6  0x00007f7a718d061a in start_thread (arg=0x7f7a18ff9700) at pthread_create.c:334
317#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
318
319Thread 19 (Thread 0x7f7a19ffb700 (LWP 7385)):
320#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
321#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b46546c0) at thread/qwaitcondition_unix.cpp:126
322#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b46546c0) at thread/qwaitcondition_unix.cpp:134
323#3  QWaitCondition::wait (this=this@entry=0x55c8b4666118, mutex=mutex@entry=0x55c8b4666110, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
324#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b4665f60) at tv_rec.cpp:1491
325#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b4666240) at mthread.cpp:319
326#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b465dac0) at thread/qthread_unix.cpp:341
327#7  0x00007f7a718d061a in start_thread (arg=0x7f7a19ffb700) at pthread_create.c:334
328#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
329
330Thread 18 (Thread 0x7f79feffd700 (LWP 7391)):
331#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
332#1  0x00007f7a7083b2e4 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7f7a70924380 <QTWTF::pageheap_memory>) at /usr/src/debug/qtscript-opensource-src-5.6.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
333#2  0x00007f7a7083b329 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at /usr/src/debug/qtscript-opensource-src-5.6.1/src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
334#3  0x00007f7a718d061a in start_thread (arg=0x7f79feffd700) at pthread_create.c:334
335#4  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
336
337Thread 17 (Thread 0x7f7a1affd700 (LWP 7381)):
338#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
339#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7f7a0c003070, timeout=<optimized out>, context=0x7f7a0c000990) at gmain.c:4135
340#2  g_main_context_iterate (context=context@entry=0x7f7a0c000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
341#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x7f7a0c000990, may_block=may_block@entry=1) at gmain.c:3901
342#4  0x00007f7a704c5b3f in QEventDispatcherGlib::processEvents (this=0x7f7a0c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:417
343#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7f7a1affcc80, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
344#6  0x00007f7a702d6bd4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:500
345#7  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4641500) at thread/qthread_unix.cpp:341
346#8  0x00007f7a718d061a in start_thread (arg=0x7f7a1affd700) at pthread_create.c:334
347#9  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
348
349Thread 16 (Thread 0x7f79ff7fe700 (LWP 7389)):
350#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
351#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=60000, this=0x55c8b4780da0) at thread/qwaitcondition_unix.cpp:126
352#2  QWaitConditionPrivate::wait (time=60000, this=0x55c8b4780da0) at thread/qwaitcondition_unix.cpp:134
353#3  QWaitCondition::wait (this=this@entry=0x55c8b479a8e8, mutex=mutex@entry=0x55c8b479a8f0, time=60000) at thread/qwaitcondition_unix.cpp:208
354#4  0x00007f7a7a07ce36 in JobQueue::ProcessQueue (this=0x55c8b479a880) at jobqueue.cpp:498
355#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b46ae660) at mthread.cpp:319
356#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45860f0) at thread/qthread_unix.cpp:341
357#7  0x00007f7a718d061a in start_thread (arg=0x7f79ff7fe700) at pthread_create.c:334
358#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
359
360Thread 15 (Thread 0x7f79fffff700 (LWP 7387)):
361#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
362#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=59997, this=0x55c8b46617b0) at thread/qwaitcondition_unix.cpp:126
363#2  QWaitConditionPrivate::wait (time=59997, this=0x55c8b46617b0) at thread/qwaitcondition_unix.cpp:134
364#3  QWaitCondition::wait (this=<optimized out>, mutex=0x55c8b4705800, time=59997) at thread/qwaitcondition_unix.cpp:208
365#4  0x000055c8b3df7431 in AutoExpire::Sleep (this=0x55c8b47057c0, sleepTime=<optimized out>) at autoexpire.cpp:359
366#5  0x000055c8b3e0211d in AutoExpire::RunExpirer (this=0x55c8b47057c0) at autoexpire.cpp:340
367#6  0x000055c8b3e02362 in ExpireThread::run (this=0x55c8b4589100) at autoexpire.cpp:58
368#7  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4904ef0) at thread/qthread_unix.cpp:341
369#8  0x00007f7a718d061a in start_thread (arg=0x7f79fffff700) at pthread_create.c:334
370#9  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
371
372Thread 14 (Thread 0x7f7a1b7fe700 (LWP 7379)):
373#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
374#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b4654830) at thread/qwaitcondition_unix.cpp:126
375#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b4654830) at thread/qwaitcondition_unix.cpp:134
376#3  QWaitCondition::wait (this=this@entry=0x55c8b4634bf8, mutex=mutex@entry=0x55c8b4634bf0, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
377#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b4634a40) at tv_rec.cpp:1491
378#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b4634cf0) at mthread.cpp:319
379#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4631410) at thread/qthread_unix.cpp:341
380#7  0x00007f7a718d061a in start_thread (arg=0x7f7a1b7fe700) at pthread_create.c:334
381#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
382
383Thread 13 (Thread 0x7f7a1a7fc700 (LWP 7382)):
384#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
385#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=2, fds=0x7f7a00003220, timeout=<optimized out>, context=0x7f7a00000990) at gmain.c:4135
386#2  g_main_context_iterate (context=context@entry=0x7f7a00000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
387#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x7f7a00000990, may_block=may_block@entry=1) at gmain.c:3901
388#4  0x00007f7a704c5b3f in QEventDispatcherGlib::processEvents (this=0x7f7a000008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:417
389#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7f7a1a7fbc50, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
390#6  0x00007f7a702d6bd4 in QThread::exec (this=this@entry=0x7f7a6cd73040 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread.cpp:500
391#7  0x00007f7a6ccff675 in QDBusConnectionManager::run (this=0x7f7a6cd73040 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at qdbusconnection.cpp:189
392#8  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a6cd73040 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:341
393#9  0x00007f7a718d061a in start_thread (arg=0x7f7a1a7fc700) at pthread_create.c:334
394#10 0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
395
396Thread 12 (Thread 0x7f7a35ffb700 (LWP 7343)):
397#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
398#1  0x00007f7a702db65a in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x55c8b468d390) at thread/qwaitcondition_unix.cpp:136
399#2  QWaitCondition::wait (this=this@entry=0x55c8b472fb18, mutex=mutex@entry=0x55c8b472fb10, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
400#3  0x00007f7a799a21b8 in MythSystemLegacyIOHandler::run (this=0x55c8b472faf0) at mythsystemunix.cpp:102
401#4  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b46bd5d0) at thread/qthread_unix.cpp:341
402#5  0x00007f7a718d061a in start_thread (arg=0x7f7a35ffb700) at pthread_create.c:334
403#6  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
404
405Thread 11 (Thread 0x7f7a36ffd700 (LWP 7341)):
406#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
407#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=100, this=0x55c8b46e0c80) at thread/qwaitcondition_unix.cpp:126
408#2  QWaitConditionPrivate::wait (time=100, this=0x55c8b46e0c80) at thread/qwaitcondition_unix.cpp:134
409#3  QWaitCondition::wait (this=this@entry=0x55c8b47036b0, mutex=mutex@entry=0x55c8b4703698, time=100) at thread/qwaitcondition_unix.cpp:208
410#4  0x00007f7a799a2b9c in MythSystemLegacyManager::run (this=0x55c8b4703670) at mythsystemunix.cpp:283
411#5  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b46a5cb0) at thread/qthread_unix.cpp:341
412#6  0x00007f7a718d061a in start_thread (arg=0x7f7a36ffd700) at pthread_create.c:334
413#7  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
414
415Thread 10 (Thread 0x7f7a54d3b700 (LWP 7335)):
416#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
417#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b45c76e0) at thread/qwaitcondition_unix.cpp:126
418#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b45c76e0) at thread/qwaitcondition_unix.cpp:134
419#3  QWaitCondition::wait (this=this@entry=0x55c8b4619058, mutex=mutex@entry=0x55c8b4619050, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
420#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b4618ea0) at tv_rec.cpp:1491
421#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b4619180) at mthread.cpp:319
422#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45cf450) at thread/qthread_unix.cpp:341
423#7  0x00007f7a718d061a in start_thread (arg=0x7f7a54d3b700) at pthread_create.c:334
424#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
425
426Thread 9 (Thread 0x7f7a1bfff700 (LWP 7358)):
427#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
428#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b4634d80) at thread/qwaitcondition_unix.cpp:126
429#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b4634d80) at thread/qwaitcondition_unix.cpp:134
430#3  QWaitCondition::wait (this=this@entry=0x55c8b4647b08, mutex=mutex@entry=0x55c8b4647b00, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
431#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b4647950) at tv_rec.cpp:1491
432#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b4647c30) at mthread.cpp:319
433#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b462f130) at thread/qthread_unix.cpp:341
434#7  0x00007f7a718d061a in start_thread (arg=0x7f7a1bfff700) at pthread_create.c:334
435#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
436
437Thread 8 (Thread 0x7f7a5653e700 (LWP 7329)):
438#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
439#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b45e9a30) at thread/qwaitcondition_unix.cpp:126
440#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b45e9a30) at thread/qwaitcondition_unix.cpp:134
441#3  QWaitCondition::wait (this=this@entry=0x55c8b45cf038, mutex=mutex@entry=0x55c8b45cf030, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
442#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b45cee80) at tv_rec.cpp:1491
443#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b45cf100) at mthread.cpp:319
444#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45c1350) at thread/qthread_unix.cpp:341
445#7  0x00007f7a718d061a in start_thread (arg=0x7f7a5653e700) at pthread_create.c:334
446#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
447
448Thread 7 (Thread 0x7f7a377fe700 (LWP 7339)):
449#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
450#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b462f020) at thread/qwaitcondition_unix.cpp:126
451#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b462f020) at thread/qwaitcondition_unix.cpp:134
452#3  QWaitCondition::wait (this=this@entry=0x55c8b4605d48, mutex=mutex@entry=0x55c8b4605d40, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
453#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b4605b90) at tv_rec.cpp:1491
454#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b4605e70) at mthread.cpp:319
455#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45e9a10) at thread/qthread_unix.cpp:341
456#7  0x00007f7a718d061a in start_thread (arg=0x7f7a377fe700) at pthread_create.c:334
457#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
458
459Thread 6 (Thread 0x7f7a58507700 (LWP 7323)):
460#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
461#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7f7a50004060, timeout=<optimized out>, context=0x7f7a50000990) at gmain.c:4135
462#2  g_main_context_iterate (context=context@entry=0x7f7a50000990, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
463#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x7f7a50000990, may_block=may_block@entry=1) at gmain.c:3901
464#4  0x00007f7a704c5b3f in QEventDispatcherGlib::processEvents (this=0x7f7a500008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:417
465#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7f7a58506c00, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
466#6  0x00007f7a702d6bd4 in QThread::exec (this=this@entry=0x55c8b45793e0) at thread/qthread.cpp:500
467#7  0x00007f7a7988e0f0 in MThreadInternal::exec (this=0x55c8b45793e0) at mthread.cpp:85
468#8  MThread::exec (this=this@entry=0x55c8b4578800) at mthread.cpp:327
469#9  0x00007f7a79947773 in LogServerThread::run (this=0x55c8b45787f0) at loggingserver.cpp:865
470#10 0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45793e0) at thread/qthread_unix.cpp:341
471#11 0x00007f7a718d061a in start_thread (arg=0x7f7a58507700) at pthread_create.c:334
472#12 0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
473
474Thread 5 (Thread 0x7f7a5553c700 (LWP 7332)):
475#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
476#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=1000, this=0x55c8b460b2e0) at thread/qwaitcondition_unix.cpp:126
477#2  QWaitConditionPrivate::wait (time=1000, this=0x55c8b460b2e0) at thread/qwaitcondition_unix.cpp:134
478#3  QWaitCondition::wait (this=this@entry=0x55c8b45c4988, mutex=mutex@entry=0x55c8b45c4980, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:208
479#4  0x00007f7a7a5a8678 in TVRec::run (this=0x55c8b45c47d0) at tv_rec.cpp:1491
480#5  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b45c4ab0) at mthread.cpp:319
481#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b45cf430) at thread/qthread_unix.cpp:341
482#7  0x00007f7a718d061a in start_thread (arg=0x7f7a5553c700) at pthread_create.c:334
483#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
484
485Thread 4 (Thread 0x7f7a55d3d700 (LWP 7331)):
486#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
487#1  0x00007f7a702db638 in QWaitConditionPrivate::wait_relative (time=400, this=0x7f7a4018cb40) at thread/qwaitcondition_unix.cpp:126
488#2  QWaitConditionPrivate::wait (time=400, this=0x7f7a4018cb40) at thread/qwaitcondition_unix.cpp:134
489#3  QWaitCondition::wait (this=this@entry=0x7f7a4000ee90, mutex=mutex@entry=0x7f7a4000ee60, time=time@entry=400) at thread/qwaitcondition_unix.cpp:208
490#4  0x00007f7a7a55e45b in EITScanner::run (this=0x7f7a4000ee50) at eitscanner.cpp:157
491#5  0x00007f7a7988f9e7 in MThread::run (this=0x7f7a4018c930) at mthread.cpp:319
492#6  0x00007f7a702db00c in QThreadPrivate::start (arg=0x7f7a400311c0) at thread/qthread_unix.cpp:341
493#7  0x00007f7a718d061a in start_thread (arg=0x7f7a55d3d700) at pthread_create.c:334
494#8  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
495
496Thread 3 (Thread 0x7f7a357fa700 (LWP 7344)):
497#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
498#1  0x00007f7a702db65a in QWaitConditionPrivate::wait (time=18446744073709551615, this=0x55c8b4662670) at thread/qwaitcondition_unix.cpp:136
499#2  QWaitCondition::wait (this=this@entry=0x55c8b473fbe8, mutex=mutex@entry=0x55c8b473fbe0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
500#3  0x00007f7a799a21b8 in MythSystemLegacyIOHandler::run (this=0x55c8b473fbc0) at mythsystemunix.cpp:102
501#4  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b4661c80) at thread/qthread_unix.cpp:341
502#5  0x00007f7a718d061a in start_thread (arg=0x7f7a357fa700) at pthread_create.c:334
503#6  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
504
505Thread 2 (Thread 0x7f7a5efcf940 (LWP 7322)):
506#0  0x00007f7a6f6d0b1d in poll () at ../sysdeps/unix/syscall-template.S:84
507#1  0x00007f7a66fc918c in g_main_context_poll (priority=2147483647, n_fds=18, fds=0x55c8b460a810, timeout=<optimized out>, context=0x55c8b4573db0) at gmain.c:4135
508#2  g_main_context_iterate (context=context@entry=0x55c8b4573db0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3835
509#3  0x00007f7a66fc929c in g_main_context_iteration (context=0x55c8b4573db0, may_block=may_block@entry=1) at gmain.c:3901
510#4  0x00007f7a704c5b5b in QEventDispatcherGlib::processEvents (this=0x55c8b4573d00, flags=...) at kernel/qeventdispatcher_glib.cpp:419
511#5  0x00007f7a7047625a in QEventLoop::exec (this=this@entry=0x7ffc7f3da830, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
512#6  0x00007f7a7047dbdc in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1285
513#7  0x000055c8b3ef66c9 in run_backend (cmdline=...) at main_helpers.cpp:720
514#8  0x000055c8b3df605d in main (argc=7, argv=<optimized out>) at main.cpp:153
515
516Thread 1 (Thread 0x7f7a34ff9700 (LWP 7346)):
517#0  0x00007f7a7a5bcee7 in RecorderBase::TryWriteProgStartMark (this=this@entry=0x7f7a14072970, durationDeltaCopy=...) at recorders/recorderbase.cpp:657
518#1  0x00007f7a7a5be0ec in RecorderBase::SavePositionMap (this=0x7f7a14072970, force=force@entry=false, finished=finished@entry=false) at recorders/recorderbase.cpp:621
519#2  0x00007f7a7a5a7f14 in TVRec::run (this=0x55c8b46372d0) at tv_rec.cpp:1340
520#3  0x00007f7a7988f9e7 in MThread::run (this=0x55c8b46375b0) at mthread.cpp:319
521#4  0x00007f7a702db00c in QThreadPrivate::start (arg=0x55c8b462e7e0) at thread/qthread_unix.cpp:341
522#5  0x00007f7a718d061a in start_thread (arg=0x7f7a34ff9700) at pthread_create.c:334
523#6  0x00007f7a6f6dc59d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
524(gdb) p durationDeltaCopy
525$1 = (const frm_pos_map_t &) @0x7f7a34ff8740: {d = 0x7f7a70573fa0 <QMapDataBase::shared_null>}
526(gdb) quit