Description of problem: Running vlc on f27 using wandboard quad (cortex-a9 with neon). and etnaviv shows the following error in gdb. Version-Release number of selected component (if applicable): libcrypt-nss-2.25.90-2.fc27.armv7hl How reproducible: always Steps to Reproduce: 1. vlc on armv7 2. 3. Actual results: Cannot parse expression `.L1017 4@r4'. Program received signal SIGILL, Illegal instruction 0xb52defa8 in _armv7_tick () from /lib/libcrypto.so.1.1 Expected results: Play video. Additional info: # cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 10 (v7l) BogoMIPS : 6.00 Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x2 CPU part : 0xc09 CPU revision : 10 4.12.0-0.rc5.git0.1.fc27.armv7hl
libcrypto (with an o) is part of openssl.
The openssl handles the SIGILL and uses it to test for the instructions present - this is not a bug.
If you have trouble running vlc outside the gdb it is probably irrelevant to this SIGILL.