|
|
On 10/4/07, jamona perez <jamon_perez@xxxxxxxxxxx> wrote: > > okay debug's on its way > > Program received signal SIGSEGV, Segmentation fault. > 0x00306869 in ENGINE_get_RSA () from /lib/libcrypto.so.4 > (gdb) bt > #0 0x00306869 in ENGINE_get_RSA () from /lib/libcrypto.so.4 > #1 0x00c4df89 in ssl3_connect () from /lib/libssl.so.4 > #2 0x00c523c5 in ssl3_read_bytes () from /lib/libssl.so.4 > #3 0x00c4fa1f in ssl3_renegotiate_check () from /lib/libssl.so.4 > #4 0x00c577a3 in SSL_read () from /lib/libssl.so.4 > #5 0x00c61e92 in BIO_f_ssl () from /lib/libssl.so.4 > #6 0x0980f718 in ?? () > #7 0x00000400 in ?? () > #8 0x00000000 in ?? () > (gdb) thread apply all bt > Thread 2 (Thread 26475424 (LWP 29014)): > #0 0x006ad7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 > #1 0x0019bf06 in __nanosleep_nocancel () from /lib/tls/libc.so.6 > #2 0x002aab58 in SYS_USleep () from /usr/lib/libpcsclite.so.0 > #3 0x002a9e70 in SCardGetStatusChange () from /usr/lib/libpcsclite.so.0 > #4 0x003b6f39 in ReaderStates::Wait () from /usr/local/lib/libetokendll.so > #5 0x003b75ca in TrackListenerProc () from /usr/local/lib/libetokendll.so > #6 0x00cac3cc in start_thread () from /lib/tls/libpthread.so.0 > #7 0x001d9c3e in clone () from /lib/tls/libc.so.6 > Thread 1 (Thread -1208248640 (LWP 29011)): > #0 0x00306869 in ENGINE_get_RSA () from /lib/libcrypto.so.4 > #1 0x00c4df89 in ssl3_connect () from /lib/libssl.so.4 > #2 0x00c523c5 in ssl3_read_bytes () from /lib/libssl.so.4 > #3 0x00c4fa1f in ssl3_renegotiate_check () from /lib/libssl.so.4 > #4 0x00c577a3 in SSL_read () from /lib/libssl.so.4 > #5 0x00c61e92 in BIO_f_ssl () from /lib/libssl.so.4 > #6 0x0980f718 in ?? () > #7 0x00000400 in ?? () > #8 0x00000000 in ?? () > (gdb) > > Does this mean that it is OpenSSL which is to blame ? Maybe you compile openvpn with a different version of OpenSSL, or the OpenSSL on your system incompatible with the binary of the etoken... >oh, and by the way, do you know their pkcs11-xxx >settings, because settings such as >pkcs11-sign-mode and pkcs11-cert-private >are not that-well straightforward when looking at the man page You don't need to touch these. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |