Bug #6306
Manual timer recordings broken 4.3.0~pre+202310010012
0%
Description
Updated tvheadend to latest build on ubuntu server mppa:mamarley/tvheadend-git. Timers I had setup prior to updating and even new timers setup now crash tvheadend with the below (probably doesn't help much but I am hoping it will mean something!). If I set a program to record from the EPG however it does not crash which is weird.
2023-10-03 17:30:00.020 [ DEBUG]:dvr: File "/media/recordings/WIN News/WIN-News-2023-10-03-17_30.mkv" -- No such file or directory -- Using for recording
2023-10-03 17:30:00.021 [ ALERT]:CRASH: Signal: 11 in PRG: /usr/bin/tvheadend (4.3.0~pre+202310010012-0~built202310010043~git51adc0404~ubuntu22.04.1) [64120c5d840b805e489a5e7322db32fcba010014] CWD: /
2023-10-03 17:30:00.021 [ ALERT]:CRASH: Fault address 0xbb (Address not mapped)
2023-10-03 17:30:00.021 [ ALERT]:CRASH: Loaded libraries: linux-vdso.so.1 /lib/x86_64-linux-gnu/libhdhomerun.so.4 /lib/x86_64-linux-gnu/libdvbcsa.so.1 /lib/x86_64-linux-gnu/libssl.so.3 /lib/x86_64-linux-gnu/libcrypto.so.3 /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libpcre2-8.so.0 /lib/x86_64-linux-gnu/liburiparser.so.1 /lib/x86_64-linux-gnu/libavahi-common.so.3 /lib/x86_64-linux-gnu/libavahi-client.so.3 /lib/x86_64-linux-gnu/libavfilter.so.7 /lib/x86_64-linux-gnu/libavformat.so.58 /lib/x86_64-linux-gnu/libavcodec.so.58 /lib/x86_64-linux-gnu/libavutil.so.56 /lib/x86_64-linux-gnu/libva.so.2 /lib/x86_64-linux-gnu/libdbus-1.so.3 /lib/x86_64-linux-gnu/libsystemd.so.0 /lib/x86_64-linux-gnu/libm.so.6 /lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libswscale.so.5 /lib/x86_64-linux-gnu/libpostproc.so.55 /lib/x86_64-linux-gnu/libswresample.so.3 /lib/x86_64-linux-gnu/libpocketsphinx.so.3 /lib/x86_64-linux-gnu/libsphinxbase.so.3 /lib/x86_64-linux-gnu/libbs2b.so.0 /lib/x86_64-linux-gnu/liblilv-0.so.0 /lib/x86_64-linux-gnu/librubberband
2023-10-03 17:30:00.021 [ ALERT]:CRASH: Register dump [23]: 00007fd1ec00108000007fd20a1ee6b0000000000000000039873f01cf5f334800007fd1ec00111000007fd20a1ee9a6000000000000000000007fd1ec0010800000000000000007000000000000004000007fd20a1ee9e0000000000000000000000000000000010000000000000000000000000000004000007fd20a1ee850000055860035691f0000000000010246002b0000000000330000000000000004000000000000000efffffffe7ffbba1100000000000000bb
2023-10-03 17:30:00.021 [ ALERT]:CRASH: STACKTRACE
2023-10-03 17:30:00.032 [ ALERT]:CRASH: ??:0 0x558600239c78 0x558600092000
2023-10-03 17:30:00.043 [ ALERT]:CRASH: ??:0 0x7fd2430e8520 0x7fd2430a6000
2023-10-03 17:30:00.052 [ ALERT]:CRASH: ??:0 0x55860035691f 0x558600092000
2023-10-03 17:30:00.062 [ ALERT]:CRASH: ??:0 0x5586002b2421 0x558600092000
2023-10-03 17:30:00.072 [ ALERT]:CRASH: ??:0 0x5586002934d5 0x558600092000
2023-10-03 17:30:00.081 [ ALERT]:CRASH: ??:0 0x558600297514 0x558600092000
2023-10-03 17:30:00.091 [ ALERT]:CRASH: ??:0 0x55860029857c 0x558600092000
2023-10-03 17:30:00.100 [ ALERT]:CRASH: ??:0 0x5586001f7402 0x558600092000
2023-10-03 17:30:00.110 [ ALERT]:CRASH: ??:0 0x7fd24313ab43 0x7fd2430a6000
Installed tvheadend on a VM using cloudsmith version (https://cloudsmith.io/~tvheadend/)
Problem occurs still so can re-create.
History
Updated by Hanspeter Müller about 1 year ago
Install the tvheadend-dbg and post a Stacktrace with them installed, otherwise the devs will eighter ignore you or simply close the Bug...
Also, check if the user that tvheadend is running under has permissions on /media/recordings/, "No such file or directory" looks like it cannot write the file, which could be a permission problem, or the root-path does not exist...