Re: openssl / libcrypt stuff dies with SIGILL
Tobias Nygren <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 22 Mar 2015 18:54:37 +0100 Martin Husemann <[email protected]> wrote: > On Sun, Mar 22, 2015 at 06:39:17PM +0100, Tobias Nygren wrote: > > Core was generated by `openssl'. > > (gdb) bt > > #0 0xffffffffff433cc8 in ssl3_send_certificate_request () > > from /usr/lib/libssl.so.10 > > We need the instructions around $pc here, something like > > (gdb) x/16i $pc-12 Had to prioritize getting the system back up for now. Since the stack traces looked pretty bogus I tried on a whim to rebuild base with USE_SSP=no and that turns to solve the problem. Will have to hunt this one down later ...