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 should show them. Martin