https://bugs.kde.org/show_bug.cgi?id=357338
Bug ID: 357338 Summary: Unhandled instruction for SHA instructions libcrypto Boring SSL Product: valgrind Version: unspecified Platform: Android OS: other Status: UNCONFIRMED Severity: grave Priority: NOR Component: memcheck Assignee: jsew...@acm.org Reporter: satyakoneru.ii...@gmail.com Android M - 6.0 Arm64 Valgrind - 3.11.0.SVN.aosp Valgrind terminating for sha1h , sha1c etc ( sha*) with the below error all the time. disInstr(arm64): unhandled instruction 0x5E140020 disInstr(arm64): 0101'1110 0001'0100 0000'0000 0010'0000 Reproducible: Always Steps to Reproduce: 1. Build executable which loads libcrypto.so generated on Android 6.0 2. Run valgrind ( valgrind < executable> ) Actual Results: Error occurs and process terminated. Expected Results: Valgrind should not be terminated. Assembly code with instructions at the below location. https://android.googlesource.com/platform/external/boringssl/+/d9e397b599b13d642138480a28c14db7a136bf05/linux-aarch64/crypto/sha/sha1-armv8.S -- You are receiving this mail because: You are watching all bug changes.