pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mail/sendmail not relaying on netbsd-9/sparc, problem with OpenSSL update?



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


Home | Main Index | Thread Index | Old Index