On Wed, Apr 07, 2021 at 11:26:05AM -0500, John D. Baker wrote:
> Running under 'gdb' showed:
> 
> 
> (gdb) run -odi -v -q
> Starting program: /usr/sbin/sendmail -odi -v -q
> process 867 is executing new program: /usr/pkg/libexec/sendmail/sendmail
> 
> Program received signal SIGILL, Illegal instruction.
> 0xedd6d40c in _sparcv9_vis1_probe () from /usr/lib/libcrypto.so.14
> (gdb) bt

This is normal, you should be able to "continue" from it.
The library catches the SIGILL and avoids the instruction.

Martin

Reply via email to