Project

General

Profile

Bug #4888 » dump.txt

running with and without valgrind - Klara Jansen, 2018-10-13 10:23

 
1
root@meter:/usr/src/tvheadend # valgrind --suppressions=support/valgrind.supp --leak-check=full --show-reachable=yes build.linux/tvheadend -u hts -g video
2
==15191== Memcheck, a memory error detector
3
==15191== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
4
==15191== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
5
==15191== Command: build.linux/tvheadend -u hts -g video
6
==15191== 
7
2018-10-13 09:58:03.925 [   INFO] main: Log started
8
2018-10-13 09:58:05.343 [   INFO] http: Starting HTTP server 0.0.0.0:9981
9
2018-10-13 09:58:05.357 [   INFO] htsp: Starting HTSP server 0.0.0.0:9982
10
2018-10-13 09:58:07.416 [   INFO] config: backup: migrating config from 4.3-607~ga5ecd97a9 (running 4.3-1465~g433bcd2e5)
11
2018-10-13 09:58:07.435 [   INFO] config: backup: running, output file /home/hts/.hts/tvheadend/backup/4.3-607~ga5ecd97a9.tar.bz2
12
2018-10-13 09:58:07.538 [   INFO] spawn: Executing "/bin/tar"
13
2018-10-13 09:58:11.719 [   INFO] config: backup: completed
14
2018-10-13 09:58:16.222 [   INFO] config: loaded
15
2018-10-13 09:58:16.345 [   INFO] config: scanfile (re)initialization with path <none>
16
2018-10-13 09:58:16.588 [   INFO] transcode: 'video' context type registered
17
2018-10-13 09:58:16.590 [   INFO] transcode: 'audio' context type registered
18
2018-10-13 09:58:16.594 [   INFO] transcode: '&TVHH264Decoder' decoder helper registered
19
2018-10-13 09:58:16.596 [   INFO] transcode: '&TVHTHEORADecoder' decoder helper registered
20
2018-10-13 09:58:16.599 [   INFO] transcode: '&TVHAACDecoder' decoder helper registered
21
2018-10-13 09:58:16.601 [   INFO] transcode: '&TVHVORBISDecoder' decoder helper registered
22
2018-10-13 09:58:16.604 [   INFO] transcode: '&TVHOPUSDecoder' decoder helper registered
23
2018-10-13 09:58:16.608 [   INFO] transcode: '&TVHMPEG2VIDEOEncoder' encoder helper registered
24
2018-10-13 09:58:16.612 [   INFO] transcode: '&TVHH264Encoder' encoder helper registered
25
2018-10-13 09:58:16.615 [   INFO] transcode: '&TVHHEVCEncoder' encoder helper registered
26
2018-10-13 09:58:16.618 [   INFO] transcode: '&TVHAACEncoder' encoder helper registered
27
2018-10-13 09:58:16.643 [   INFO] codec: 'mpeg2video' encoder registered
28
2018-10-13 09:58:16.653 [   INFO] codec: 'mp2' encoder registered
29
2018-10-13 09:58:16.653 [   INFO] codec: 'aac' encoder registered
30
2018-10-13 09:58:16.655 [   INFO] codec: 'vorbis' encoder registered
31
2018-10-13 09:58:16.655 [   INFO] codec: 'flac' encoder registered
32
2018-10-13 09:58:16.658 [   INFO] codec: 'libx264' encoder registered
33
2018-10-13 09:58:16.659 [   INFO] codec: 'libtheora' encoder registered
34
2018-10-13 09:58:16.659 [   INFO] codec: 'libvorbis' encoder registered
35
2018-10-13 09:58:16.660 [   INFO] codec: 'libopus' encoder registered
36
2018-10-13 09:58:16.661 [   INFO] codec: 'h264_vaapi' encoder registered
37
2018-10-13 09:58:16.662 [   INFO] codec: 'hevc_vaapi' encoder registered
38
2018-10-13 09:58:16.663 [   INFO] codec: 'vp8_vaapi' encoder registered
39
2018-10-13 09:58:16.664 [   INFO] codec: 'vp9_vaapi' encoder registered
40
2018-10-13 09:58:16.665 [   INFO] codec: 'h264_omx' encoder registered
41
2018-10-13 09:58:16.744 [   INFO] codec: 'webtv-aac' codec profile created
42
2018-10-13 09:58:16.755 [   INFO] codec: 'webtv-h264' codec profile created
43
2018-10-13 09:58:16.767 [   INFO] codec: 'webtv-vorbis' codec profile created
44
2018-10-13 09:58:16.798 [  ERROR] codec: codec 'libvpx' not found
45
2018-10-13 09:58:16.800 [  ERROR] codec: unable to create codec profile from config tree: 'webtv-vp8'
46
2018-10-13 09:58:18.172 [   INFO] cwc: 127.0.0.1:15050: Attemping to connect to server
47
2018-10-13 09:58:18.280 [   INFO] descrambler: adding CAID 2600/FFFF as ConstCW interval 10000ms pc 20 ep default (BISS)
48
2018-10-13 09:58:18.342 [   INFO] descrambler: adding CAID 0E00/FFFF as MultiPID interval 1000ms pc 2 ep default (PowerVu)
49
==15191== Thread 13 tvh:cc-newcamd:
50
==15191== Invalid write of size 4
51
==15191==    at 0x2B4516: memcpy (string3.h:53)
52
==15191==    by 0x2B4516: des_encrypt (cwc.c:137)
53
==15191==    by 0x2B4516: cwc_send_msg (cwc.c:253)
54
==15191==    by 0x2B5069: cwc_send_data_req (cwc.c:283)
55
==15191==    by 0x2B5069: cwc_init_session (cwc.c:588)
56
==15191==    by 0x2B13F9: cc_session (cclient.c:568)
57
==15191==    by 0x2B13F9: cc_thread (cclient.c:691)
58
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
59
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
60
==15191==    by 0x4E98BC7: ??? (clone.S:76)
61
==15191==  Address 0x7017592 is 34 bytes inside a block of size 37 alloc'd
62
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
63
==15191==    by 0x2B4425: cwc_send_msg (cwc.c:229)
64
==15191==    by 0x2B5069: cwc_send_data_req (cwc.c:283)
65
==15191==    by 0x2B5069: cwc_init_session (cwc.c:588)
66
==15191==    by 0x2B13F9: cc_session (cclient.c:568)
67
==15191==    by 0x2B13F9: cc_thread (cclient.c:691)
68
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
69
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
70
==15191==    by 0x4E98BC7: ??? (clone.S:76)
71
==15191== 
72
==15191== Syscall param write(buf) points to unaddressable byte(s)
73
==15191==    at 0x4C97314: write (syscall-template.S:84)
74
==15191==    by 0x1E8405: tvh_write (wrappers.c:88)
75
==15191==    by 0x2B2743: cc_write_message (cclient.c:546)
76
==15191==    by 0x2B4591: cwc_send_msg (cwc.c:263)
77
==15191==    by 0x2B5069: cwc_send_data_req (cwc.c:283)
78
==15191==    by 0x2B5069: cwc_init_session (cwc.c:588)
79
==15191==    by 0x2B13F9: cc_session (cclient.c:568)
80
==15191==    by 0x2B13F9: cc_thread (cclient.c:691)
81
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
82
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
83
==15191==    by 0x4E98BC7: ??? (clone.S:76)
84
==15191==  Address 0x7017595 is 0 bytes after a block of size 37 alloc'd
85
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
86
==15191==    by 0x2B4425: cwc_send_msg (cwc.c:229)
87
==15191==    by 0x2B5069: cwc_send_data_req (cwc.c:283)
88
==15191==    by 0x2B5069: cwc_init_session (cwc.c:588)
89
==15191==    by 0x2B13F9: cc_session (cclient.c:568)
90
==15191==    by 0x2B13F9: cc_thread (cclient.c:691)
91
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
92
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
93
==15191==    by 0x4E98BC7: ??? (clone.S:76)
94
==15191== 
95
2018-10-13 09:58:18.704 [   INFO] cwc: 127.0.0.1:15050: Connected as user tvh00 to a Irdeto-card-00000000 [CAID:0604 : 00.00.00.00.1c.0d.02.19] with 5 providers
96
2018-10-13 09:58:18.735 [   INFO] cwc: 127.0.0.1:15050: Will forward EMMs
97
==15191== Thread 1:
98
==15191== Invalid read of size 8
99
==15191==    at 0x4865FC4: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
100
==15191==  Address 0x7192204 is 3,364 bytes inside a block of size 3,369 alloc'd
101
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
102
==15191==    by 0x25A507: tvh_gzip_inflate (zlib.c:38)
103
==15191==    by 0x211A9B: hts_settings_load_one (settings.c:245)
104
==15191==    by 0x211B8D: hts_settings_load_path.part.0 (settings.c:302)
105
==15191==    by 0x211C27: hts_settings_load_path (settings.c:318)
106
==15191==    by 0x211C85: hts_settings_vload (settings.c:334)
107
==15191==    by 0x21211B: hts_settings_load_r (settings.c:371)
108
==15191==    by 0x27DCEF: dvb_network_create0 (mpegts_network_dvb.c:917)
109
==15191==    by 0x27DE65: dvb_network_init (mpegts_network_dvb.c:998)
110
==15191==    by 0x2657A3: mpegts_init (mpegts.c:51)
111
==15191==    by 0x1DC461: main (main.c:1224)
112
==15191== 
113
==15191== Invalid read of size 8
114
==15191==    at 0x4865B20: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
115
==15191==  Address 0x71d8270 is 5,312 bytes inside a block of size 5,317 alloc'd
116
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
117
==15191==    by 0x25A507: tvh_gzip_inflate (zlib.c:38)
118
==15191==    by 0x211A9B: hts_settings_load_one (settings.c:245)
119
==15191==    by 0x211B8D: hts_settings_load_path.part.0 (settings.c:302)
120
==15191==    by 0x211C27: hts_settings_load_path (settings.c:318)
121
==15191==    by 0x211C85: hts_settings_vload (settings.c:334)
122
==15191==    by 0x21211B: hts_settings_load_r (settings.c:371)
123
==15191==    by 0x27DCEF: dvb_network_create0 (mpegts_network_dvb.c:917)
124
==15191==    by 0x27DE65: dvb_network_init (mpegts_network_dvb.c:998)
125
==15191==    by 0x2657A3: mpegts_init (mpegts.c:51)
126
==15191==    by 0x1DC461: main (main.c:1224)
127
==15191== 
128
==15191== Invalid read of size 8
129
==15191==    at 0x4866054: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
130
==15191==  Address 0x710dac0 is 296 bytes inside a block of size 302 alloc'd
131
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
132
==15191==    by 0x25A507: tvh_gzip_inflate (zlib.c:38)
133
==15191==    by 0x211A9B: hts_settings_load_one (settings.c:245)
134
==15191==    by 0x211B8D: hts_settings_load_path.part.0 (settings.c:302)
135
==15191==    by 0x211C27: hts_settings_load_path (settings.c:318)
136
==15191==    by 0x211C85: hts_settings_vload (settings.c:334)
137
==15191==    by 0x21211B: hts_settings_load_r (settings.c:371)
138
==15191==    by 0x27DCEF: dvb_network_create0 (mpegts_network_dvb.c:917)
139
==15191==    by 0x27DE65: dvb_network_init (mpegts_network_dvb.c:998)
140
==15191==    by 0x2657A3: mpegts_init (mpegts.c:51)
141
==15191==    by 0x1DC461: main (main.c:1224)
142
==15191== 
143
==15191== Invalid read of size 8
144
==15191==    at 0x48660E0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
145
==15191==  Address 0x7350bfc is 6,204 bytes inside a block of size 6,211 alloc'd
146
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
147
==15191==    by 0x25A507: tvh_gzip_inflate (zlib.c:38)
148
==15191==    by 0x211A9B: hts_settings_load_one (settings.c:245)
149
==15191==    by 0x211B8D: hts_settings_load_path.part.0 (settings.c:302)
150
==15191==    by 0x211C27: hts_settings_load_path (settings.c:318)
151
==15191==    by 0x211C85: hts_settings_vload (settings.c:334)
152
==15191==    by 0x21211B: hts_settings_load_r (settings.c:371)
153
==15191==    by 0x27DCEF: dvb_network_create0 (mpegts_network_dvb.c:917)
154
==15191==    by 0x27DE65: dvb_network_init (mpegts_network_dvb.c:998)
155
==15191==    by 0x2657A3: mpegts_init (mpegts.c:51)
156
==15191==    by 0x1DC461: main (main.c:1224)
157
==15191== 
158
==15191== Invalid read of size 8
159
==15191==    at 0x4865C78: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
160
==15191==  Address 0x8b8ab60 is 6,064 bytes inside a block of size 6,070 alloc'd
161
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
162
==15191==    by 0x25A507: tvh_gzip_inflate (zlib.c:38)
163
==15191==    by 0x211A9B: hts_settings_load_one (settings.c:245)
164
==15191==    by 0x211B8D: hts_settings_load_path.part.0 (settings.c:302)
165
==15191==    by 0x211C27: hts_settings_load_path (settings.c:318)
166
==15191==    by 0x211C85: hts_settings_vload (settings.c:334)
167
==15191==    by 0x21211B: hts_settings_load_r (settings.c:371)
168
==15191==    by 0x27DCEF: dvb_network_create0 (mpegts_network_dvb.c:917)
169
==15191==    by 0x27DE65: dvb_network_init (mpegts_network_dvb.c:998)
170
==15191==    by 0x2657A3: mpegts_init (mpegts.c:51)
171
==15191==    by 0x1DC461: main (main.c:1224)
172
==15191== 
173
2018-10-13 09:58:26.846 [   INFO] iptv: Using 2 input thread(s)
174
==15191== Thread 5 tvh:save:
175
==15191== Invalid read of size 8
176
==15191==    at 0x4865FAC: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
177
==15191==  Address 0x75e6ef4 is 36 bytes inside a block of size 43 alloc'd
178
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
179
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
180
==15191==    by 0x20D593: htsmsg_add_s64 (htsmsg.c:314)
181
==15191==    by 0x1E62A7: htsmsg_add_u32 (htsmsg.h:148)
182
==15191==    by 0x1E62A7: prop_read_value (prop.c:324)
183
==15191==    by 0x1E6E57: prop_read_values (prop.c:378)
184
==15191==    by 0x1E30B3: idnode_read0 (idnode.c:1266)
185
==15191==    by 0x21607B: config_class_save (config.c:1856)
186
==15191==    by 0x1E5659: idnode_savefn (idnode.c:1163)
187
==15191==    by 0x1E5659: save_thread (idnode.c:1967)
188
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
189
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
190
==15191==    by 0x4E98BC7: ??? (clone.S:76)
191
==15191== 
192
==15191== Invalid read of size 8
193
==15191==    at 0x4865B38: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
194
==15191==  Address 0x75fc068 is 40 bytes inside a block of size 47 alloc'd
195
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
196
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
197
==15191==    by 0x20D547: htsmsg_add_bool (htsmsg.c:292)
198
==15191==    by 0x1E6245: prop_read_value (prop.c:306)
199
==15191==    by 0x1E6E57: prop_read_values (prop.c:378)
200
==15191==    by 0x1E30B3: idnode_read0 (idnode.c:1266)
201
==15191==    by 0x21607B: config_class_save (config.c:1856)
202
==15191==    by 0x1E5659: idnode_savefn (idnode.c:1163)
203
==15191==    by 0x1E5659: save_thread (idnode.c:1967)
204
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
205
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
206
==15191==    by 0x4E98BC7: ??? (clone.S:76)
207
==15191== 
208
==15191== Invalid read of size 8
209
==15191==    at 0x4865D34: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
210
==15191==  Address 0x761884c is 28 bytes inside a block of size 35 alloc'd
211
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
212
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
213
==15191==    by 0x20D593: htsmsg_add_s64 (htsmsg.c:314)
214
==15191==    by 0x1E617D: prop_read_value (prop.c:350)
215
==15191==    by 0x1E6E57: prop_read_values (prop.c:378)
216
==15191==    by 0x1E30B3: idnode_read0 (idnode.c:1266)
217
==15191==    by 0x21608D: config_class_save (config.c:1858)
218
==15191==    by 0x1E5659: idnode_savefn (idnode.c:1163)
219
==15191==    by 0x1E5659: save_thread (idnode.c:1967)
220
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
221
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
222
==15191==    by 0x4E98BC7: ??? (clone.S:76)
223
==15191== 
224
==15191== Invalid read of size 8
225
==15191==    at 0x4865BDC: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
226
==15191==  Address 0x767bbf4 is 28 bytes inside a block of size 35 alloc'd
227
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
228
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
229
==15191==    by 0x20D593: htsmsg_add_s64 (htsmsg.c:314)
230
==15191==    by 0x1E617D: prop_read_value (prop.c:350)
231
==15191==    by 0x1E6E57: prop_read_values (prop.c:378)
232
==15191==    by 0x1E30B3: idnode_read0 (idnode.c:1266)
233
==15191==    by 0x21608D: config_class_save (config.c:1858)
234
==15191==    by 0x1E5659: idnode_savefn (idnode.c:1163)
235
==15191==    by 0x1E5659: save_thread (idnode.c:1967)
236
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
237
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
238
==15191==    by 0x4E98BC7: ??? (clone.S:76)
239
==15191== 
240
2018-10-13 09:58:27.360 [   INFO] linuxdvb: adapter added /dev/dvb/adapter0
241
2018-10-13 09:58:27.491 [   INFO] linuxdvb: adapter 0 setting exclusive flag
242
2018-10-13 09:59:14.880 [   INFO] dvr: Creating new configuration ''
243
2018-10-13 09:59:15.503 [   INFO] epggrab: module uk_freesat created
244
2018-10-13 09:59:15.524 [   INFO] epggrab: module uk_freeview created
245
2018-10-13 09:59:15.556 [   INFO] epggrab: module nz_freeview2 created
246
2018-10-13 09:59:15.559 [   INFO] epggrab: module nz_freeview1 created
247
2018-10-13 09:59:15.561 [   INFO] epggrab: module viasat_baltic created
248
2018-10-13 09:59:15.581 [   INFO] epggrab: module Bulsatcom_39E created
249
2018-10-13 09:59:15.584 [   INFO] epggrab: module uk_cable_virgin created
250
2018-10-13 09:59:15.603 [   INFO] epggrab: module eit created
251
2018-10-13 09:59:15.611 [   INFO] epggrab: module psip created
252
2018-10-13 09:59:16.687 [   INFO] epggrab: module opentv-skyuk created
253
2018-10-13 09:59:17.161 [   INFO] epggrab: module opentv-ausat created
254
2018-10-13 09:59:17.178 [   INFO] epggrab: module opentv-skyit created
255
2018-10-13 09:59:17.447 [   INFO] epggrab: module opentv-skynz created
256
2018-10-13 09:59:17.478 [   INFO] epggrab: module xmltv created
257
2018-10-13 09:59:18.693 [   INFO] tbl-eit: module eit - scraper disabled by config
258
2018-10-13 09:59:19.110 [   INFO] epgdb: parsing 1454040 bytes
259
2018-10-13 09:59:19.122 [  ERROR] epgdb: corruption detected, some/all data lost
260
2018-10-13 09:59:19.126 [   INFO] epgdb: loaded v2
261
2018-10-13 09:59:19.127 [   INFO] epgdb:   config     0
262
2018-10-13 09:59:19.128 [   INFO] epgdb:   broadcasts 0
263
2018-10-13 09:59:19.281 [ NOTICE] START: HTS Tvheadend version 4.3-1465~g433bcd2e5 started, running as PID:15191 UID:113 GID:44, CWD:/usr/src/tvheadend CNF:/home/hts/.hts/tvheadend
264
2018-10-13 09:59:20.467 [   INFO] mpegts: 498MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
265
2018-10-13 09:59:21.121 [   INFO] subscription: 0001: "scan" subscribing to mux "498MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
266
2018-10-13 09:59:21.473 [   INFO] htsp: Got connection from 192.168.10.225
267
2018-10-13 09:59:21.495 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
268
2018-10-13 09:59:21.548 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
269
2018-10-13 09:59:22.307 [   INFO] htsp: Got connection from 192.168.10.225
270
2018-10-13 09:59:22.527 [WARNING] linuxdvb: Unhandled ERROR_BIT_COUNT scale: 0
271
2018-10-13 09:59:22.530 [WARNING] linuxdvb: Unable to provide BER value.
272
==15191== Thread 37 tvh:htsp-write:
273
==15191== Invalid read of size 8
274
==15191==    at 0x4866024: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
275
==15191==  Address 0x67d88bc is 60 bytes inside a block of size 66 alloc'd
276
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
277
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
278
==15191==    by 0x20D881: htsmsg_add_bin (htsmsg.c:523)
279
==15191==    by 0x2067A3: htsp_method_hello (htsp_server.c:1367)
280
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
281
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
282
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
283
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
284
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
285
==15191==    by 0x4E98BC7: ??? (clone.S:76)
286
==15191== 
287
2018-10-13 09:59:22.535 [WARNING] linuxdvb: Unhandled ERROR_BLOCK_COUNT scale: 0
288
2018-10-13 09:59:22.699 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
289
2018-10-13 09:59:22.846 [   INFO] htsp: Got connection from 192.168.10.225
290
2018-10-13 09:59:22.848 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
291
2018-10-13 09:59:22.870 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
292
2018-10-13 09:59:22.873 [   INFO] htsp: Got connection from 192.168.10.225
293
2018-10-13 09:59:23.126 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
294
2018-10-13 09:59:23.128 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
295
2018-10-13 09:59:23.130 [   INFO] htsp: Got connection from 192.168.10.225
296
2018-10-13 09:59:23.131 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
297
2018-10-13 09:59:23.171 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
298
2018-10-13 09:59:23.172 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
299
2018-10-13 09:59:23.174 [   INFO] htsp: Got connection from 192.168.10.225
300
2018-10-13 09:59:23.175 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
301
2018-10-13 09:59:23.177 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
302
2018-10-13 09:59:23.226 [   INFO] htsp: Got connection from 192.168.10.225
303
2018-10-13 09:59:23.228 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
304
2018-10-13 09:59:23.231 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
305
2018-10-13 09:59:25.335 [  ERROR] time: TDT - unable to update system time: Operation not permitted
306
2018-10-13 09:59:25.393 [   INFO] avahi: Service 'Tvheadend' successfully established.
307
2018-10-13 09:59:25.742 [   INFO] htsp: Got connection from 192.168.10.225
308
2018-10-13 09:59:25.744 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
309
==15191== Invalid read of size 8
310
==15191==    at 0x4865F94: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
311
==15191==  Address 0x6f15a78 is 56 bytes inside a block of size 63 alloc'd
312
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
313
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
314
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
315
==15191==    by 0x2056BD: htsp_build_channel (htsp_server.c:902)
316
==15191==    by 0x20CC13: htsp_method_async (htsp_server.c:1591)
317
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
318
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
319
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
320
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
321
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
322
==15191==    by 0x4E98BC7: ??? (clone.S:76)
323
==15191== 
324
2018-10-13 09:59:25.853 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Identified as user ''
325
==15191== Invalid read of size 8
326
==15191==    at 0x486603C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
327
==15191==  Address 0x7391d70 is 40 bytes inside a block of size 47 alloc'd
328
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
329
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
330
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
331
==15191==    by 0x2056BD: htsp_build_channel (htsp_server.c:902)
332
==15191==    by 0x20CC13: htsp_method_async (htsp_server.c:1591)
333
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
334
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
335
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
336
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
337
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
338
==15191==    by 0x4E98BC7: ??? (clone.S:76)
339
==15191== 
340
==15191== Thread 30 tvh:mi-table:
341
==15191== Invalid write of size 4
342
==15191==    at 0x2B4516: memcpy (string3.h:53)
343
==15191==    by 0x2B4516: des_encrypt (cwc.c:137)
344
==15191==    by 0x2B4516: cwc_send_msg (cwc.c:253)
345
==15191==    by 0x2B4635: cwc_send_emm (cwc.c:663)
346
==15191==    by 0x2B10D1: cc_emm_send (cclient.c:784)
347
==15191==    by 0x2B1255: cc_emm (cclient.c:815)
348
==15191==    by 0x2619D7: descrambler_table_callback (descrambler.c:1307)
349
==15191==    by 0x2723F5: mpegts_table_dispatch (mpegts_table.c:105)
350
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
351
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
352
==15191==    by 0x2674F3: mpegts_input_table_dispatch (mpegts_input.c:1328)
353
==15191==    by 0x2676C1: mpegts_input_table_thread (mpegts_input.c:1766)
354
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
355
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
356
==15191==  Address 0x6e77c7a is 98 bytes inside a block of size 100 alloc'd
357
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
358
==15191==    by 0x2B4425: cwc_send_msg (cwc.c:229)
359
==15191==    by 0x2B4635: cwc_send_emm (cwc.c:663)
360
==15191==    by 0x2B10D1: cc_emm_send (cclient.c:784)
361
==15191==    by 0x2B1255: cc_emm (cclient.c:815)
362
==15191==    by 0x2619D7: descrambler_table_callback (descrambler.c:1307)
363
==15191==    by 0x2723F5: mpegts_table_dispatch (mpegts_table.c:105)
364
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
365
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
366
==15191==    by 0x2674F3: mpegts_input_table_dispatch (mpegts_input.c:1328)
367
==15191==    by 0x2676C1: mpegts_input_table_thread (mpegts_input.c:1766)
368
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
369
==15191== 
370
==15191== Thread 13 tvh:cc-newcamd:
371
==15191== Syscall param write(buf) points to unaddressable byte(s)
372
==15191==    at 0x4C97314: write (syscall-template.S:84)
373
==15191==    by 0x1E8477: tvh_nonblock_write (wrappers.c:111)
374
==15191==    by 0x2B157D: cc_session (cclient.c:620)
375
==15191==    by 0x2B157D: cc_thread (cclient.c:691)
376
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
377
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
378
==15191==    by 0x4E98BC7: ??? (clone.S:76)
379
==15191==  Address 0x6e77c7c is 0 bytes after a block of size 100 alloc'd
380
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
381
==15191==    by 0x2B4425: cwc_send_msg (cwc.c:229)
382
==15191==    by 0x2B4635: cwc_send_emm (cwc.c:663)
383
==15191==    by 0x2B10D1: cc_emm_send (cclient.c:784)
384
==15191==    by 0x2B1255: cc_emm (cclient.c:815)
385
==15191==    by 0x2619D7: descrambler_table_callback (descrambler.c:1307)
386
==15191==    by 0x2723F5: mpegts_table_dispatch (mpegts_table.c:105)
387
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
388
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
389
==15191==    by 0x2674F3: mpegts_input_table_dispatch (mpegts_input.c:1328)
390
==15191==    by 0x2676C1: mpegts_input_table_thread (mpegts_input.c:1766)
391
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
392
==15191== 
393
==15191== Invalid write of size 4
394
==15191==    at 0x2B4516: memcpy (string3.h:53)
395
==15191==    by 0x2B4516: des_encrypt (cwc.c:137)
396
==15191==    by 0x2B4516: cwc_send_msg (cwc.c:253)
397
==15191==    by 0x2B45F7: cwc_send_ka (cwc.c:300)
398
==15191==    by 0x2B15FF: cc_session (cclient.c:629)
399
==15191==    by 0x2B15FF: cc_thread (cclient.c:691)
400
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
401
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
402
==15191==    by 0x4E98BC7: ??? (clone.S:76)
403
==15191==  Address 0x545b13a is 34 bytes inside a block of size 37 alloc'd
404
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
405
==15191==    by 0x2B4425: cwc_send_msg (cwc.c:229)
406
==15191==    by 0x2B45F7: cwc_send_ka (cwc.c:300)
407
==15191==    by 0x2B15FF: cc_session (cclient.c:629)
408
==15191==    by 0x2B15FF: cc_thread (cclient.c:691)
409
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
410
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
411
==15191==    by 0x4E98BC7: ??? (clone.S:76)
412
==15191== 
413
2018-10-13 09:59:29.899 [   INFO] mpegts: 498MHz in Ziggo scan complete
414
2018-10-13 09:59:29.938 [   INFO] subscription: 0001: "scan" unsubscribing
415
2018-10-13 09:59:30.193 [   INFO] mpegts: 594MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
416
2018-10-13 09:59:30.218 [   INFO] subscription: 0004: "scan" subscribing to mux "594MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
417
==15191== Thread 30 tvh:mi-table:
418
==15191== Invalid write of size 4
419
==15191==    at 0x2B4512: memcpy (string3.h:53)
420
==15191==    by 0x2B4512: des_encrypt (cwc.c:137)
421
==15191==    by 0x2B4512: cwc_send_msg (cwc.c:253)
422
==15191==    by 0x2B4635: cwc_send_emm (cwc.c:663)
423
==15191==    by 0x2B10D1: cc_emm_send (cclient.c:784)
424
==15191==    by 0x2B1255: cc_emm (cclient.c:815)
425
==15191==    by 0x2619D7: descrambler_table_callback (descrambler.c:1307)
426
==15191==    by 0x2723F5: mpegts_table_dispatch (mpegts_table.c:105)
427
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
428
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
429
==15191==    by 0x2674F3: mpegts_input_table_dispatch (mpegts_input.c:1328)
430
==15191==    by 0x2676C1: mpegts_input_table_thread (mpegts_input.c:1766)
431
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
432
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
433
==15191==  Address 0x715d0a6 is 78 bytes inside a block of size 80 alloc'd
434
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
435
==15191==    by 0x2B4425: cwc_send_msg (cwc.c:229)
436
==15191==    by 0x2B4635: cwc_send_emm (cwc.c:663)
437
==15191==    by 0x2B10D1: cc_emm_send (cclient.c:784)
438
==15191==    by 0x2B1255: cc_emm (cclient.c:815)
439
==15191==    by 0x2619D7: descrambler_table_callback (descrambler.c:1307)
440
==15191==    by 0x2723F5: mpegts_table_dispatch (mpegts_table.c:105)
441
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
442
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
443
==15191==    by 0x2674F3: mpegts_input_table_dispatch (mpegts_input.c:1328)
444
==15191==    by 0x2676C1: mpegts_input_table_thread (mpegts_input.c:1766)
445
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
446
==15191== 
447
==15191== Thread 5 tvh:save:
448
==15191== Invalid read of size 8
449
==15191==    at 0x4865BC4: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
450
==15191==  Address 0x7447cd0 is 56 bytes inside a block of size 63 alloc'd
451
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
452
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
453
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
454
==15191==    by 0x1E6269: prop_read_value (prop.c:357)
455
==15191==    by 0x1E6E57: prop_read_values (prop.c:378)
456
==15191==    by 0x1E30B3: idnode_read0 (idnode.c:1266)
457
==15191==    by 0x204735: service_save (service.c:1548)
458
==15191==    by 0x26FEBF: mpegts_mux_save (mpegts_mux.c:1299)
459
==15191==    by 0x27F91D: dvb_mux_config_save (mpegts_mux_dvb.c:1109)
460
==15191==    by 0x1E5659: idnode_savefn (idnode.c:1163)
461
==15191==    by 0x1E5659: save_thread (idnode.c:1967)
462
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
463
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
464
==15191== 
465
==15191== Invalid read of size 8
466
==15191==    at 0x4865C90: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
467
==15191==  Address 0xb52bf24 is 44 bytes inside a block of size 51 alloc'd
468
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
469
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
470
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
471
==15191==    by 0x1E6269: prop_read_value (prop.c:357)
472
==15191==    by 0x1E6E57: prop_read_values (prop.c:378)
473
==15191==    by 0x1E30B3: idnode_read0 (idnode.c:1266)
474
==15191==    by 0x204735: service_save (service.c:1548)
475
==15191==    by 0x26FEBF: mpegts_mux_save (mpegts_mux.c:1299)
476
==15191==    by 0x27F91D: dvb_mux_config_save (mpegts_mux_dvb.c:1109)
477
==15191==    by 0x1E5659: idnode_savefn (idnode.c:1163)
478
==15191==    by 0x1E5659: save_thread (idnode.c:1967)
479
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
480
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
481
==15191== 
482
==15191== Thread 37 tvh:htsp-write:
483
==15191== Invalid read of size 8
484
==15191==    at 0x4865B4C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
485
==15191==  Address 0x75e5a28 is 56 bytes inside a block of size 62 alloc'd
486
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
487
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
488
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
489
==15191==    by 0x226919: profile_get_htsp_list (profile.c:620)
490
==15191==    by 0x2051B3: htsp_method_getProfiles (htsp_server.c:3018)
491
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
492
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
493
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
494
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
495
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
496
==15191==    by 0x4E98BC7: ??? (clone.S:76)
497
==15191== 
498
2018-10-13 09:59:39.733 [   INFO] mpegts: 594MHz in Ziggo scan complete
499
2018-10-13 09:59:39.735 [   INFO] subscription: 0004: "scan" unsubscribing
500
2018-10-13 09:59:39.772 [   INFO] mpegts: 770MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
501
2018-10-13 09:59:39.784 [   INFO] epggrab: 770MHz in Ziggo - registering mux for OTA EPG
502
2018-10-13 09:59:39.817 [   INFO] subscription: 0007: "scan" subscribing to mux "770MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
503
==15191== Thread 36 tvh:tcp-start:
504
==15191== Invalid read of size 8
505
==15191==    at 0x4865DD0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
506
==15191==  Address 0x72e0364 is 60 bytes inside a block of size 67 alloc'd
507
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
508
==15191==    by 0x208C77: htsp_read_message (htsp_server.c:3182)
509
==15191==    by 0x208C77: htsp_read_loop (htsp_server.c:3260)
510
==15191==    by 0x208C77: htsp_serve (htsp_server.c:3436)
511
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
512
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
513
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
514
==15191==    by 0x4E98BC7: ??? (clone.S:76)
515
==15191== 
516
==15191== Invalid read of size 8
517
==15191==    at 0x4865E8C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
518
==15191==  Address 0x7901494 is 60 bytes inside a block of size 67 alloc'd
519
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
520
==15191==    by 0x208C77: htsp_read_message (htsp_server.c:3182)
521
==15191==    by 0x208C77: htsp_read_loop (htsp_server.c:3260)
522
==15191==    by 0x208C77: htsp_serve (htsp_server.c:3436)
523
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
524
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
525
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
526
==15191==    by 0x4E98BC7: ??? (clone.S:76)
527
==15191== 
528
2018-10-13 09:59:49.998 [   INFO] mpegts: 770MHz in Ziggo scan complete
529
2018-10-13 09:59:50.002 [   INFO] subscription: 0007: "scan" unsubscribing
530
2018-10-13 09:59:50.066 [   INFO] mpegts: 457MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
531
2018-10-13 09:59:50.074 [   INFO] subscription: 000A: "scan" subscribing to mux "457MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
532
2018-10-13 10:00:00.026 [   INFO] mpegts: 457MHz in Ziggo scan complete
533
2018-10-13 10:00:00.082 [   INFO] subscription: 000A: "scan" unsubscribing
534
2018-10-13 10:00:00.171 [   INFO] mpegts: 586MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
535
2018-10-13 10:00:00.204 [   INFO] epggrab: 586MHz in Ziggo - registering mux for OTA EPG
536
2018-10-13 10:00:00.261 [   INFO] subscription: 000D: "scan" subscribing to mux "586MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
537
==15191== Thread 40 tvh:tcp-start:
538
==15191== Invalid read of size 8
539
==15191==    at 0x4865D1C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
540
==15191==  Address 0x8d37da4 is 164 bytes inside a block of size 171 alloc'd
541
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
542
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
543
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
544
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
545
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
546
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
547
==15191==    by 0x1E3983: idnode_params (idnode.c:1301)
548
==15191==    by 0x1E3983: idclass_serialize0 (idnode.c:1519)
549
==15191==    by 0x22F3BD: api_mpegts_network_builders (api_mpegts.c:97)
550
==15191==    by 0x22C697: api_exec (api.c:97)
551
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
552
==15191==    by 0x1F094F: http_exec (http.c:1194)
553
==15191==    by 0x1F1517: http_cmd_get (http.c:1269)
554
==15191== 
555
==15191== Invalid read of size 8
556
==15191==    at 0x4865D04: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
557
==15191==  Address 0x6eb5338 is 80 bytes inside a block of size 87 alloc'd
558
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
559
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
560
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
561
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
562
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
563
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
564
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
565
==15191==    by 0x1E3983: idnode_params (idnode.c:1301)
566
==15191==    by 0x1E3983: idclass_serialize0 (idnode.c:1519)
567
==15191==    by 0x22F3BD: api_mpegts_network_builders (api_mpegts.c:97)
568
==15191==    by 0x22C697: api_exec (api.c:97)
569
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
570
==15191==    by 0x1F094F: http_exec (http.c:1194)
571
==15191== 
572
==15191== Invalid read of size 8
573
==15191==    at 0x4865BAC: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
574
==15191==  Address 0x702d514 is 60 bytes inside a block of size 67 alloc'd
575
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
576
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
577
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
578
==15191==    by 0x1E63A7: prop_serialize_value (prop.c:442)
579
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
580
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
581
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
582
==15191==    by 0x1E3983: idnode_params (idnode.c:1301)
583
==15191==    by 0x1E3983: idclass_serialize0 (idnode.c:1519)
584
==15191==    by 0x22F3BD: api_mpegts_network_builders (api_mpegts.c:97)
585
==15191==    by 0x22C697: api_exec (api.c:97)
586
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
587
==15191==    by 0x1F094F: http_exec (http.c:1194)
588
==15191== 
589
==15191== Thread 43 tvh:tcp-start:
590
==15191== Invalid read of size 8
591
==15191==    at 0x4865CA4: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
592
==15191==  Address 0x556b9f8 is 80 bytes inside a block of size 87 alloc'd
593
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
594
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
595
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
596
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
597
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
598
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
599
==15191==    by 0x1E3983: idnode_params (idnode.c:1301)
600
==15191==    by 0x1E3983: idclass_serialize0 (idnode.c:1519)
601
==15191==    by 0x22F3BD: api_mpegts_network_builders (api_mpegts.c:97)
602
==15191==    by 0x22C697: api_exec (api.c:97)
603
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
604
==15191==    by 0x1F094F: http_exec (http.c:1194)
605
==15191==    by 0x1F1517: http_cmd_get (http.c:1269)
606
==15191== 
607
==15191== Invalid read of size 8
608
==15191==    at 0x4865B78: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
609
==15191==  Address 0x69dc334 is 164 bytes inside a block of size 170 alloc'd
610
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
611
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
612
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
613
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
614
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
615
==15191==    by 0x1E3983: idnode_params (idnode.c:1301)
616
==15191==    by 0x1E3983: idclass_serialize0 (idnode.c:1519)
617
==15191==    by 0x22F3BD: api_mpegts_network_builders (api_mpegts.c:97)
618
==15191==    by 0x22C697: api_exec (api.c:97)
619
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
620
==15191==    by 0x1F094F: http_exec (http.c:1194)
621
==15191==    by 0x1F1517: http_cmd_get (http.c:1269)
622
==15191==    by 0x1F16F3: http_process_request (http.c:1348)
623
==15191== 
624
==15191== Thread 39 tvh:tcp-start:
625
==15191== Invalid read of size 8
626
==15191==    at 0x4865CD0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
627
==15191==  Address 0x6a02d5c is 196 bytes inside a block of size 203 alloc'd
628
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
629
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
630
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
631
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
632
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
633
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
634
==15191==    by 0x1E3983: idnode_params (idnode.c:1301)
635
==15191==    by 0x1E3983: idclass_serialize0 (idnode.c:1519)
636
==15191==    by 0x23200B: api_profile_builders (api_profile.c:93)
637
==15191==    by 0x22C697: api_exec (api.c:97)
638
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
639
==15191==    by 0x1F094F: http_exec (http.c:1194)
640
==15191==    by 0x1F1517: http_cmd_get (http.c:1269)
641
==15191== 
642
2018-10-13 10:00:12.283 [   INFO] mpegts: 586MHz in Ziggo scan complete
643
2018-10-13 10:00:12.284 [   INFO] subscription: 000D: "scan" unsubscribing
644
2018-10-13 10:00:12.306 [   INFO] mpegts: disabling service Ziggo/586MHz/Ziggo [sid 4BD0/19408] (missing in PAT/SDT)
645
2018-10-13 10:00:12.324 [   INFO] mpegts: disabling service Ziggo/586MHz/Ziggo [sid 4BCE/19406] (missing in PAT/SDT)
646
2018-10-13 10:00:12.333 [   INFO] mpegts: 626MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
647
2018-10-13 10:00:12.342 [   INFO] epggrab: 626MHz in Ziggo - registering mux for OTA EPG
648
2018-10-13 10:00:12.350 [   INFO] subscription: 0010: "scan" subscribing to mux "626MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
649
2018-10-13 10:00:16.712 [   INFO] scanfile: DVB-S - loaded 1 regions with 113 networks
650
2018-10-13 10:00:16.723 [   INFO] scanfile: DVB-T - loaded 44 regions with 1127 networks
651
2018-10-13 10:00:16.755 [   INFO] scanfile: DVB-C - loaded 18 regions with 60 networks
652
2018-10-13 10:00:16.756 [   INFO] scanfile: ATSC-T - loaded 2 regions with 12 networks
653
2018-10-13 10:00:16.756 [   INFO] scanfile: ATSC-C - loaded 1 regions with 5 networks
654
2018-10-13 10:00:16.757 [   INFO] scanfile: ISDB-T - loaded 2 regions with 1297 networks
655
2018-10-13 10:00:19.855 [   INFO] mpegts: 626MHz in Ziggo scan complete
656
2018-10-13 10:00:19.857 [   INFO] subscription: 0010: "scan" unsubscribing
657
2018-10-13 10:00:19.887 [   INFO] mpegts: 730MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
658
2018-10-13 10:00:19.896 [   INFO] epggrab: 730MHz in Ziggo - registering mux for OTA EPG
659
2018-10-13 10:00:19.904 [   INFO] subscription: 0013: "scan" subscribing to mux "730MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
660
2018-10-13 10:00:29.831 [   INFO] mpegts: 730MHz in Ziggo scan complete
661
2018-10-13 10:00:29.840 [   INFO] subscription: 0013: "scan" unsubscribing
662
2018-10-13 10:00:29.863 [   INFO] mpegts: 170MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
663
2018-10-13 10:00:29.872 [   INFO] subscription: 0016: "scan" subscribing to mux "170MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
664
2018-10-13 10:00:39.827 [   INFO] mpegts: 170MHz in Ziggo scan complete
665
2018-10-13 10:00:39.832 [   INFO] subscription: 0016: "scan" unsubscribing
666
2018-10-13 10:00:39.852 [   INFO] mpegts: 466MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
667
2018-10-13 10:00:39.858 [   INFO] subscription: 0019: "scan" subscribing to mux "466MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
668
2018-10-13 10:00:49.860 [   INFO] mpegts: 466MHz in Ziggo scan complete
669
2018-10-13 10:00:49.870 [   INFO] subscription: 0019: "scan" unsubscribing
670
2018-10-13 10:00:49.891 [   INFO] mpegts: 650MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
671
2018-10-13 10:00:49.901 [   INFO] subscription: 001C: "scan" subscribing to mux "650MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
672
2018-10-13 10:00:59.794 [   INFO] mpegts: 650MHz in Ziggo scan complete
673
2018-10-13 10:00:59.802 [   INFO] subscription: 001C: "scan" unsubscribing
674
2018-10-13 10:00:59.825 [   INFO] mpegts: 818MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
675
2018-10-13 10:00:59.829 [   INFO] epggrab: 818MHz in Ziggo - registering mux for OTA EPG
676
2018-10-13 10:00:59.839 [   INFO] subscription: 001F: "scan" subscribing to mux "818MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
677
2018-10-13 10:01:10.075 [   INFO] mpegts: 818MHz in Ziggo scan complete
678
2018-10-13 10:01:10.091 [   INFO] subscription: 001F: "scan" unsubscribing
679
2018-10-13 10:01:10.109 [   INFO] mpegts: 682MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
680
2018-10-13 10:01:10.115 [   INFO] epggrab: 682MHz in Ziggo - registering mux for OTA EPG
681
2018-10-13 10:01:10.122 [   INFO] subscription: 0022: "scan" subscribing to mux "682MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
682
2018-10-13 10:01:15.118 [   INFO] mpegts: 682MHz in Ziggo - scan no data, failed
683
2018-10-13 10:01:15.122 [   INFO] subscription: 0022: "scan" unsubscribing
684
2018-10-13 10:01:15.147 [   INFO] mpegts: 762MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
685
2018-10-13 10:01:15.158 [   INFO] subscription: 0025: "scan" subscribing to mux "762MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
686
2018-10-13 10:01:24.778 [   INFO] mpegts: 762MHz in Ziggo scan complete
687
2018-10-13 10:01:24.787 [   INFO] subscription: 0025: "scan" unsubscribing
688
2018-10-13 10:01:24.802 [   INFO] mpegts: 610MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
689
2018-10-13 10:01:24.805 [   INFO] epggrab: 610MHz in Ziggo - registering mux for OTA EPG
690
2018-10-13 10:01:24.815 [   INFO] subscription: 0028: "scan" subscribing to mux "610MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
691
2018-10-13 10:01:34.931 [   INFO] mpegts: 610MHz in Ziggo scan complete
692
2018-10-13 10:01:34.943 [   INFO] subscription: 0028: "scan" unsubscribing
693
2018-10-13 10:01:34.962 [   INFO] mpegts: 762MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
694
2018-10-13 10:01:34.968 [   INFO] epggrab: 762MHz in Ziggo - registering mux for OTA EPG
695
2018-10-13 10:01:34.977 [   INFO] subscription: 002B: "scan" subscribing to mux "762MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
696
2018-10-13 10:01:44.718 [   INFO] mpegts: 762MHz in Ziggo scan complete
697
2018-10-13 10:01:44.736 [   INFO] subscription: 002B: "scan" unsubscribing
698
2018-10-13 10:01:44.756 [   INFO] mpegts: 778MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
699
2018-10-13 10:01:44.761 [   INFO] subscription: 002E: "scan" subscribing to mux "778MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
700
2018-10-13 10:01:54.719 [   INFO] mpegts: 778MHz in Ziggo scan complete
701
2018-10-13 10:01:54.737 [   INFO] subscription: 002E: "scan" unsubscribing
702
2018-10-13 10:01:54.756 [   INFO] mpegts: 610MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
703
2018-10-13 10:01:54.763 [   INFO] subscription: 0031: "scan" subscribing to mux "610MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
704
2018-10-13 10:02:04.783 [   INFO] mpegts: 610MHz in Ziggo scan complete
705
2018-10-13 10:02:04.793 [   INFO] subscription: 0031: "scan" unsubscribing
706
2018-10-13 10:02:04.808 [   INFO] mpegts: 554MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
707
2018-10-13 10:02:04.811 [   INFO] subscription: 0034: "scan" subscribing to mux "554MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
708
2018-10-13 10:02:14.925 [   INFO] mpegts: 554MHz in Ziggo scan complete
709
2018-10-13 10:02:14.931 [   INFO] subscription: 0034: "scan" unsubscribing
710
2018-10-13 10:02:14.948 [   INFO] mpegts: 618MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
711
2018-10-13 10:02:14.951 [   INFO] subscription: 0037: "scan" subscribing to mux "618MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
712
2018-10-13 10:02:24.735 [   INFO] mpegts: 618MHz in Ziggo scan complete
713
2018-10-13 10:02:24.744 [   INFO] subscription: 0037: "scan" unsubscribing
714
2018-10-13 10:02:24.761 [   INFO] mpegts: 162MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
715
2018-10-13 10:02:24.765 [   INFO] subscription: 003A: "scan" subscribing to mux "162MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
716
2018-10-13 10:02:34.725 [   INFO] mpegts: 162MHz in Ziggo scan complete
717
2018-10-13 10:02:34.726 [   INFO] subscription: 003A: "scan" unsubscribing
718
2018-10-13 10:02:34.751 [   INFO] mpegts: 570MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
719
2018-10-13 10:02:34.757 [   INFO] subscription: 003D: "scan" subscribing to mux "570MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
720
2018-10-13 10:02:44.818 [   INFO] mpegts: 570MHz in Ziggo scan complete
721
2018-10-13 10:02:44.826 [   INFO] subscription: 003D: "scan" unsubscribing
722
2018-10-13 10:02:44.842 [   INFO] mpegts: 170MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
723
2018-10-13 10:02:44.847 [   INFO] epggrab: 170MHz in Ziggo - registering mux for OTA EPG
724
2018-10-13 10:02:44.855 [   INFO] subscription: 0040: "scan" subscribing to mux "170MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
725
2018-10-13 10:02:58.278 [   INFO] mpegts: 170MHz in Ziggo scan complete
726
2018-10-13 10:02:58.422 [   INFO] subscription: 0040: "scan" unsubscribing
727
2018-10-13 10:02:58.801 [   INFO] mpegts: 754MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
728
2018-10-13 10:02:58.808 [   INFO] subscription: 0043: "scan" subscribing to mux "754MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
729
==15191== Thread 35 tvh:tcp-start:
730
==15191== Invalid read of size 8
731
==15191==    at 0x4865610: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
732
==15191==  Address 0x6b0f4d8 is 472 bytes inside a block of size 478 alloc'd
733
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
734
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
735
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
736
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
737
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
738
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
739
==15191==    by 0x1E3B39: idnode_params (idnode.c:1301)
740
==15191==    by 0x1E3B39: idnode_serialize0 (idnode.c:1548)
741
==15191==    by 0x22CEF3: api_idnode_tree (api_idnode.c:563)
742
==15191==    by 0x22C697: api_exec (api.c:97)
743
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
744
==15191==    by 0x1F094F: http_exec (http.c:1194)
745
==15191==    by 0x1F16CB: http_cmd_post (http.c:1331)
746
==15191==    by 0x1F16CB: http_process_request (http.c:1353)
747
==15191== 
748
2018-10-13 10:03:34.090 [   INFO] mpegts: 754MHz in Ziggo scan complete
749
2018-10-13 10:03:34.091 [   INFO] subscription: 0043: "scan" unsubscribing
750
2018-10-13 10:03:34.143 [   INFO] mpegts: 682MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
751
2018-10-13 10:03:34.152 [   INFO] subscription: 0046: "scan" subscribing to mux "682MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
752
2018-10-13 10:03:39.091 [   INFO] mpegts: 682MHz in Ziggo - scan no data, failed
753
2018-10-13 10:03:39.091 [   INFO] subscription: 0046: "scan" unsubscribing
754
2018-10-13 10:03:39.116 [   INFO] mpegts: 618MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
755
2018-10-13 10:03:39.124 [   INFO] epggrab: 618MHz in Ziggo - registering mux for OTA EPG
756
2018-10-13 10:03:39.136 [   INFO] subscription: 0049: "scan" subscribing to mux "618MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
757
2018-10-13 10:03:49.900 [   INFO] mpegts: 618MHz in Ziggo scan complete
758
2018-10-13 10:03:49.912 [   INFO] subscription: 0049: "scan" unsubscribing
759
2018-10-13 10:03:49.926 [   INFO] mpegts: 506MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
760
2018-10-13 10:03:49.933 [   INFO] subscription: 004C: "scan" subscribing to mux "506MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
761
2018-10-13 10:03:59.915 [   INFO] mpegts: 506MHz in Ziggo scan complete
762
2018-10-13 10:03:59.925 [   INFO] subscription: 004C: "scan" unsubscribing
763
2018-10-13 10:03:59.940 [   INFO] mpegts: 778MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
764
2018-10-13 10:03:59.946 [   INFO] epggrab: 778MHz in Ziggo - registering mux for OTA EPG
765
2018-10-13 10:03:59.959 [   INFO] subscription: 004F: "scan" subscribing to mux "778MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
766
2018-10-13 10:04:09.797 [   INFO] mpegts: 778MHz in Ziggo scan complete
767
2018-10-13 10:04:09.802 [   INFO] subscription: 004F: "scan" unsubscribing
768
2018-10-13 10:04:09.817 [   INFO] mpegts: 498MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
769
2018-10-13 10:04:09.819 [   INFO] epggrab: 498MHz in Ziggo - registering mux for OTA EPG
770
2018-10-13 10:04:09.826 [   INFO] subscription: 0052: "scan" subscribing to mux "498MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
771
2018-10-13 10:04:19.758 [   INFO] mpegts: 498MHz in Ziggo scan complete
772
2018-10-13 10:04:19.766 [   INFO] subscription: 0052: "scan" unsubscribing
773
2018-10-13 10:04:19.787 [   INFO] mpegts: 714MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
774
2018-10-13 10:04:19.793 [   INFO] subscription: 0055: "scan" subscribing to mux "714MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
775
2018-10-13 10:04:29.762 [   INFO] mpegts: 714MHz in Ziggo scan complete
776
2018-10-13 10:04:29.771 [   INFO] subscription: 0055: "scan" unsubscribing
777
2018-10-13 10:04:29.792 [   INFO] mpegts: 122MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
778
2018-10-13 10:04:29.797 [   INFO] epggrab: 122MHz in Ziggo - registering mux for OTA EPG
779
2018-10-13 10:04:29.805 [   INFO] subscription: 0058: "scan" subscribing to mux "122MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
780
2018-10-13 10:04:39.811 [   INFO] mpegts: 122MHz in Ziggo scan complete
781
2018-10-13 10:04:39.823 [   INFO] subscription: 0058: "scan" unsubscribing
782
2018-10-13 10:04:39.845 [   INFO] mpegts: disabling service Ziggo/122MHz/JimJam [sid 4B2A/19242] (missing in PAT/SDT)
783
2018-10-13 10:04:39.846 [   INFO] mpegts: disabling service Ziggo/122MHz/Comedy Central Family [sid 4B35/19253] (missing in PAT/SDT)
784
2018-10-13 10:04:39.851 [   INFO] mpegts: 594MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
785
2018-10-13 10:04:39.852 [   INFO] epggrab: 594MHz in Ziggo - registering mux for OTA EPG
786
2018-10-13 10:04:39.862 [   INFO] subscription: 005B: "scan" subscribing to mux "594MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
787
==15191== Thread 37 tvh:htsp-write:
788
==15191== Invalid read of size 8
789
==15191==    at 0x48657C8: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
790
==15191==  Address 0x69ea62c is 556 bytes inside a block of size 563 alloc'd
791
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
792
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
793
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
794
==15191==    by 0x207D15: htsp_build_event.isra.23.constprop.37 (htsp_server.c:1264)
795
==15191==    by 0x209CE1: htsp_method_getEvents (htsp_server.c:1705)
796
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
797
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
798
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
799
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
800
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
801
==15191==    by 0x4E98BC7: ??? (clone.S:76)
802
==15191== 
803
==15191== Invalid read of size 8
804
==15191==    at 0x4865798: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
805
==15191==  Address 0x68f5118 is 832 bytes inside a block of size 839 alloc'd
806
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
807
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
808
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
809
==15191==    by 0x207D15: htsp_build_event.isra.23.constprop.37 (htsp_server.c:1264)
810
==15191==    by 0x209CE1: htsp_method_getEvents (htsp_server.c:1705)
811
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
812
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
813
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
814
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
815
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
816
==15191==    by 0x4E98BC7: ??? (clone.S:76)
817
==15191== 
818
==15191== Invalid read of size 8
819
==15191==    at 0x48655F8: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
820
==15191==  Address 0x7acb5cc is 380 bytes inside a block of size 386 alloc'd
821
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
822
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
823
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
824
==15191==    by 0x207D15: htsp_build_event.isra.23.constprop.37 (htsp_server.c:1264)
825
==15191==    by 0x209CE1: htsp_method_getEvents (htsp_server.c:1705)
826
==15191==    by 0x2090ED: htsp_read_loop (htsp_server.c:3298)
827
==15191==    by 0x2090ED: htsp_serve (htsp_server.c:3436)
828
==15191==    by 0x1EB5F7: tcp_server_start (tcp.c:717)
829
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
830
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
831
==15191==    by 0x4E98BC7: ??? (clone.S:76)
832
==15191== 
833
2018-10-13 10:04:49.889 [   INFO] mpegts: 594MHz in Ziggo scan complete
834
2018-10-13 10:04:49.897 [   INFO] subscription: 005B: "scan" unsubscribing
835
2018-10-13 10:04:49.920 [   INFO] mpegts: 794MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
836
2018-10-13 10:04:49.923 [   INFO] epggrab: 794MHz in Ziggo - registering mux for OTA EPG
837
2018-10-13 10:04:49.933 [   INFO] subscription: 005E: "scan" subscribing to mux "794MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
838
2018-10-13 10:04:59.729 [   INFO] mpegts: 794MHz in Ziggo scan complete
839
2018-10-13 10:04:59.746 [   INFO] subscription: 005E: "scan" unsubscribing
840
2018-10-13 10:04:59.761 [   INFO] mpegts: 770MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
841
2018-10-13 10:04:59.766 [   INFO] subscription: 0061: "scan" subscribing to mux "770MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
842
2018-10-13 10:05:09.951 [   INFO] mpegts: 770MHz in Ziggo scan complete
843
2018-10-13 10:05:09.953 [   INFO] subscription: 0061: "scan" unsubscribing
844
2018-10-13 10:05:09.993 [   INFO] mpegts: 457MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
845
2018-10-13 10:05:09.996 [   INFO] epggrab: 457MHz in Ziggo - registering mux for OTA EPG
846
2018-10-13 10:05:10.020 [   INFO] subscription: 0064: "scan" subscribing to mux "457MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
847
2018-10-13 10:05:19.781 [   INFO] mpegts: 457MHz in Ziggo scan complete
848
2018-10-13 10:05:19.791 [   INFO] subscription: 0064: "scan" unsubscribing
849
2018-10-13 10:05:19.808 [   INFO] mpegts: 658MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
850
2018-10-13 10:05:19.815 [   INFO] subscription: 0067: "scan" subscribing to mux "658MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
851
2018-10-13 10:05:29.800 [   INFO] mpegts: 658MHz in Ziggo scan complete
852
2018-10-13 10:05:29.807 [   INFO] subscription: 0067: "scan" unsubscribing
853
2018-10-13 10:05:29.821 [   INFO] mpegts: 490MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
854
2018-10-13 10:05:29.830 [   INFO] subscription: 006A: "scan" subscribing to mux "490MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
855
2018-10-13 10:05:39.752 [   INFO] mpegts: 490MHz in Ziggo scan complete
856
2018-10-13 10:05:39.755 [   INFO] subscription: 006A: "scan" unsubscribing
857
2018-10-13 10:05:39.778 [   INFO] mpegts: 714MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
858
2018-10-13 10:05:39.780 [   INFO] epggrab: 714MHz in Ziggo - registering mux for OTA EPG
859
2018-10-13 10:05:39.790 [   INFO] subscription: 006D: "scan" subscribing to mux "714MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
860
2018-10-13 10:05:49.926 [   INFO] mpegts: 714MHz in Ziggo scan complete
861
2018-10-13 10:05:49.931 [   INFO] subscription: 006D: "scan" unsubscribing
862
2018-10-13 10:05:49.959 [   INFO] mpegts: 530MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
863
2018-10-13 10:05:49.966 [   INFO] epggrab: 530MHz in Ziggo - registering mux for OTA EPG
864
2018-10-13 10:05:49.977 [   INFO] subscription: 0070: "scan" subscribing to mux "530MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
865
2018-10-13 10:05:54.961 [   INFO] mpegts: 530MHz in Ziggo - scan no data, failed
866
2018-10-13 10:05:54.962 [   INFO] subscription: 0070: "scan" unsubscribing
867
2018-10-13 10:05:54.990 [   INFO] mpegts: 546MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
868
2018-10-13 10:05:54.994 [   INFO] epggrab: 546MHz in Ziggo - registering mux for OTA EPG
869
2018-10-13 10:05:55.008 [   INFO] subscription: 0073: "scan" subscribing to mux "546MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
870
2018-10-13 10:05:59.960 [   INFO] mpegts: 546MHz in Ziggo scan complete
871
2018-10-13 10:05:59.961 [   INFO] subscription: 0073: "scan" unsubscribing
872
2018-10-13 10:05:59.983 [   INFO] mpegts: 634MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
873
2018-10-13 10:05:59.990 [   INFO] subscription: 0076: "scan" subscribing to mux "634MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
874
2018-10-13 10:06:10.029 [   INFO] mpegts: 634MHz in Ziggo scan complete
875
2018-10-13 10:06:10.031 [   INFO] subscription: 0076: "scan" unsubscribing
876
2018-10-13 10:06:10.053 [   INFO] mpegts: 490MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
877
2018-10-13 10:06:10.057 [   INFO] epggrab: 490MHz in Ziggo - registering mux for OTA EPG
878
2018-10-13 10:06:10.065 [   INFO] subscription: 0079: "scan" subscribing to mux "490MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
879
2018-10-13 10:06:19.859 [   INFO] mpegts: 490MHz in Ziggo scan complete
880
2018-10-13 10:06:19.867 [   INFO] subscription: 0079: "scan" unsubscribing
881
2018-10-13 10:06:19.899 [   INFO] mpegts: 810MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
882
2018-10-13 10:06:19.903 [   INFO] subscription: 007C: "scan" subscribing to mux "810MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
883
2018-10-13 10:06:30.040 [   INFO] mpegts: 810MHz in Ziggo scan complete
884
2018-10-13 10:06:30.051 [   INFO] subscription: 007C: "scan" unsubscribing
885
2018-10-13 10:06:30.081 [   INFO] mpegts: 634MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
886
2018-10-13 10:06:30.083 [   INFO] epggrab: 634MHz in Ziggo - registering mux for OTA EPG
887
2018-10-13 10:06:30.095 [   INFO] subscription: 007F: "scan" subscribing to mux "634MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
888
2018-10-13 10:06:39.785 [   INFO] mpegts: 634MHz in Ziggo scan complete
889
2018-10-13 10:06:39.790 [   INFO] subscription: 007F: "scan" unsubscribing
890
2018-10-13 10:06:39.808 [   INFO] mpegts: 794MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
891
2018-10-13 10:06:39.814 [   INFO] subscription: 0082: "scan" subscribing to mux "794MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
892
2018-10-13 10:06:49.772 [   INFO] mpegts: 794MHz in Ziggo scan complete
893
2018-10-13 10:06:49.780 [   INFO] subscription: 0082: "scan" unsubscribing
894
2018-10-13 10:06:49.794 [   INFO] mpegts: 162MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
895
2018-10-13 10:06:49.798 [   INFO] epggrab: 162MHz in Ziggo - registering mux for OTA EPG
896
2018-10-13 10:06:49.806 [   INFO] subscription: 0085: "scan" subscribing to mux "162MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
897
2018-10-13 10:06:59.756 [   INFO] mpegts: 162MHz in Ziggo scan complete
898
2018-10-13 10:06:59.769 [   INFO] subscription: 0085: "scan" unsubscribing
899
2018-10-13 10:06:59.790 [   INFO] mpegts: 826MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
900
2018-10-13 10:06:59.800 [   INFO] subscription: 0088: "scan" subscribing to mux "826MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
901
2018-10-13 10:07:09.921 [   INFO] mpegts: 826MHz in Ziggo scan complete
902
2018-10-13 10:07:09.929 [   INFO] subscription: 0088: "scan" unsubscribing
903
2018-10-13 10:07:09.959 [   INFO] mpegts: 482MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
904
2018-10-13 10:07:09.969 [   INFO] epggrab: 482MHz in Ziggo - registering mux for OTA EPG
905
2018-10-13 10:07:09.982 [   INFO] subscription: 008B: "scan" subscribing to mux "482MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
906
2018-10-13 10:07:19.860 [   INFO] mpegts: 482MHz in Ziggo scan complete
907
2018-10-13 10:07:19.872 [   INFO] subscription: 008B: "scan" unsubscribing
908
2018-10-13 10:07:19.905 [   INFO] mpegts: 482MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
909
2018-10-13 10:07:19.913 [   INFO] subscription: 008E: "scan" subscribing to mux "482MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
910
2018-10-13 10:07:29.857 [   INFO] mpegts: 482MHz in Ziggo scan complete
911
2018-10-13 10:07:29.866 [   INFO] subscription: 008E: "scan" unsubscribing
912
2018-10-13 10:07:29.882 [   INFO] mpegts: 650MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
913
2018-10-13 10:07:29.887 [   INFO] epggrab: 650MHz in Ziggo - registering mux for OTA EPG
914
2018-10-13 10:07:29.897 [   INFO] subscription: 0091: "scan" subscribing to mux "650MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
915
2018-10-13 10:07:39.767 [   INFO] mpegts: 650MHz in Ziggo scan complete
916
2018-10-13 10:07:39.775 [   INFO] subscription: 0091: "scan" unsubscribing
917
2018-10-13 10:07:39.794 [   INFO] mpegts: 474MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
918
2018-10-13 10:07:39.801 [   INFO] subscription: 0094: "scan" subscribing to mux "474MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
919
2018-10-13 10:07:49.724 [   INFO] mpegts: 474MHz in Ziggo scan complete
920
2018-10-13 10:07:49.738 [   INFO] subscription: 0094: "scan" unsubscribing
921
2018-10-13 10:07:49.762 [   INFO] mpegts: 474MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
922
2018-10-13 10:07:49.766 [   INFO] epggrab: 474MHz in Ziggo - registering mux for OTA EPG
923
2018-10-13 10:07:49.776 [   INFO] subscription: 0097: "scan" subscribing to mux "474MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
924
2018-10-13 10:07:59.877 [   INFO] mpegts: 474MHz in Ziggo scan complete
925
2018-10-13 10:07:59.883 [   INFO] subscription: 0097: "scan" unsubscribing
926
2018-10-13 10:07:59.906 [   INFO] mpegts: 466MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
927
2018-10-13 10:07:59.912 [   INFO] epggrab: 466MHz in Ziggo - registering mux for OTA EPG
928
2018-10-13 10:07:59.922 [   INFO] subscription: 009A: "scan" subscribing to mux "466MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
929
2018-10-13 10:08:09.891 [   INFO] mpegts: 466MHz in Ziggo scan complete
930
2018-10-13 10:08:09.901 [   INFO] subscription: 009A: "scan" unsubscribing
931
2018-10-13 10:08:09.919 [   INFO] mpegts: 818MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
932
2018-10-13 10:08:09.925 [   INFO] subscription: 009D: "scan" subscribing to mux "818MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
933
2018-10-13 10:08:19.784 [   INFO] mpegts: 818MHz in Ziggo scan complete
934
2018-10-13 10:08:19.792 [   INFO] subscription: 009D: "scan" unsubscribing
935
2018-10-13 10:08:19.808 [   INFO] mpegts: 642MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
936
2018-10-13 10:08:19.809 [   INFO] epggrab: 642MHz in Ziggo - registering mux for OTA EPG
937
2018-10-13 10:08:19.817 [   INFO] subscription: 00A0: "scan" subscribing to mux "642MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
938
2018-10-13 10:08:29.899 [   INFO] mpegts: 642MHz in Ziggo scan complete
939
2018-10-13 10:08:29.901 [   INFO] subscription: 00A0: "scan" unsubscribing
940
2018-10-13 10:08:29.918 [   INFO] mpegts: disabling service Ziggo/642MHz/Disney XD [sid 4BE7/19431] (missing in PAT/SDT)
941
2018-10-13 10:08:29.928 [   INFO] mpegts: 658MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
942
2018-10-13 10:08:29.933 [   INFO] epggrab: 658MHz in Ziggo - registering mux for OTA EPG
943
2018-10-13 10:08:29.944 [   INFO] subscription: 00A3: "scan" subscribing to mux "658MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
944
2018-10-13 10:08:39.780 [   INFO] mpegts: 658MHz in Ziggo scan complete
945
2018-10-13 10:08:39.793 [   INFO] subscription: 00A3: "scan" unsubscribing
946
2018-10-13 10:08:39.808 [   INFO] mpegts: 730MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
947
2018-10-13 10:08:39.815 [   INFO] subscription: 00A6: "scan" subscribing to mux "730MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
948
2018-10-13 10:08:49.780 [   INFO] mpegts: 730MHz in Ziggo scan complete
949
2018-10-13 10:08:49.789 [   INFO] subscription: 00A6: "scan" unsubscribing
950
2018-10-13 10:08:49.802 [   INFO] mpegts: 642MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
951
2018-10-13 10:08:49.807 [   INFO] subscription: 00A9: "scan" subscribing to mux "642MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
952
2018-10-13 10:08:59.892 [   INFO] mpegts: 642MHz in Ziggo scan complete
953
2018-10-13 10:08:59.898 [   INFO] subscription: 00A9: "scan" unsubscribing
954
2018-10-13 10:08:59.926 [   INFO] mpegts: 738MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
955
2018-10-13 10:08:59.932 [   INFO] epggrab: 738MHz in Ziggo - registering mux for OTA EPG
956
2018-10-13 10:08:59.949 [   INFO] subscription: 00AC: "scan" subscribing to mux "738MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
957
2018-10-13 10:09:09.948 [   INFO] mpegts: 738MHz in Ziggo scan complete
958
2018-10-13 10:09:09.951 [   INFO] subscription: 00AC: "scan" unsubscribing
959
2018-10-13 10:09:09.975 [   INFO] mpegts: 554MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
960
2018-10-13 10:09:09.981 [   INFO] epggrab: 554MHz in Ziggo - registering mux for OTA EPG
961
2018-10-13 10:09:09.992 [   INFO] subscription: 00AF: "scan" subscribing to mux "554MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
962
2018-10-13 10:09:19.727 [   INFO] mpegts: 554MHz in Ziggo scan complete
963
2018-10-13 10:09:19.734 [   INFO] subscription: 00AF: "scan" unsubscribing
964
2018-10-13 10:09:19.749 [   INFO] mpegts: 738MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
965
2018-10-13 10:09:19.757 [   INFO] subscription: 00B2: "scan" subscribing to mux "738MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
966
2018-10-13 10:09:29.860 [   INFO] mpegts: 738MHz in Ziggo scan complete
967
2018-10-13 10:09:29.871 [   INFO] subscription: 00B2: "scan" unsubscribing
968
2018-10-13 10:09:29.890 [   INFO] mpegts: 570MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
969
2018-10-13 10:09:29.895 [   INFO] epggrab: 570MHz in Ziggo - registering mux for OTA EPG
970
2018-10-13 10:09:29.906 [   INFO] subscription: 00B5: "scan" subscribing to mux "570MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
971
2018-10-13 10:09:39.705 [   INFO] mpegts: 570MHz in Ziggo scan complete
972
2018-10-13 10:09:39.712 [   INFO] subscription: 00B5: "scan" unsubscribing
973
2018-10-13 10:09:39.725 [   INFO] mpegts: 586MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
974
2018-10-13 10:09:39.730 [   INFO] subscription: 00B8: "scan" subscribing to mux "586MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
975
2018-10-13 10:09:49.856 [   INFO] mpegts: 586MHz in Ziggo scan complete
976
2018-10-13 10:09:49.870 [   INFO] subscription: 00B8: "scan" unsubscribing
977
2018-10-13 10:09:49.887 [   INFO] mpegts: 754MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
978
2018-10-13 10:09:49.889 [   INFO] epggrab: 754MHz in Ziggo - registering mux for OTA EPG
979
2018-10-13 10:09:49.899 [   INFO] subscription: 00BB: "scan" subscribing to mux "754MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
980
2018-10-13 10:09:59.821 [   INFO] mpegts: 754MHz in Ziggo scan complete
981
2018-10-13 10:09:59.828 [   INFO] subscription: 00BB: "scan" unsubscribing
982
2018-10-13 10:09:59.854 [   INFO] mpegts: 826MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
983
2018-10-13 10:09:59.864 [   INFO] epggrab: 826MHz in Ziggo - registering mux for OTA EPG
984
2018-10-13 10:09:59.874 [   INFO] subscription: 00BE: "scan" subscribing to mux "826MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
985
2018-10-13 10:10:09.760 [   INFO] mpegts: 826MHz in Ziggo scan complete
986
2018-10-13 10:10:09.774 [   INFO] subscription: 00BE: "scan" unsubscribing
987
2018-10-13 10:10:09.789 [   INFO] mpegts: 506MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
988
2018-10-13 10:10:09.791 [   INFO] epggrab: 506MHz in Ziggo - registering mux for OTA EPG
989
2018-10-13 10:10:09.803 [   INFO] subscription: 00C1: "scan" subscribing to mux "506MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
990
2018-10-13 10:10:19.733 [   INFO] mpegts: 506MHz in Ziggo scan complete
991
2018-10-13 10:10:19.741 [   INFO] subscription: 00C1: "scan" unsubscribing
992
2018-10-13 10:10:19.757 [   INFO] mpegts: 810MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
993
2018-10-13 10:10:19.761 [   INFO] epggrab: 810MHz in Ziggo - registering mux for OTA EPG
994
2018-10-13 10:10:19.772 [   INFO] subscription: 00C4: "scan" subscribing to mux "810MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
995
2018-10-13 10:10:29.872 [   INFO] mpegts: 810MHz in Ziggo scan complete
996
2018-10-13 10:10:29.877 [   INFO] subscription: 00C4: "scan" unsubscribing
997
2018-10-13 10:10:29.898 [   INFO] mpegts: 546MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
998
2018-10-13 10:10:29.903 [   INFO] subscription: 00C7: "scan" subscribing to mux "546MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
999
2018-10-13 10:10:34.896 [   INFO] mpegts: 546MHz in Ziggo scan complete
1000
2018-10-13 10:10:34.897 [   INFO] subscription: 00C7: "scan" unsubscribing
1001
2018-10-13 10:10:34.913 [   INFO] mpegts: 626MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1002
2018-10-13 10:10:34.922 [   INFO] subscription: 00CA: "scan" subscribing to mux "626MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
1003
2018-10-13 10:10:44.874 [   INFO] mpegts: 626MHz in Ziggo scan complete
1004
2018-10-13 10:10:44.879 [   INFO] subscription: 00CA: "scan" unsubscribing
1005
2018-10-13 10:10:44.898 [   INFO] mpegts: 122MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1006
2018-10-13 10:10:44.905 [   INFO] subscription: 00CD: "scan" subscribing to mux "122MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
1007
2018-10-13 10:10:59.682 [   INFO] mpegts: 122MHz in Ziggo scan complete
1008
2018-10-13 10:10:59.787 [   INFO] subscription: 00CD: "scan" unsubscribing
1009
2018-10-13 10:11:00.582 [   INFO] mpegts: 530MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1010
2018-10-13 10:11:01.731 [   INFO] subscription: 00D0: "scan" subscribing to mux "530MHz", weight: 5, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
1011
2018-10-13 10:11:06.553 [   INFO] mpegts: 530MHz in Ziggo - scan no data, failed
1012
2018-10-13 10:11:06.557 [   INFO] subscription: 00D0: "scan" unsubscribing
1013
2018-10-13 10:11:07.556 [   INFO] mpegts: 122MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1014
2018-10-13 10:11:07.563 [   INFO] subscription: 00D2: "epggrab" subscribing to mux "122MHz", weight: 4, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
1015
==15191== Thread 35 tvh:tcp-start:
1016
==15191== Invalid read of size 8
1017
==15191==    at 0x48655AC: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1018
==15191==  Address 0x56a93a0 is 472 bytes inside a block of size 478 alloc'd
1019
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1020
==15191==    by 0x20D3C9: htsmsg_field_add (htsmsg.c:121)
1021
==15191==    by 0x20D613: htsmsg_add_str (htsmsg.c:351)
1022
==15191==    by 0x1E63E5: prop_serialize_value (prop.c:451)
1023
==15191==    by 0x1E6F5B: prop_serialize (prop.c:573)
1024
==15191==    by 0x1E1E4B: add_params.isra.9 (idnode.c:1279)
1025
==15191==    by 0x1E3B39: idnode_params (idnode.c:1301)
1026
==15191==    by 0x1E3B39: idnode_serialize0 (idnode.c:1548)
1027
==15191==    by 0x22CEF3: api_idnode_tree (api_idnode.c:563)
1028
==15191==    by 0x22C697: api_exec (api.c:97)
1029
==15191==    by 0x25431D: webui_api_handler (webui_api.c:43)
1030
==15191==    by 0x1F094F: http_exec (http.c:1194)
1031
==15191==    by 0x1F16CB: http_cmd_post (http.c:1331)
1032
==15191==    by 0x1F16CB: http_process_request (http.c:1353)
1033
==15191== 
1034
2018-10-13 10:13:02.689 [   INFO] http: 192.168.10.134: using ticket 54aef7dc2ae6fccf75f23235bf3582540af06f06 for /stream/service/b3ce64af929d6440277e1cfd1242dc36
1035
2018-10-13 10:13:02.794 [   INFO] mpegts: 650MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1036
2018-10-13 10:13:02.834 [   INFO] subscription: 00D2: "epggrab" unsubscribing
1037
2018-10-13 10:13:02.954 [   INFO] subscription: 00D4: "HTTP" subscribing to service "Ziggo/650MHz/24Kitchen HD", weight: 100, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", mux: "650MHz", provider: "Ziggo", profile="pass", hostname="192.168.10.134", client="AppleCoreMedia/1.0.0.18A391 (Macintosh; U; Intel Mac OS X 10_14; nl_nl)"
1038
==15191== Thread 31 tvh:mi-main:
1039
==15191== Use of uninitialised value of size 4
1040
==15191==    at 0x487A0A4: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1041
==15191== 
1042
==15191== Use of uninitialised value of size 4
1043
==15191==    at 0x487A286: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1044
==15191== 
1045
==15191== Use of uninitialised value of size 4
1046
==15191==    at 0x487A280: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1047
==15191== 
1048
2018-10-13 10:13:10.499 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1049
2018-10-13 10:13:10.600 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 1)
1050
2018-10-13 10:13:10.649 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 1)
1051
2018-10-13 10:13:14.227 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1052
2018-10-13 10:13:18.121 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1053
2018-10-13 10:13:22.086 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 2)
1054
2018-10-13 10:13:22.142 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 2)
1055
2018-10-13 10:13:22.649 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1056
2018-10-13 10:13:26.589 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1057
2018-10-13 10:13:28.645 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1058
==15191== Use of uninitialised value of size 4
1059
==15191==    at 0x487A284: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1060
==15191== 
1061
2018-10-13 10:13:33.170 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1062
2018-10-13 10:13:33.178 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1063
==15191== Use of uninitialised value of size 4
1064
==15191==    at 0x487A09E: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1065
==15191== 
1066
==15191== Use of uninitialised value of size 4
1067
==15191==    at 0x487A0A2: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1068
==15191== 
1069
==15191== Use of uninitialised value of size 4
1070
==15191==    at 0x487A0A0: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1071
==15191== 
1072
==15191== Use of uninitialised value of size 4
1073
==15191==    at 0x487A282: dvbcsa_bs_block_decrypt_batch (in /usr/lib/arm-linux-gnueabihf/libdvbcsa.so.1.0.1)
1074
==15191== 
1075
2018-10-13 10:13:37.873 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 3)
1076
2018-10-13 10:13:38.106 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 3)
1077
2018-10-13 10:14:00.387 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1078
2018-10-13 10:14:02.764 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 4)
1079
2018-10-13 10:14:02.860 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 4)
1080
2018-10-13 10:14:04.462 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1081
2018-10-13 10:14:06.431 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1082
2018-10-13 10:14:08.901 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 6)
1083
2018-10-13 10:14:08.937 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 6)
1084
2018-10-13 10:14:13.704 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1085
2018-10-13 10:14:14.379 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1086
2018-10-13 10:14:25.424 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1087
2018-10-13 10:14:27.037 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1088
2018-10-13 10:14:29.424 [   INFO] http: 192.168.10.134: using ticket faa6a7b3c9fb3ea5ade2c54d19f3627eda017305 for /stream/service/b3ce64af929d6440277e1cfd1242dc36
1089
2018-10-13 10:15:04.657 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1090
2018-10-13 10:15:07.092 [   INFO] htsp: 192.168.10.225 [  | Kodi Media Center ]: Write error -- Broken pipe
1091
2018-10-13 10:15:07.445 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 7)
1092
2018-10-13 10:15:07.446 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 7)
1093
2018-10-13 10:15:07.725 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1094
2018-10-13 10:15:10.469 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1095
2018-10-13 10:15:10.473 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1096
==15191== Thread 35 tvh:tcp-start:
1097
==15191== Use of uninitialised value of size 4
1098
==15191==    at 0x1E7134: tvh_crc32 (utils.c:91)
1099
==15191==    by 0x26D333: dvb_table_append_crc32 (dvb_psi_lib.c:493)
1100
==15191==    by 0x2564A9: pass_muxer_nit_cb (muxer_pass.c:327)
1101
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
1102
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
1103
==15191==    by 0x26D2F9: dvb_table_parse (dvb_psi_lib.c:484)
1104
==15191==    by 0x25606D: pass_muxer_write_ts (muxer_pass.c:655)
1105
==15191==    by 0x25606D: pass_muxer_write_pkt (muxer_pass.c:694)
1106
==15191==    by 0x24E35D: muxer_write_pkt (muxer.h:175)
1107
==15191==    by 0x24E35D: http_stream_run (webui.c:394)
1108
==15191==    by 0x24EBF1: http_stream_service (webui.c:1081)
1109
==15191==    by 0x24F00F: http_stream (webui.c:1292)
1110
==15191==    by 0x1F094F: http_exec (http.c:1194)
1111
==15191==    by 0x1F1517: http_cmd_get (http.c:1269)
1112
==15191== 
1113
==15191== Syscall param write(buf) points to uninitialised byte(s)
1114
==15191==    at 0x4C97314: write (syscall-template.S:84)
1115
==15191==    by 0x1E8405: tvh_write (wrappers.c:88)
1116
==15191==    by 0x255DC9: pass_muxer_write (muxer_pass.c:585)
1117
==15191==    by 0x2564CD: pass_muxer_nit_cb (muxer_pass.c:330)
1118
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
1119
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
1120
==15191==    by 0x26D2F9: dvb_table_parse (dvb_psi_lib.c:484)
1121
==15191==    by 0x25606D: pass_muxer_write_ts (muxer_pass.c:655)
1122
==15191==    by 0x25606D: pass_muxer_write_pkt (muxer_pass.c:694)
1123
==15191==    by 0x24E35D: muxer_write_pkt (muxer.h:175)
1124
==15191==    by 0x24E35D: http_stream_run (webui.c:394)
1125
==15191==    by 0x24EBF1: http_stream_service (webui.c:1081)
1126
==15191==    by 0x24F00F: http_stream (webui.c:1292)
1127
==15191==    by 0x1F094F: http_exec (http.c:1194)
1128
==15191==  Address 0x6a820f7 is 15 bytes inside a block of size 188 alloc'd
1129
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1130
==15191==    by 0x26D37D: dvb_table_remux (dvb_psi_lib.c:508)
1131
==15191==    by 0x2564BD: pass_muxer_nit_cb (muxer_pass.c:329)
1132
==15191==    by 0x26C141: mpegts_psi_section_reassemble0 (dvb_psi_lib.c:135)
1133
==15191==    by 0x26C315: mpegts_psi_section_reassemble (dvb_psi_lib.c:185)
1134
==15191==    by 0x26D2F9: dvb_table_parse (dvb_psi_lib.c:484)
1135
==15191==    by 0x25606D: pass_muxer_write_ts (muxer_pass.c:655)
1136
==15191==    by 0x25606D: pass_muxer_write_pkt (muxer_pass.c:694)
1137
==15191==    by 0x24E35D: muxer_write_pkt (muxer.h:175)
1138
==15191==    by 0x24E35D: http_stream_run (webui.c:394)
1139
==15191==    by 0x24EBF1: http_stream_service (webui.c:1081)
1140
==15191==    by 0x24F00F: http_stream (webui.c:1292)
1141
==15191==    by 0x1F094F: http_exec (http.c:1194)
1142
==15191==    by 0x1F1517: http_cmd_get (http.c:1269)
1143
==15191== 
1144
2018-10-13 10:15:15.409 [   INFO] subscription: 00D7: "HTTP" subscribing to service "Ziggo/650MHz/24Kitchen HD", weight: 100, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", mux: "650MHz", provider: "Ziggo", profile="pass", hostname="192.168.10.134", client="AppleCoreMedia/1.0.0.18A391 (Macintosh; U; Intel Mac OS X 10_14; nl_nl)"
1145
2018-10-13 10:15:15.667 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1146
2018-10-13 10:15:22.984 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1147
2018-10-13 10:15:28.559 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1148
2018-10-13 10:15:28.576 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 9)
1149
2018-10-13 10:15:28.585 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 9)
1150
2018-10-13 10:15:32.370 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1151
2018-10-13 10:15:33.876 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1152
2018-10-13 10:15:35.357 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1153
2018-10-13 10:15:36.676 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 12)
1154
2018-10-13 10:15:36.827 [   INFO] htsp: 192.168.10.225 [  | Kodi Media Center ]: Disconnected
1155
2018-10-13 10:15:37.025 [   INFO] htsp: Got connection from 192.168.10.225
1156
2018-10-13 10:15:37.027 [   INFO] htsp: Got connection from 192.168.10.225
1157
2018-10-13 10:15:37.053 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
1158
2018-10-13 10:15:37.056 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
1159
2018-10-13 10:15:37.061 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Write error -- Broken pipe
1160
2018-10-13 10:15:37.080 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
1161
2018-10-13 10:15:37.082 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
1162
2018-10-13 10:15:37.215 [   INFO] http: 192.168.10.134: using ticket 194bd7a851b29e3a76f1185d0ea330639407f463 for /stream/service/b3ce64af929d6440277e1cfd1242dc36
1163
2018-10-13 10:15:37.224 [   INFO] subscription: 00D9: "HTTP" subscribing to service "Ziggo/650MHz/24Kitchen HD", weight: 100, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", mux: "650MHz", provider: "Ziggo", profile="pass", hostname="192.168.10.134", client="AppleCoreMedia/1.0.0.18A391 (Macintosh; U; Intel Mac OS X 10_14; nl_nl)"
1164
2018-10-13 10:15:37.458 [   INFO] htsp: Got connection from 192.168.10.225
1165
2018-10-13 10:15:37.878 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
1166
2018-10-13 10:15:37.977 [   INFO] htsp: Got connection from 192.168.10.225
1167
2018-10-13 10:15:37.988 [   INFO] htsp: 192.168.10.225: Welcomed client software: Kodi Media Center (HTSPv25)
1168
2018-10-13 10:15:37.990 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Identified as user ''
1169
2018-10-13 10:15:37.996 [   INFO] htsp: 192.168.10.225 [ Kodi Media Center ]: Disconnected
1170
2018-10-13 10:15:39.006 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 15)
1171
2018-10-13 10:15:39.033 [  ERROR] descrambler: cannot decode packets for service "24Kitchen HD"
1172
2018-10-13 10:15:40.564 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1173
2018-10-13 10:15:47.029 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 128)
1174
2018-10-13 10:15:48.332 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1175
2018-10-13 10:16:03.440 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1176
2018-10-13 10:16:07.778 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1177
2018-10-13 10:16:09.276 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1178
2018-10-13 10:16:09.760 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 136)
1179
2018-10-13 10:16:10.026 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 32)
1180
2018-10-13 10:16:16.477 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1181
2018-10-13 10:16:30.891 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1182
2018-10-13 10:16:37.331 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: H264 @ #2001 Continuity counter error (total 138)
1183
2018-10-13 10:16:38.169 [WARNING] TS: Ziggo/650MHz/24Kitchen HD: MPEG2AUDIO @ #2011 Continuity counter error (total 35)
1184
2018-10-13 10:16:38.421 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1185
2018-10-13 10:16:39.635 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1186
2018-10-13 10:16:43.157 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1187
2018-10-13 10:16:44.648 [WARNING] linuxdvb: DRXK DVB-C DVB-T : DVB-C #0 - read() EOVERFLOW
1188
2018-10-13 10:16:44.671 [   INFO] subscription: 00D9: "HTTP" unsubscribing, hostname="192.168.10.134", client="AppleCoreMedia/1.0.0.18A391 (Macintosh; U; Intel Mac OS X 10_14; nl_nl)"
1189
2018-10-13 10:16:44.703 [   INFO] subscription: 00D7: "HTTP" unsubscribing, hostname="192.168.10.134", client="AppleCoreMedia/1.0.0.18A391 (Macintosh; U; Intel Mac OS X 10_14; nl_nl)"
1190
2018-10-13 10:16:44.916 [  ERROR] cwc: 127.0.0.1:15050: Can not descramble service "24Kitchen HD", access denied (seqno: 141 Req delay: 40 ms) from newcamd-127.0.0.1:15050-0604
1191
2018-10-13 10:16:45.056 [WARNING] cwc: 127.0.0.1:15050: Got unexpected ECM reply (seqno: 140)
1192
2018-10-13 10:16:45.403 [WARNING] cwc: 127.0.0.1:15050: Got unexpected ECM reply (seqno: 142)
1193
2018-10-13 10:16:45.411 [   INFO] subscription: 00D4: "HTTP" unsubscribing, hostname="192.168.10.134", client="AppleCoreMedia/1.0.0.18A391 (Macintosh; U; Intel Mac OS X 10_14; nl_nl)"
1194
2018-10-13 10:16:46.151 [WARNING] cwc: 127.0.0.1:15050: Got unexpected ECM reply (seqno: 144)
1195
2018-10-13 10:16:46.668 [   INFO] mpegts: 650MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1196
2018-10-13 10:16:46.675 [   INFO] subscription: 00DB: "epggrab" subscribing to mux "650MHz", weight: 4, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
1197
^C2018-10-13 10:16:53.884 [   INFO] htsp: 192.168.10.225 [  | Kodi Media Center ]: Disconnected
1198
==15191== Thread 1:
1199
==15191== Invalid read of size 8
1200
==15191==    at 0x4865980: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1201
==15191==  Address 0x566e2e8 is 536 bytes inside a block of size 543 alloc'd
1202
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1203
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1204
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1205
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1206
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1207
==15191==    by 0x1DDA05: main (main.c:1311)
1208
==15191== 
1209
==15191== Invalid read of size 8
1210
==15191==    at 0x4865968: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1211
==15191==  Address 0x695341c is 676 bytes inside a block of size 683 alloc'd
1212
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1213
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1214
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1215
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1216
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1217
==15191==    by 0x1DDA05: main (main.c:1311)
1218
==15191== 
1219
==15191== Invalid read of size 8
1220
==15191==    at 0x4865E74: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1221
==15191==  Address 0x9dd77c0 is 128 bytes inside a block of size 135 alloc'd
1222
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1223
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1224
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1225
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1226
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1227
==15191==    by 0x1DDA05: main (main.c:1311)
1228
==15191== 
1229
==15191== Invalid read of size 8
1230
==15191==    at 0x4865E28: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1231
==15191==  Address 0x74b0310 is 256 bytes inside a block of size 263 alloc'd
1232
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1233
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1234
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1235
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1236
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1237
==15191==    by 0x1DDA05: main (main.c:1311)
1238
==15191== 
1239
==15191== Invalid read of size 8
1240
==15191==    at 0x4865E5C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1241
==15191==  Address 0x7a81be8 is 128 bytes inside a block of size 135 alloc'd
1242
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1243
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1244
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1245
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1246
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1247
==15191==    by 0x1DDA05: main (main.c:1311)
1248
==15191== 
1249
2018-10-13 10:16:53.914 [   INFO] epgdb: snapshot start
1250
==15191== Invalid read of size 8
1251
==15191==    at 0x486591C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1252
==15191==  Address 0xae6ae24 is 388 bytes inside a block of size 395 alloc'd
1253
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1254
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1255
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1256
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1257
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1258
==15191==    by 0x1DDA05: main (main.c:1311)
1259
==15191== 
1260
==15191== Invalid read of size 8
1261
==15191==    at 0x48657B0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1262
==15191==  Address 0xb1b7068 is 328 bytes inside a block of size 334 alloc'd
1263
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1264
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1265
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1266
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1267
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1268
==15191==    by 0x1DDA05: main (main.c:1311)
1269
==15191== 
1270
==15191== Invalid read of size 8
1271
==15191==    at 0x4865764: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1272
==15191==  Address 0xb220c40 is 328 bytes inside a block of size 334 alloc'd
1273
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1274
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1275
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1276
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1277
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1278
==15191==    by 0x1DDA05: main (main.c:1311)
1279
==15191== 
1280
==15191== Invalid read of size 8
1281
==15191==    at 0x48655E0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1282
==15191==  Address 0xb370048 is 328 bytes inside a block of size 334 alloc'd
1283
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1284
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1285
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1286
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1287
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1288
==15191==    by 0x1DDA05: main (main.c:1311)
1289
==15191== 
1290
==15191== Invalid read of size 8
1291
==15191==    at 0x4865950: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
1292
==15191==  Address 0x555bcf4 is 1,148 bytes inside a block of size 1,155 alloc'd
1293
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1294
==15191==    by 0x20F0A3: htsmsg_binary2_serialize (htsmsg_binary2.c:435)
1295
==15191==    by 0x1F82AD: _epg_write.part.1 (epgdb.c:274)
1296
==15191==    by 0x1F8B71: _epg_write (epgdb.c:272)
1297
==15191==    by 0x1F8B71: epg_save (epgdb.c:366)
1298
==15191==    by 0x1DDA05: main (main.c:1311)
1299
==15191== 
1300
2018-10-13 10:17:10.963 [   INFO] epgdb: queued to save (size 4689056)
1301
2018-10-13 10:17:10.969 [   INFO] epgdb:   broadcasts 18388
1302
==15191== Warning: invalid file descriptor -1 in syscall close()
1303
2018-10-13 10:17:11.306 [   INFO] mpegts: 506MHz in Ziggo (0x8e18158) - deleting
1304
2018-10-13 10:17:11.385 [   INFO] mpegts: 650MHz in Ziggo (0x8e126b0) - deleting
1305
2018-10-13 10:17:11.401 [   INFO] subscription: 00DB: "epggrab" unsubscribing
1306
2018-10-13 10:17:11.409 [   INFO] mpegts: 498MHz in Ziggo (0x8e07100) - deleting
1307
2018-10-13 10:17:11.423 [   INFO] mpegts: 762MHz in Ziggo (0x8e00ee8) - deleting
1308
2018-10-13 10:17:11.427 [   INFO] mpegts: 738MHz in Ziggo (0x8df9070) - deleting
1309
2018-10-13 10:17:11.434 [   INFO] mpegts: 714MHz in Ziggo (0x8dec018) - deleting
1310
2018-10-13 10:17:11.445 [   INFO] mpegts: 810MHz in Ziggo (0x8de60d0) - deleting
1311
2018-10-13 10:17:11.451 [   INFO] mpegts: 490MHz in Ziggo (0x8dd0600) - deleting
1312
2018-10-13 10:17:11.467 [   INFO] mpegts: 466MHz in Ziggo (0x8dcc7b0) - deleting
1313
2018-10-13 10:17:11.473 [   INFO] mpegts: 170MHz in Ziggo (0x8dbf990) - deleting
1314
2018-10-13 10:17:11.482 [   INFO] mpegts: 546MHz in Ziggo (0x8db53d8) - deleting
1315
2018-10-13 10:17:11.493 [   INFO] mpegts: 482MHz in Ziggo (0x8da7888) - deleting
1316
2018-10-13 10:17:11.502 [   INFO] mpegts: 658MHz in Ziggo (0x8da1840) - deleting
1317
2018-10-13 10:17:11.507 [   INFO] mpegts: 642MHz in Ziggo (0x8d9b1c8) - deleting
1318
2018-10-13 10:17:11.511 [   INFO] mpegts: 457MHz in Ziggo (0x8d8d0a0) - deleting
1319
2018-10-13 10:17:11.520 [   INFO] mpegts: 634MHz in Ziggo (0x8d86718) - deleting
1320
2018-10-13 10:17:11.524 [   INFO] mpegts: 466MHz in Ziggo (0x8d80bc0) - deleting
1321
2018-10-13 10:17:11.529 [   INFO] mpegts: 794MHz in Ziggo (0x8d6ed90) - deleting
1322
2018-10-13 10:17:11.542 [   INFO] mpegts: 626MHz in Ziggo (0x8d6b190) - deleting
1323
disInstr(thumb): unhandled instruction: 0xDEFF 0x4698
1324
2018-10-13 10:17:11.546 [   INFO] mpegts: 778MHz in Ziggo (0x7460950) - deleting
1325
2018-10-13 10:17:11.551 [   INFO] mpegts: 730MHz in Ziggo (0x8d66548) - deleting
1326
2018-10-13 10:17:11.556 [   INFO] mpegts: 122MHz in Ziggo (0x8d5bb58) - deleting
1327
2018-10-13 10:17:11.565 [   INFO] mpegts: 618MHz in Ziggo (0x8d55d08) - deleting
1328
2018-10-13 10:17:11.570 [   INFO] mpegts: 594MHz in Ziggo (0x8d4f0b0) - deleting
1329
2018-10-13 10:17:11.577 [   INFO] mpegts: 778MHz in Ziggo (0x8d49340) - deleting
1330
2018-10-13 10:17:11.584 [   INFO] mpegts: 618MHz in Ziggo (0x8d43490) - deleting
1331
2018-10-13 10:17:11.591 [   INFO] mpegts: 826MHz in Ziggo (0x8d3c2a0) - deleting
1332
2018-10-13 10:17:11.601 [   INFO] mpegts: 682MHz in Ziggo (0x8d392a0) - deleting
1333
2018-10-13 10:17:11.605 [   INFO] mpegts: 554MHz in Ziggo (0x8d308c8) - deleting
1334
2018-10-13 10:17:11.617 [   INFO] mpegts: 730MHz in Ziggo (0x8d29b58) - deleting
1335
2018-10-13 10:17:11.624 [   INFO] mpegts: 650MHz in Ziggo (0x8d24110) - deleting
1336
2018-10-13 10:17:11.629 [   INFO] mpegts: 682MHz in Ziggo (0x8d201a8) - deleting
1337
2018-10-13 10:17:11.630 [   INFO] mpegts: 810MHz in Ziggo (0x8d1a228) - deleting
1338
2018-10-13 10:17:11.637 [   INFO] mpegts: 498MHz in Ziggo (0x8d06a18) - deleting
1339
2018-10-13 10:17:11.656 [   INFO] mpegts: 482MHz in Ziggo (0x8cf8e18) - deleting
1340
2018-10-13 10:17:11.669 [   INFO] mpegts: 770MHz in Ziggo (0x8cf0bd8) - deleting
1341
2018-10-13 10:17:11.677 [   INFO] mpegts: 714MHz in Ziggo (0x8ce3b90) - deleting
1342
2018-10-13 10:17:11.689 [   INFO] mpegts: 826MHz in Ziggo (0x8cdc970) - deleting
1343
2018-10-13 10:17:11.695 [   INFO] mpegts: 474MHz in Ziggo (0x8ccb690) - deleting
1344
2018-10-13 10:17:11.711 [   INFO] mpegts: 506MHz in Ziggo (0x8cbf030) - deleting
1345
2018-10-13 10:17:11.722 [   INFO] mpegts: 818MHz in Ziggo (0x8cb8f80) - deleting
1346
2018-10-13 10:17:11.731 [   INFO] mpegts: 658MHz in Ziggo (0x8cb3248) - deleting
1347
2018-10-13 10:17:11.736 [   INFO] mpegts: 570MHz in Ziggo (0x8cad838) - deleting
1348
2018-10-13 10:17:11.740 [   INFO] mpegts: 546MHz in Ziggo (0x8ca2d38) - deleting
1349
2018-10-13 10:17:11.752 [   INFO] mpegts: 610MHz in Ziggo (0x8c9d160) - deleting
1350
2018-10-13 10:17:11.756 [   INFO] mpegts: 530MHz in Ziggo (0x8c98298) - deleting
1351
2018-10-13 10:17:11.756 [   INFO] mpegts: 754MHz in Ziggo (0x8c92b50) - deleting
1352
2018-10-13 10:17:11.761 [   INFO] mpegts: 610MHz in Ziggo (0x8c8d0d0) - deleting
1353
2018-10-13 10:17:11.766 [   INFO] mpegts: 818MHz in Ziggo (0x8c7f080) - deleting
1354
2018-10-13 10:17:11.775 [   INFO] mpegts: 162MHz in Ziggo (0x8c69be0) - deleting
1355
2018-10-13 10:17:11.790 [   INFO] mpegts: 122MHz in Ziggo (0x8c5cce0) - deleting
1356
2018-10-13 10:17:11.797 [   INFO] mpegts: 634MHz in Ziggo (0x8c56358) - deleting
1357
2018-10-13 10:17:11.802 [   INFO] mpegts: 642MHz in Ziggo (0x8c51040) - deleting
1358
2018-10-13 10:17:11.807 [   INFO] mpegts: 162MHz in Ziggo (0x8c3bc08) - deleting
1359
2018-10-13 10:17:11.823 [   INFO] mpegts: 554MHz in Ziggo (0x8c33230) - deleting
1360
2018-10-13 10:17:11.831 [   INFO] mpegts: 530MHz in Ziggo (0x8c32e98) - deleting
1361
2018-10-13 10:17:11.831 [   INFO] mpegts: 626MHz in Ziggo (0x744e2a8) - deleting
1362
2018-10-13 10:17:11.835 [   INFO] mpegts: 738MHz in Ziggo (0x74584e0) - deleting
1363
2018-10-13 10:17:11.842 [   INFO] mpegts: 457MHz in Ziggo (0x70e80b8) - deleting
1364
2018-10-13 10:17:11.852 [   INFO] mpegts: 754MHz in Ziggo (0x5449f58) - deleting
1365
2018-10-13 10:17:11.857 [   INFO] mpegts: 474MHz in Ziggo (0x717cfa8) - deleting
1366
2018-10-13 10:17:11.874 [   INFO] mpegts: 762MHz in Ziggo (0x7723e10) - deleting
1367
2018-10-13 10:17:11.878 [   INFO] mpegts: 594MHz in Ziggo (0x7428150) - deleting
1368
2018-10-13 10:17:11.883 [   INFO] mpegts: 794MHz in Ziggo (0x5460628) - deleting
1369
2018-10-13 10:17:11.895 [   INFO] mpegts: 586MHz in Ziggo (0x71fdef0) - deleting
1370
2018-10-13 10:17:11.897 [   INFO] mpegts: 490MHz in Ziggo (0x5439d30) - deleting
1371
2018-10-13 10:17:11.914 [   INFO] mpegts: 170MHz in Ziggo (0x5404478) - deleting
1372
2018-10-13 10:17:11.923 [   INFO] mpegts: 586MHz in Ziggo (0x71ccac0) - deleting
1373
2018-10-13 10:17:11.925 [   INFO] mpegts: 570MHz in Ziggo (0x5463b30) - deleting
1374
2018-10-13 10:17:11.929 [   INFO] mpegts: 770MHz in Ziggo (0x74e57d8) - deleting
1375
2018-10-13 10:17:12.401 [   INFO] cwc: 127.0.0.1:15050: Disconnected
1376
2018-10-13 10:17:12.403 [   INFO] cwc: 127.0.0.1:15050: Inactive, thread exit
1377
2018-10-13 10:17:18.440 [   INFO] epgdb: save start
1378
2018-10-13 10:17:28.140 [   INFO] epgdb: stored (size 1045347)
1379
2018-10-13 10:17:28.197 [   INFO] codec: removing codec profiles
1380
2018-10-13 10:17:28.210 [   INFO] codec: forgetting codecs
1381
2018-10-13 10:17:28.217 [   INFO] transcode: forgetting context helpers
1382
2018-10-13 10:17:28.222 [   INFO] transcode: forgetting context types
1383
2018-10-13 10:17:28.625 [ NOTICE] STOP: Exiting HTS Tvheadend
1384
==15191== 
1385
==15191== HEAP SUMMARY:
1386
==15191==     in use at exit: 3,588 bytes in 40 blocks
1387
==15191==   total heap usage: 3,310,232 allocs, 3,310,192 frees, 1,420,732,414 bytes allocated
1388
==15191== 
1389
==15191== 12 bytes in 1 blocks are still reachable in loss record 1 of 11
1390
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1391
==15191==    by 0x4C52A5B: ??? (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1392
==15191== 
1393
==15191== 16 bytes in 1 blocks are still reachable in loss record 2 of 11
1394
==15191==    at 0x4849CE0: calloc (vg_replace_malloc.c:711)
1395
==15191==    by 0x229749: string_list_create (string_list.c:35)
1396
==15191==    by 0x2457C7: dvr_entry_init (dvr_db.c:4827)
1397
==15191==    by 0x24DAD9: dvr_init (dvr_config.c:1473)
1398
==15191==    by 0x1DCD3B: main (main.c:1243)
1399
==15191== 
1400
==15191== 24 bytes in 2 blocks are still reachable in loss record 4 of 11
1401
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1402
==15191==    by 0x4C52A07: _dbus_register_shutdown_func (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1403
==15191== 
1404
==15191== 30 bytes in 3 blocks are definitely lost in loss record 5 of 11
1405
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1406
==15191==    by 0x4E3D933: strdup (strdup.c:42)
1407
==15191==    by 0x24B737: dvr_get_disk_space_cb (dvr_vfsmgr.c:447)
1408
==15191==    by 0x1DFB4F: mtimer_thread (main.c:644)
1409
==15191==    by 0x1E8141: thread_wrapper (wrappers.c:181)
1410
==15191==    by 0x4C8CFC3: start_thread (pthread_create.c:335)
1411
==15191==    by 0x4E98BC7: ??? (clone.S:76)
1412
==15191== 
1413
==15191== 40 bytes in 1 blocks are still reachable in loss record 6 of 11
1414
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1415
==15191==    by 0x4C53047: ??? (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1416
==15191== 
1417
==15191== 66 bytes in 3 blocks are still reachable in loss record 7 of 11
1418
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1419
==15191==    by 0x4C50903: _dbus_strdup (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1420
==15191== 
1421
==15191== 312 bytes in 13 blocks are still reachable in loss record 8 of 11
1422
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1423
==15191==    by 0x4C590FF: ??? (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1424
==15191== 
1425
==15191== 352 bytes in 1 blocks are still reachable in loss record 9 of 11
1426
==15191==    at 0x4847568: malloc (vg_replace_malloc.c:299)
1427
==15191==    by 0x4E237E3: __fopen_internal (iofopen.c:69)
1428
==15191==    by 0x58F75DB: ???
1429
==15191==    by 0x58F7ACB: ???
1430
==15191==    by 0x4EBAFB7: __nss_getent_r (getnssent_r.c:174)
1431
==15191==    by 0x4E60EF7: getgrent_r@@GLIBC_2.4 (getXXent_r.c:161)
1432
==15191==    by 0x4EBAB77: __nss_getent (getnssent.c:36)
1433
==15191==    by 0x4E6054B: getgrent (getXXent.c:83)
1434
==15191==    by 0x1DB50D: get_user_groups (main.c:238)
1435
==15191==    by 0x1DB50D: main (main.c:1064)
1436
==15191== 
1437
==15191== 620 bytes in 5 blocks are still reachable in loss record 10 of 11
1438
==15191==    at 0x4849CE0: calloc (vg_replace_malloc.c:711)
1439
==15191==    by 0x4C3E33B: ??? (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1440
==15191== 
1441
==15191== 2,092 bytes in 9 blocks are still reachable in loss record 11 of 11
1442
==15191==    at 0x4849F4C: realloc (vg_replace_malloc.c:785)
1443
==15191==    by 0x4C52E3B: ??? (in /lib/arm-linux-gnueabihf/libdbus-1.so.3.14.15)
1444
==15191== 
1445
==15191== LEAK SUMMARY:
1446
==15191==    definitely lost: 30 bytes in 3 blocks
1447
==15191==    indirectly lost: 0 bytes in 0 blocks
1448
==15191==      possibly lost: 0 bytes in 0 blocks
1449
==15191==    still reachable: 3,534 bytes in 36 blocks
1450
==15191==         suppressed: 24 bytes in 1 blocks
1451
==15191== 
1452
==15191== For counts of detected and suppressed errors, rerun with: -v
1453
==15191== Use --track-origins=yes to see where uninitialised values come from
1454
==15191== ERROR SUMMARY: 3449982 errors from 55 contexts (suppressed: 12 from 9)
1455
==15191== could not unlink /tmp/vgdb-pipe-from-vgdb-to-15191-by-root-on-???
1456
==15191== could not unlink /tmp/vgdb-pipe-to-vgdb-from-15191-by-root-on-???
1457
==15191== could not unlink /tmp/vgdb-pipe-shared-mem-vgdb-15191-by-root-on-???
1458

    
1459

    
1460

    
1461
root@meter:/usr/src/tvheadend # build.linux/tvheadend -u hts -g video
1462
2018-10-13 10:17:48.216 [   INFO] main: Log started
1463
2018-10-13 10:17:48.223 [   INFO] http: Starting HTTP server 0.0.0.0:9981
1464
2018-10-13 10:17:48.224 [   INFO] htsp: Starting HTSP server 0.0.0.0:9982
1465
2018-10-13 10:17:48.245 [   INFO] config: loaded
1466
2018-10-13 10:17:48.247 [   INFO] config: scanfile (re)initialization with path <none>
1467
2018-10-13 10:17:48.247 [   INFO] transcode: 'video' context type registered
1468
2018-10-13 10:17:48.247 [   INFO] transcode: 'audio' context type registered
1469
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHH264Decoder' decoder helper registered
1470
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHTHEORADecoder' decoder helper registered
1471
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHAACDecoder' decoder helper registered
1472
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHVORBISDecoder' decoder helper registered
1473
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHOPUSDecoder' decoder helper registered
1474
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHMPEG2VIDEOEncoder' encoder helper registered
1475
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHH264Encoder' encoder helper registered
1476
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHHEVCEncoder' encoder helper registered
1477
2018-10-13 10:17:48.247 [   INFO] transcode: '&TVHAACEncoder' encoder helper registered
1478
2018-10-13 10:17:48.248 [   INFO] codec: 'mpeg2video' encoder registered
1479
2018-10-13 10:17:48.248 [   INFO] codec: 'mp2' encoder registered
1480
2018-10-13 10:17:48.248 [   INFO] codec: 'aac' encoder registered
1481
2018-10-13 10:17:48.248 [   INFO] codec: 'vorbis' encoder registered
1482
2018-10-13 10:17:48.248 [   INFO] codec: 'flac' encoder registered
1483
2018-10-13 10:17:48.248 [   INFO] codec: 'libx264' encoder registered
1484
2018-10-13 10:17:48.248 [   INFO] codec: 'libtheora' encoder registered
1485
2018-10-13 10:17:48.248 [   INFO] codec: 'libvorbis' encoder registered
1486
2018-10-13 10:17:48.248 [   INFO] codec: 'libopus' encoder registered
1487
2018-10-13 10:17:48.248 [   INFO] codec: 'h264_vaapi' encoder registered
1488
2018-10-13 10:17:48.248 [   INFO] codec: 'hevc_vaapi' encoder registered
1489
2018-10-13 10:17:48.248 [   INFO] codec: 'vp8_vaapi' encoder registered
1490
2018-10-13 10:17:48.248 [   INFO] codec: 'vp9_vaapi' encoder registered
1491
2018-10-13 10:17:48.248 [   INFO] codec: 'h264_omx' encoder registered
1492
2018-10-13 10:17:48.249 [   INFO] codec: 'webtv-aac' codec profile created
1493
2018-10-13 10:17:48.249 [   INFO] codec: 'webtv-h264' codec profile created
1494
2018-10-13 10:17:48.249 [   INFO] codec: 'webtv-vorbis' codec profile created
1495
2018-10-13 10:17:48.249 [  ERROR] codec: codec 'libvpx' not found
1496
2018-10-13 10:17:48.249 [  ERROR] codec: unable to create codec profile from config tree: 'webtv-vp8'
1497
2018-10-13 10:17:48.299 [   INFO] cwc: 127.0.0.1:15050: Attemping to connect to server
1498
2018-10-13 10:17:48.300 [   INFO] descrambler: adding CAID 2600/FFFF as ConstCW interval 10000ms pc 20 ep default (BISS)
1499
2018-10-13 10:17:48.300 [   INFO] descrambler: adding CAID 0E00/FFFF as MultiPID interval 1000ms pc 2 ep default (PowerVu)
1500
2018-10-13 10:17:48.311 [   INFO] cwc: 127.0.0.1:15050: Connected as user tvh00 to a Irdeto-card-00000000 [CAID:0604 : 00.00.00.00.1c.0d.02.19] with 5 providers
1501
2018-10-13 10:17:48.311 [   INFO] cwc: 127.0.0.1:15050: Will forward EMMs
1502
2018-10-13 10:17:48.545 [   INFO] iptv: Using 2 input thread(s)
1503
2018-10-13 10:17:48.551 [   INFO] linuxdvb: adapter added /dev/dvb/adapter0
1504
2018-10-13 10:17:48.553 [   INFO] linuxdvb: adapter 0 setting exclusive flag
1505
2018-10-13 10:17:49.701 [   INFO] dvr: Creating new configuration ''
1506
2018-10-13 10:17:49.705 [   INFO] epggrab: module uk_freesat created
1507
2018-10-13 10:17:49.705 [   INFO] epggrab: module uk_freeview created
1508
2018-10-13 10:17:49.705 [   INFO] epggrab: module nz_freeview2 created
1509
2018-10-13 10:17:49.706 [   INFO] epggrab: module nz_freeview1 created
1510
2018-10-13 10:17:49.706 [   INFO] epggrab: module viasat_baltic created
1511
2018-10-13 10:17:49.706 [   INFO] epggrab: module Bulsatcom_39E created
1512
2018-10-13 10:17:49.706 [   INFO] epggrab: module uk_cable_virgin created
1513
2018-10-13 10:17:49.706 [   INFO] epggrab: module eit created
1514
2018-10-13 10:17:49.706 [   INFO] epggrab: module psip created
1515
2018-10-13 10:17:49.729 [   INFO] epggrab: module opentv-skyuk created
1516
2018-10-13 10:17:49.731 [   INFO] epggrab: module opentv-ausat created
1517
2018-10-13 10:17:49.732 [   INFO] epggrab: module opentv-skyit created
1518
2018-10-13 10:17:49.738 [   INFO] epggrab: module opentv-skynz created
1519
2018-10-13 10:17:49.738 [   INFO] epggrab: module xmltv created
1520
2018-10-13 10:17:49.759 [   INFO] tbl-eit: module eit - scraper disabled by config
1521
2018-10-13 10:17:49.766 [   INFO] epgdb: gzip format detected, inflating (ratio 22.3% deflated size 1045347)
1522
2018-10-13 10:17:49.784 [   INFO] scanfile: DVB-S - loaded 1 regions with 113 networks
1523
2018-10-13 10:17:49.785 [   INFO] scanfile: DVB-T - loaded 44 regions with 1127 networks
1524
2018-10-13 10:17:49.785 [   INFO] scanfile: DVB-C - loaded 18 regions with 60 networks
1525
2018-10-13 10:17:49.785 [   INFO] scanfile: ATSC-T - loaded 2 regions with 12 networks
1526
2018-10-13 10:17:49.785 [   INFO] scanfile: ATSC-C - loaded 1 regions with 5 networks
1527
2018-10-13 10:17:49.785 [   INFO] scanfile: ISDB-T - loaded 2 regions with 1297 networks
1528
2018-10-13 10:17:49.872 [   INFO] epgdb: parsing 4689056 bytes
1529
2018-10-13 10:17:50.816 [   INFO] epgdb: loaded v3
1530
2018-10-13 10:17:50.816 [   INFO] epgdb:   config     1
1531
2018-10-13 10:17:50.816 [   INFO] epgdb:   broadcasts 18379
1532
2018-10-13 10:17:50.850 [ NOTICE] START: HTS Tvheadend version 4.3-1465~g433bcd2e5 started, running as PID:17817 UID:113 GID:44, CWD:/usr/src/tvheadend CNF:/home/hts/.hts/tvheadend
1533
2018-10-13 10:17:50.856 [   INFO] mpegts: 498MHz in Ziggo - tuning on DRXK DVB-C DVB-T : DVB-C #0
1534
2018-10-13 10:17:50.856 [   INFO] subscription: 0001: "epggrab" subscribing to mux "498MHz", weight: 4, adapter: "DRXK DVB-C DVB-T : DVB-C #0", network: "Ziggo", service: "Raw PID Subscription"
1535
2018-10-13 10:17:51.047 [WARNING] linuxdvb: Unhandled ERROR_BIT_COUNT scale: 0
1536
2018-10-13 10:17:51.047 [WARNING] linuxdvb: Unable to provide BER value.
1537
2018-10-13 10:17:51.047 [WARNING] linuxdvb: Unhandled ERROR_BLOCK_COUNT scale: 0
1538
Aborted
(7-7/7)