From: ellie <el...@ho...> - 2022-06-26 08:29:54
|
Hi everyone, How do I run openssl programs in valgrind on processors where it causes SIGILL? https://www.openssl.org/docs/faq.html#PROG17 They recommend to use handle SIGILL nostop, but the only mention in the valgrind documentation of that seems to be how to do this in gdb, not how to do this in valgrind itself. Regards, ellie |