On 26/06/2022 09:13, ellie wrote:

How do I run openssl programs in valgrind on processors where it causes SIGILL? https://www.openssl.org/docs/faq.html#PROG17

In what way is it not working?

When valgrind encounters an instruction it doesn't understand it
logs the details and then passes the SIGILL to and signal handler
which the application has registered exactly as openssl appears
to be expecting.

Are you sure the SIGILL you're seeing is caused by openssl processor
feature detection and isn't just some other random instruction that
valgrind doesn't implement yet? What architecture is this?

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to