Bug #1460
[CRASH] While trying to add or change EPG Source to Channel
0%
Description
TVheadend crashes when trying to add or change the EPG data source (XMLTV)
Crash Log:Dec 21 17:30:58 nas tvheadend[19467]: CRASH: Signal: 6 in PRG: tvheadend (3.3.207~g8276b58) [35ddc78697cca390db8336bc48f5b2ef822fdc6a] CWD: /
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: Fault address 0x3e800004c0b (N/A)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: Loaded libraries: /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libz.so.1 /usr/lib/x86_64-linux-gnu/libavahi-common.so.3 /usr/
lib/x86_64-linux-gnu/libavahi-client.so.3 /lib/x86_64-linux-gnu/librt.so.1 /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libpthread.so.0 /lib/x86_64-linux-gnu/libm.so.6 /lib/x86_6
4-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libdbus-1.so.3 /lib64/ld-linux-x86-64.so.2 /lib/x86_64-linux-gnu/libnss_compat.so.2 /lib/x86_64-linux-gnu/libnsl.so.1 /lib/x86_64-linux-gnu/libn
ss_nis.so.2 /lib/x86_64-linux-gnu/libnss_files.so.2
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: Register dump [23]: 0000000000000000 00007fc60b0fcca8 0000000000000008 0000000000000202 000000000000002f 0000000000000037 00007fc5eeffb1d0 0000
000000000002 0000000000004c0b 000000000000677f 00007fc5eeffba00 0000000000000000 0000000000000006 0000000000000000 ffffffffffffffff 00007fc5eeffb048 00007fc60b12f445 0000000000000202 00000
00000000033 0000000000000000 0000000000000000 fffffffe7ffbfa17 0000000000000000
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: STACKTRACE
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/src/tvheadend-timeshift/src/trap.c:141 0x4286eb
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: ??:0 0x7fc60b7c1cb0
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: gsignal+0x35 (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: abort+0x17b (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: ??:0 0x7fc60b16d49e
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: __fortify_fail+0x37 (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: ??:0 0x7fc60b202800
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: ??:0 0x7fc60b201c69
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: _IO_default_xsputn+0xdd (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: _IO_vfprintf+0x25c2 (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: __vsprintf_chk+0x94 (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: __sprintf_chk+0x7d (/lib/x86_64-linux-gnu/libc.so.6)
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/include/x86_64-linux-gnu/bits/stdio2.h:34 0x42f7fb
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/src/tvheadend-timeshift/src/webui/extjs.c:594 0x443d47
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/src/tvheadend-timeshift/src/http.c:343 0x408b7d
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/src/tvheadend-timeshift/src/http.c:436 0x4091fd
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/src/tvheadend-timeshift/src/http.c:748 0x4094c0
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: /usr/src/tvheadend-timeshift/src/tcp.c:401 0x407969
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: ??:0 0x7fc60b7b9e9a
Dec 21 17:30:58 nas tvheadend[19467]: CRASH: clone+0x6d (/lib/x86_64-linux-gnu/libc.so.6)
History
Updated by Adam Sutton almost 12 years ago
- Status changed from New to Rejected
I cannot replicate this issue and since it was on my development branch I'm inclined to ignore it.
However if you can reproduced with latest master then please provide a debug log and gdb stack trace.
Adam