Kodi Community Forum
TVHeadend crash (regression) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: TVHeadend crash (regression) (/showthread.php?tid=118900)



TVHeadend crash (regression) - janumix - 2012-01-05

Hi

As soon as I press REC on LiveTV - tvheadend crashes with following report:

Code:
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: Signal: 11 in PRG: /usr/bin/tvheadend (2.12.99~pulse-4) [33c70a72c0020129dd0a86bcbb8cd6a44a6f39a0] CWD: /  
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: Fault address (nil) (Address not mapped)
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: Loaded libraries: /lib/i386-linux-gnu/librt.so.1 /lib/i386-linux-gnu/libdl.so.2 /usr/lib/i386-linux-gnu/liba
vahi-common.so.3 /usr/lib/i386-linux-gnu/libavahi-client.so.3 /lib/libssl.so.0.9.8
/lib/libcrypto.so.0.9.8 /lib/i386-linux-gnu/libpthread.so.0 /lib/i386-linux-gnu/libm.so.6 /lib/i386-linux-gnu/libc.so.6 /lib/ld-linux.so.2 /lib/i386-linux-gnu/libdbus-1.so.3 /lib/i386-linux-gnu/libz.so.1 /lib/i386-linux-gnu/libnss_compat.so.2 /lib/i386-linux-gnu/libnsl.so.1 /lib/i386-linux-gnu/libnss_nis.so.2 /lib/i386-linux-gnu/libnss_files.so.2  
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: Register dump [19]: 00000033 00000000 0000007b 0000007b 0809b170 00000000 bffc6d68 bffc6cb0 09b9ca08 00000001 00000009 00000000 0000000e 00000004 0806ecab 00000073 00210282 bffc6cb0 0000007b
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: STACKTRACE
Jan  5 22:28:13 XBMCLive tvheadend[2063]: TS: STB0899 Multistandard/CYFRA+: 10,719,000 kHz Vertical (No satconf)/4fun.TV: MPEG2AUDIO @ #92: Continuity counter error
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: ??:0 0x8067c2a
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: __kernel_rt_sigreturn+0x0  ()
Jan  5 22:28:13 XBMCLive tvheadend[2063]: TS: STB0899 Multistandard/CYFRA+: 10,719,000 kHz Vertical (No satconf)/4fun.TV: TELETEXT @ #516: Continuity counter error
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: ??:0 0x806bb0d
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: ??:0 0x804ba16
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: __libc_start_main+0xe7  (/lib/i386-linux-gnu/libc.so.6)
Jan  5 22:28:13 XBMCLive tvheadend[2063]: CRASH: ??:0 0x804ae21
Jan  5 22:28:19 XBMCLive kernel: [12181.174209] mantis stop feed and dma

TvHeadend cannot start up again until I remove recording entry in ~hts/.hts/tvheadend/dvr/log

HTS Tvheadend 2.12.99~pulse-4


seems to be a update issue - lbarzi - 2012-01-06

I check this file and donĀ“t mach with the configuration/digital video recording at the web interface:

/home/hts/.hts/tvheadend/dvr/config

Try delete the file, restart tvheadend or just reboot.

My workaround:

[email]root@mediacenter:~/.hts[/email]/tvheadend/dvr# ls
config log
[email]root@mediacenter:~/.hts[/email]/tvheadend/dvr# /etc/init.d/tvheadend stop
[email]root@mediacenter:~/.hts[/email]/tvheadend/dvr# rm config
[email]root@mediacenter:~/.hts[/email]/tvheadend/dvr# /etc/init.d/tvheadend start

Hope this help you.


- opdenkamp - 2012-01-06

should be fixed after deleting your previous dvr config indeed.


- janumix - 2012-01-07

yes, you were right - this helped - thank you !