Re: How to do handle SIGILL nostop in valgrind?

Tom Hughes via Valgrind-users <[email protected]>
Newsgroups gmane.comp.debugging.valgrind
Message-ID <[email protected]>
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 ([email protected])
http://compton.nu/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.