Bug #4286
Tvheadend latested git Segmentation fault
0%
Description
build lastested git for router wrt1200ac LEDE (using musl C library) found Segmentation fault when executed command tvheadend -v
No problem with version 4.0 (https://github.com/tvheadend/tvheadend/tree/release/4.0)
No problem with lastested git for openwrt 15.05.1(using uclibc C library)
root@WRT1200AC:~# ldd /tmp/syscfg/bin/tvheadend (openwrt 15.05.1) /lib/ld-uClibc.so.0 (0x7f5ef000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb642c000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb62eb000) libz.so.1 => /usr/lib/libz.so.1 (0xb62c9000) libdl.so.0 => /lib/ld-uClibc.so.0 (0x7f5ef000) libpthread.so.0 => /lib/ld-uClibc.so.0 (0x7f5ef000) libm.so.0 => /lib/ld-uClibc.so.0 (0x7f5ef000) librt.so.0 => /lib/ld-uClibc.so.0 (0x7f5ef000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb62af000) libc.so.0 => /lib/ld-uClibc.so.0 (0x7f5ef000) root@WRT1200AC:~# ldd /tmp/syscfg/bin/tvheadend.lede.new (latested LEDE) /lib/ld-musl-armhf.so.1 (0x7f56a000) libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb63b0000) libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb626f000) libz.so.1 => /usr/lib/libz.so.1 (0xb624d000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6233000) libc.so => /lib/ld-musl-armhf.so.1 (0x7f56a000)
LEDE forum also reported this problem (https://forum.lede-project.org/t/tvheadend-latested-git-segfault/2268)
root@WRT1200AC:~# uname -a Linux WRT1200AC 4.9.13 #0 SMP Wed Mar 1 02:06:40 2017 armv7l GNU/Linux root@WRT1200AC:~# valgrind --trace-children=yes --track-origins=yes --leak-check=full --show-reachable=yes /tmp/syscfg/bin/tvheadend.lede.new -v ==10970== Memcheck, a memory error detector ==10970== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==10970== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info ==10970== Command: /tmp/syscfg/bin/tvheadend.lede.new -v ==10970== ==10970== Conditional jump or move depends on uninitialised value(s) ==10970== at 0x404B800: ??? (in /lib/libc.so) ==10970== Uninitialised value was created by a stack allocation ==10970== at 0x4056330: ??? (in /lib/libc.so) ==10970== ==10970== Use of uninitialised value of size 4 ==10970== at 0x404B804: ??? (in /lib/libc.so) ==10970== Uninitialised value was created by a stack allocation ==10970== at 0x4056330: ??? (in /lib/libc.so) ==10970== ==10970== Conditional jump or move depends on uninitialised value(s) ==10970== at 0x404B218: ??? (in /lib/libc.so) ==10970== Uninitialised value was created by a stack allocation ==10970== at 0x4056330: ??? (in /lib/libc.so) ==10970== ==10970== ==10970== Process terminating with default action of signal 11 (SIGSEGV) ==10970== Bad permissions for mapped region at address 0x36961C ==10970== at 0x4055760: ??? (in /lib/libc.so) ==10970== ==10970== HEAP SUMMARY: ==10970== in use at exit: 0 bytes in 0 blocks ==10970== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ==10970== ==10970== All heap blocks were freed -- no leaks are possible ==10970== ==10970== For counts of detected and suppressed errors, rerun with: -v ==10970== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) Segmentation fault
History
Updated by Harry Lau over 7 years ago
strings /tmp/syscfg/bin/tvheadend.lede.new
...
...
...
Configure arguments:
--target=arm-openwrt-linux --host=arm-openwrt-linux --build=i686-pc-linux-gnu --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --disable-cwc --disable-v4l --disable-avahi --disable-dvbcsa --disable-tvhcsa --disable-dbus_1 --disable-capmt --disable-constcw --disable-iptv --disable-satip_server --disable-satip_client --disable-imagecache --disable-uriparser --disable-libx264_static --disable-libmfx_static --disable-libx265_static --disable-hdhomerun_static --release --enable-bundle --enable-trace --enable-dvbconv --disable-libav --disable-libffmpeg_static --disable-ffmpeg --disable-ffmpeg_static
Compiler:
Using C compiler: ccache arm-openwrt-linux-muslgnueabi-gcc
Using C flags: -Os -pipe -mcpu=cortex-a9 -mfpu=vfpv3-d16 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/hd1/lede/source/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/tvheadend-master:tvheadend-master -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro
Using LD flags: -L/hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/lib -L/hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/lib -L/hd1/lede/source/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.4.0_musl_eabi/usr/lib -L/hd1/lede/source/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.4.0_musl_eabi/lib -znow -zrelro
Build for arch: arm
Binaries:
Using PYTHON: python
Using GZIP: gzip
Using BZIP2: bzip2
Options:
pie yes
ccdebug no
cwc no
capmt no
constcw no
linuxdvb yes
satip_server no
satip_client no
hdhomerun_client no
hdhomerun_static no
iptv no
tsfile yes
dvbscan yes
timeshift yes
trace yes
imagecache no
avahi no
zlib yes
libav no
ffmpeg_static no
libx264 yes
libx264_static no
libx265 yes
libx265_static no
libvpx yes
libvpx_static yes
libtheora yes
libtheora_static yes
libvorbis yes
libvorbis_static yes
libfdkaac yes
libfdkaac_static yes
nvenc no
qsv no
libmfx_static no
inotify yes
epoll yes
uriparser no
ccache yes
tvhcsa no
bundle yes
dvbcsa no
dvben50221 no
kqueue no
dbus_1 no
android no
tsdebug no
gtimer_check no
slow_memoryinfo no
libsystemd_daemon no
bintray_cache yes
W_unused_result yes
getloadavg yes
atomic64 yes
atomic_time_t yes
bitops64 yes
stime yes
gmtoff yes
recvmmsg yes
sendmmsg yes
ifnames yes
py_gzip yes
bin_pkg_config yes
bin_xgettext yes
bin_msgmerge yes
bin_gzip yes
bin_bzip2 yes
ssl yes
linuxdvbapi yes
inotify_h yes
mpegts yes
mpegts_dvb yes
Packages:
openssl 1.0.2k
zlib 1.2.11
Installation paths:
Prefix: /usr
Binaries: /usr/bin
Libraries: ${prefix}/lib
Data files: /usr/share
Man pages: /usr/man
2017-03-14T08:44:56+0000
Updated by Mark Clarkstone over 7 years ago
- Status changed from New to Invalid
Please upgrade your version, this has more than likely been fixed in the latest 4.2 release.
If not, please reply & I'll reopen.
Updated by Harry Lau over 7 years ago
Mark Clarkstone wrote:
Please upgrade your version, this has more than likely been fixed in the latest 4.2 release.
If not, please reply & I'll reopen.
problem still persists,both arch mipsel or arm with same error " Segmentation fault"
dmesg showed
[ 795.805882] do_page_fault(): sending SIGSEGV to tvheadend for invalid write access to 55a983f8
[ 795.814768] epc = 77723d1c in libc.so[776a2000+92000]
[ 795.819972] ra = 777249f0 in libc.so[776a2000+92000]
[ 926.825163] do_page_fault(): sending SIGSEGV to tvheadend for invalid write access to 55c3e3f8
[ 926.834074] epc = 77f39d1c in libc.so[77eb8000+92000]
[ 926.839303] ra = 77f3a9f0 in libc.so[77eb8000+92000]
tvheadend version
Checking connectivity... done.
Checking out files: 100% (5163/5163), done.
Note: checking out '658ddd6c3b490437b5f62c26eb34f9ee745d0107'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 658ddd6... bintray.py: show the backtrace when the filename is not parsed correctly, fix component version
Packing checkout...
....
strings tvheadend
Using C compiler: ccache mipsel-openwrt-linux-musl-gcc
Using C flags: -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/hd1/lede/source/build_dir/target-mipsel_24kc_musl/tvheadend-master:tvheadend-master -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro
Using LD flags: -L/hd1/lede/source/staging_dir/target-mipsel_24kc_musl/usr/lib -L/hd1/lede/source/staging_dir/target-mipsel_24kc_musl/lib -L/hd1/lede/source/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl/usr/lib -L/hd1/lede/source/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl/lib -znow -zrelro
Build for arch: mipsel
Binaries:
Using PYTHON: python
Using GZIP: gzip
Using BZIP2: bzip2
Options:
pie yes
ccdebug no
cwc no
capmt no
constcw no
linuxdvb yes
satip_server no
satip_client no
hdhomerun_client no
hdhomerun_static no
iptv no
tsfile yes
dvbscan yes
timeshift yes
trace yes
imagecache no
avahi no
zlib yes
libav no
ffmpeg_static no
libx264 yes
libx264_static no
libx265 yes
libx265_static no
libvpx yes
libvpx_static yes
libtheora yes
libtheora_static yes
libvorbis yes
libvorbis_static yes
libfdkaac yes
libfdkaac_static yes
nvenc no
qsv no
libmfx_static no
inotify yes
epoll yes
uriparser no
ccache yes
tvhcsa no
bundle yes
pngquant no
dvbcsa no
dvben50221 no
kqueue no
dbus_1 no
android no
tsdebug no
gtimer_check no
slow_memoryinfo no
libsystemd_daemon no
bintray_cache yes
W_unused_result yes
getloadavg yes
atomic_time_t yes
bitops64 yes
stime yes
gmtoff yes
recvmmsg yes
sendmmsg yes
ifnames yes
llabs yes
py_gzip yes
bin_pkg_config yes
bin_xgettext yes
bin_msgmerge yes
bin_gzip yes
bin_bzip2 yes
ssl yes
linuxdvbapi yes
inotify_h yes
inotify_init1 yes
epoll_create1 yes
mpegts yes
mpegts_dvb yes
Packages:
openssl 1.0.2k
zlib 1.2.11
Installation paths:
Prefix: /usr
Binaries: /usr/bin
Libraries: ${prefix}/lib
Data files: /usr/share
Man pages: /usr/man
2017-04-23T05:09:34+00:00
Updated by Harry Lau over 7 years ago
Configure arguments:
--target=mipsel-openwrt-linux --host=mipsel-openwrt-linux --build=i686-pc-linux-gnu --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --disable-cwc --disable-v4l --disable-avahi --disable-dvbcsa --disable-tvhcsa --disable-dbus_1 --disable-capmt --disable-constcw --disable-iptv --disable-satip_server --disable-satip_client --disable-imagecache --disable-uriparser --disable-libx264_static --disable-libmfx_static --disable-libx265_static --disable-hdhomerun_static --release --enable-bundle --enable-dvbconv --disable-libav --disable-libffmpeg_static --disable-ffmpeg --disable-ffmpeg_static
Updated by Mark Clarkstone over 7 years ago
Hmm, seems I can't reopen this. I'll ask perexg to open it!
Interesting that you say it's segfaulting on arm, it's running fine on both my RPi & NSA310 (armv5te).
Either way, we now know it's still a problem with latest git.
Updated by Harry Lau over 7 years ago
Mark Clarkstone wrote:
Hmm, seems I can't reopen this. I'll ask perexg to open it!
Interesting that you say it's segfaulting on arm, it's running fine on both my RPi & NSA310 (armv5te).
Either way, we now know it's still a problem with latest git.
I think tvheadend only crash when using musl libc,RPI and NSA310 may using glibc.
Updated by Oleg Voropaev over 7 years ago
Confirmed on mpc8540 (PowerPC) architecture with musl.
Both 4.3 and 4.2.3 are segfaulted, while 4.0.9 and 4.0.10 are running without any problems
Updated by Jaroslav Kysela over 7 years ago
I cannot help if I don't see where tvh crashes: https://tvheadend.org/projects/tvheadend/wiki/Debugging
Updated by Harry Lau about 7 years ago
Jaroslav Kysela wrote:
I cannot help if I don't see where tvh crashes: https://tvheadend.org/projects/tvheadend/wiki/Debugging
got this
@ubuntu:/hd1/lede/source$ ./scripts/remote-gdb 192.168.0.1:3000 staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
Choose target:
1) mipsel_24kc (musl)
2) arm_cortex-a9+vfpv3 (musl_eabi)
Target? > 2
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-openwrt-linux-muslgnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend...done.
0xb6fde218 in fchown (fd=0, uid=0, gid=0) at src/unistd/fchown.c:9
9 src/unistd/fchown.c: No such file or directory.
(gdb) r
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
^Cy
^CInterrupted while waiting for the program.
Give up waiting? (y or n) y
Quit
@ubuntu:/hd1/lede/source$ ls./scripts/remote-gdb 192.168.0.1:3000 staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
-bash: ls./scripts/remote-gdb: No such file or directory
henry@ubuntu:/hd1/lede/source$ ./scripts/remote-gdb 192.168.0.1:3000 staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
Choose target:
1) mipsel_24kc (musl)
2) arm_cortex-a9+vfpv3 (musl_eabi)
Target? > 2
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-openwrt-linux-muslgnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend...done.
(gdb) r
Starting program: /hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
Program received signal SIGSEGV, Segmentation fault.
0xb6fdef88 in sysv_hash (s0=<optimized out> at ldso/dynlink.c:194
194 ldso/dynlink.c: No such file or directory.
Updated by Harry Lau about 7 years ago
mipsel:
Reading symbols from staging_dir/target-mipsel_24kc_musl/root-ramips/usr/bin/tvheadend...done.
r(gdb) r
Starting program: /hd1/lede/source/staging_dir/target-mipsel_24kc_musl/root-ramips/usr/bin/tvheadend
Program received signal SIGSEGV, Segmentation fault.
do_relocs (dso=0x77ffe460 <app>, rel=0x55568e58, rel_size=517000, stride=2)
at ldso/dynlink.c:411
411 ldso/dynlink.c: No such file or directory.
(gdb) where
#0 do_relocs (dso=0x77ffe460 <app>, rel=0x55568e58, rel_size=517000, stride=2)
at ldso/dynlink.c:411
#1 0x77fdd9f0 in reloc_all (p=0x77ffe460 <app> at ldso/dynlink.c:1153
#2 0x77fdf840 in __dls3 (sp=<optimized out> at ldso/dynlink.c:1598
#3 0x77fdeeb0 in __dls2 (base=<optimized out>, sp=0x7fffedd0)
at ldso/dynlink.c:1384
#4 0x77f6a110 in _dlstart ()
from /hd1/lede/source/scripts/../staging_dir/target-mipsel_24kc_musl/root-ramips/lib/ld-musl-mipsel-sf.so.1
Backtrace stopped: frame did not save the PC
Updated by Harry Lau about 7 years ago
Jaroslav Kysela wrote:
These traces are for code in the musl library.
@ubuntu:/hd1/lede/source$ ./scripts/remote-gdb 192.168.0.106:3000 staging_dir/target-mipsel_24kc_musl/root-ramips/usr/bin/tvheadend
Using target mipsel_24kc (musl)
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=mipsel-openwrt-linux-musl".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from staging_dir/target-mipsel_24kc_musl/root-ramips/usr/bin/tvheadend...done.
(gdb) info source
No current source file.
(gdb) list
712 }
713
714 /* Wait /
715 pthread_cond_timedwait(>imer_cond, &global_lock, &ts);
716 pthread_mutex_unlock(&global_lock);
717 }
718 }
719
720
721 /*
(gdb) r
Starting program: /hd1/lede/source/staging_dir/target-mipsel_24kc_musl/root-ramips/usr/bin/tvheadend
Program received signal SIGSEGV, Segmentation fault.
0x77fdc778 in pwrite (warning: GDB can't find the start of the function at 0x77ffe517.
GDB is unable to find the start of the function at 0x77ffe517
and thus can't determine the size of that function's stack frame.
This means that GDB may be unable to access that stack frame, or
the frames below it.
This problem is most likely caused by an invalid program counter or
stack pointer.
However, if you think GDB should simply search farther back
from 0x77ffe517 for code which looks like the beginning of a
function, you can increase the range of the search using the `set
heuristic-fence-post' command.
fd=<optimized out>, buf=<optimized out>, size=<optimized out>, ofs=8646278277104582656) at src/unistd/pwrite.c:7
7 src/unistd/pwrite.c: No such file or directory.
(gdb) list
2 in src/unistd/pwrite.c
(gdb) b main
Breakpoint 1 at 0x92a40: file src/main.c, line 726.
(gdb)
Updated by Harry Lau about 7 years ago
$ ./scripts/remote-gdb 192.168.0.1:3000 build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/tvheadend-master/.pkgdir/tvheadend/usr/bin/tvheadend
Choose target:
1) mipsel_24kc (musl)
2) arm_cortex-a9+vfpv3 (musl_eabi)
Target? > 2
GNU gdb (GDB) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-openwrt-linux-muslgnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/tvheadend-master/.pkgdir/tvheadend/usr/bin/tvheadend...done.
(gdb) set remote exec-file /mnt/sda4/tvheadend
(gdb) r
Starting program: /hd1/lede/source/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/tvheadend-master/.pkgdir/tvheadend/usr/bin/tvheadend
Program received signal SIGSEGV, Segmentation fault.
0xb6fdec5c in do_relocs (dso=dso@entry=0xb6ffd6d8 <app>, rel=0x405da0 <filebundle_data_000040+61404>, rel_size=0, stride=0, stride@entry=2) at ldso/dynlink.c:406
406 *reloc_addr = tls_val + addend - DTP_OFFSET;
I think the problem is similar to https://github.com/golang/go/issues/14478
Updated by Robert N almost 7 years ago
same problem here with musl libc. just compiled with glibc and works, at least with 4.2.1.
Updated by Harry Lau over 6 years ago
Problem solved after update tvheadend and openwrt to latest source with kernel 4.14.23,gcc 7.3 and musl 1.1.18.
but hit another problem
2018-03-06 01:18:39.662 [ ERROR] main: iconv() routine is not working properly ((null)), aborting!
Illegal instruction
after reverted this patch https://tvheadend.org/projects/tvheadend/repository/revisions/4535a2cf6ccf5209d220971890869390e1567889/diff/src/intlconv.c
and tvh work properly.
Updated by Harry Lau over 6 years ago
still hit error if I has plugged tv stick.
Starting program: /hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
Program received signal SIGILL, Illegal instruction.
_armv7_tick () at armv4cpuid.S:94
94 mrrc p15,1,r0,r1,c14 @ CNTVCT
according here https://bugzilla.redhat.com/show_bug.cgi?id=1235902,the crash at mrrc instruction is due to performance counters being inaccessible from userland on ARMv7 by default, see for example http://neocontra.blogspot.co.uk/2013/05/user-mode-performance-counters-for.html
Updated by Harry Lau over 6 years ago
update to tvh latest version 518d57bee25cf89ea04ec80e7974f64778b03ed0 + musl 1.9 and without this patch https://tvheadend.org/projects/tvheadend/repository/revisions/4535a2cf6ccf5209d220971890869390e1567889/diff/src/intlconv.c
still got Segmentation fault
henry@ubuntu:/hd1/lede/source$ ldd /hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
not a dynamic executable
henry@ubuntu:/hd1/lede/source$ ./scripts/remote-gdb 192.168.0.1:3000 staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend
Choose target:
1) mipsel_24kc (musl)
2) arm_cortex-a9+vfpv3 (musl_eabi)
Target? > 2
GNU gdb (GDB) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-openwrt-linux-muslgnueabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend...done.
do_relocs (dso=0x0, rel=0x0, rel_size=0, stride=3204447935) at ldso/dynlink.c:318
318 if (skip_relative && IS_RELATIVE(rel1, dso->syms)) continue;
(gdb) list
313 reuse_addends = 1;
314 skip_relative = 1;
315 }
316
317 for (; rel_size; rel+=stride, rel_size-=stride*sizeof(size_t)) {
318 if (skip_relative && IS_RELATIVE(rel1, dso->syms)) continue;
319 type = R_TYPE(rel1);
320 if (type == REL_NONE) continue;
321 reloc_addr = laddr(dso, rel0);
322
(gdb) c
Continuing.
Program received signal SIGILL, Illegal instruction.
0xb6ef5a68 in ?? ()
(gdb) list
323 if (stride > 2) {
324 addend = rel2;
325 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) {
326 addend = 0;
327 } else if (reuse_addends) {
328 /* Save original addend in stage 2 where the dso
329 * chain consists of just ldso; otherwise read back
330 * saved addend since the inline one was clobbered. */
331 if (head==&ldso)
332 saved_addends[save_slot] = *reloc_addr;
(gdb) c
Continuing.
[New Thread 5551.5563]
[New Thread 5551.5552]
[New Thread 5551.5561]
[New Thread 5551.5562]
[New Thread 5551.5564]
[New Thread 5551.5565]
[New Thread 5551.5566]
[New Thread 5551.5567]
[New Thread 5551.5568]
[New Thread 5551.5569]
[New Thread 5551.5570]
[New Thread 5551.5571]
[New Thread 5551.5573]
[New Thread 5551.5574]
[New Thread 5551.5575]
[New Thread 5551.5576]
[New Thread 5551.5577]
[New Thread 5551.5578]
[New Thread 5551.5579]
[New Thread 5551.5580]
[New Thread 5551.5581]
[New Thread 5551.5582]
[New Thread 5551.5583]
[New Thread 5551.5584]
[New Thread 5551.5585]
Thread 2 "tvh:save" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 5551.5563]
0xb6fd3784 in twoway_strstr (h=0x5dc5a8 "type", n=0xb6dfcd70 "\340", <incomplete sequence \354\267> at src/string/strstr.c:109
109 if (BITOP) {
(gdb) list
104 if (z-h < l) return 0;
105 } else z += grow;
106 }
107
108 /* Check last byte first; advance by shift on mismatch */
109 if (BITOP) {
110 k = l-shift[h[l-1]];
111 //printf("adv by zu (on %c) at [%s] (%zu;l=%zu)\n", k, h[l-1], h, shift[h[l-1]], l);
112 if (k) {
113 if (mem0 &x%x mem && k < p) k = l-p;
(gdb) bt full
#0 0xb6fd3784 in twoway_strstr (h=0x5dc5a8 "type", n=0xb6dfcd70 "\340", <incomplete sequence \354\267> at src/string/strstr.c:109
z = 0xb6fff0d4 "ڻ\246\304ְ\b"
l = 0
ip = <optimized out>
jp = <optimized out>
k = <optimized out>
p = 4278124287
ms = 3068120464
mem = 3070226644
mem0 = 12054240
byteset = {3068120432, 5610812, 12594992, 12054240, 6034956, 5833492, 516, 0}
shift = {3068120432, 3000000, 0, 3063110216, 12070656, 3299261402, 3063110212, 12594992, 3068120464, 12070256, 3063110212, 4096, 3068120432, 5808844, 0, 3070054636, 1, 1, 0, 0, 0,
1, 1, 0, 0, 3299261402, 3063110216, 12070656, 5808728, 43, 12022860, 11761240, 12010944, 4826336, 0, 0, 830917825, 43, 0, 12011032, 12011140, 3063110180, 3063110196, 3070226644,
0, 0, 0, 0, 10, 0, 0, 0, 10, 0 <repeats 203 times>}
#1 0x00000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) info file
Symbols from "/hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend".
Extended remote serial target in gdb-specific protocol:
Debugging a target over a serial line.
While running this, GDB does not access memory from...
Local exec file:
`/hd1/lede/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/tvheadend', file type elf32-littlearm.
Entry point: 0x4910d8
0x00400134 - 0x0040014c is .interp
0x0040014c - 0x00401338 is .hash
0x00401338 - 0x00403a38 is .dynsym
0x00403a38 - 0x00405f8c is .dynstr
0x00405f8c - 0x0040646c is .gnu.version
0x0040646c - 0x0040648c is .gnu.version_r
0x0040648c - 0x00488754 is .rel.dyn
0x00488754 - 0x004890dc is .rel.plt
0x004890dc - 0x004890e8 is .init
0x004890e8 - 0x00489f48 is .plt
0x00489f48 - 0x005b8af8 is .text
0x005b8af8 - 0x005b8b04 is .fini
0x005b8b08 - 0x00af6fd0 is .rodata
0x00af6fd0 - 0x00af6fd4 is .eh_frame
0x00b07228 - 0x00b07424 is .tbss
0x00b07228 - 0x00b0722c is .init_array
0x00b0722c - 0x00b07230 is .fini_array
0x00b07230 - 0x00b37530 is .data.rel.ro
0x00b37530 - 0x00b37658 is .dynamic
0x00b37658 - 0x00b38000 is .got
0x00b38000 - 0x00b74394 is .data
0x00b74398 - 0x00b7ca2c is .bss
0xb6f880f4 - 0xb6f8aefc is .hash in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6f8aefc - 0xb6f8e500 is .gnu.hash in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6f8e500 - 0xb6f95c90 is .dynsym in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6f95c90 - 0xb6f9a20d is .dynstr in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6f9a210 - 0xb6f9a518 is .rel.dyn in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6f9a518 - 0xb6fe0d08 is .text in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6fe0d08 - 0xb6feb167 is .rodata in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6feb168 - 0xb6feb170 is .ARM.exidx in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6ffbdc0 - 0xb6ffbeb8 is .data.rel.ro in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6ffbeb8 - 0xb6ffbf50 is .dynamic in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6ffbf50 - 0xb6ffc000 is .got in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6ffc000 - 0xb6ffc2be is .data in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
0xb6ffc2c0 - 0xb6ffe168 is .bss in /hd1/lede/source/scripts/../staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/lib/ld-musl-armhf.so.1
(gdb) c
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)
Updated by Sandy Gould over 6 years ago
Have a look at this PR over on the OpenWRT github: https://github.com/openwrt/packages/pull/6386
Does it fix the issue for you?
Updated by Harry Lau over 6 years ago
Sandy Gould wrote:
Have a look at this PR over on the OpenWRT github: https://github.com/openwrt/packages/pull/6386
Does it fix the issue for you?
Yes,problem is fixed by using this commit to compile tvh 4.2.6 version.