Ticket #471: openvpn_segfault2.log

File openvpn_segfault2.log, 4.5 KB (added by laurentl, 9 years ago)
Line 
1root@laurentl-laptop:~/Downloads# gdb --args /usr/sbin/openvpn --remote xxx.xxx.xxx.xxx --comp-lzo --nobind --dev tun --proto tcp-client --port 443 --cipher AES-256-CBC-HMAC-SHA1 --auth-nocache --tls-auth /home/laurentl/Documents/openvpn/ta.key 1 --client --ca /home/laurentl/Documents/openvpn/ca.crt --cert /home/laurentl/Documents/openvpn/laurent.lavaud.crt --key /home/laurentl/Documents/openvpn/laurent.lavaud.key
2GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
3Copyright (C) 2014 Free Software Foundation, Inc.
4License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
5This is free software: you are free to change and redistribute it.
6There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
7and "show warranty" for details.
8This GDB was configured as "x86_64-linux-gnu".
9Type "show configuration" for configuration details.
10For bug reporting instructions, please see:
11<http://www.gnu.org/software/gdb/bugs/>.
12Find the GDB manual and other documentation resources online at:
13<http://www.gnu.org/software/gdb/documentation/>.
14For help, type "help".
15Type "apropos word" to search for commands related to "word"...
16Reading symbols from /usr/sbin/openvpn...(no debugging symbols found)...done.
17(gdb) run
18Starting program: /usr/sbin/openvpn --remote xxx.xxx.xxx.xxx --comp-lzo --nobind --dev tun --proto tcp-client --port 443 --cipher AES-256-CBC-HMAC-SHA1 --auth-nocache --tls-auth /home/laurentl/Documents/openvpn/ta.key 1 --client --ca /home/laurentl/Documents/openvpn/ca.crt --cert /home/laurentl/Documents/openvpn/laurent.lavaud.crt --key /home/laurentl/Documents/openvpn/laurent.lavaud.key
19[Thread debugging using libthread_db enabled]
20Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
21Thu Oct 23 15:33:12 2014 OpenVPN 2.3.2 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Feb  4 2014
22Thu Oct 23 15:33:12 2014 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
23Enter Private Key Password:
24Thu Oct 23 15:33:22 2014 WARNING: file '/home/laurentl/Documents/openvpn/laurent.lavaud.key' is group or others accessible
25Thu Oct 23 15:33:22 2014 WARNING: file '/home/laurentl/Documents/openvpn/ta.key' is group or others accessible
26Thu Oct 23 15:33:22 2014 Control Channel Authentication: using '/home/laurentl/Documents/openvpn/ta.key' as a OpenVPN static key file
27Thu Oct 23 15:33:22 2014 Attempting to establish TCP connection with [AF_INET]xxx.xxx.xxx.xxx:443 [nonblock]
28Thu Oct 23 15:33:23 2014 TCP connection established with [AF_INET]xxx.xxx.xxx.xxx:443
29Thu Oct 23 15:33:23 2014 TCPv4_CLIENT link local: [undef]
30Thu Oct 23 15:33:23 2014 TCPv4_CLIENT link remote: [AF_INET]xxx.xxx.xxx.xxx:443
31Thu Oct 23 15:33:24 2014 WARNING: 'cipher' is used inconsistently, local='cipher AES-256-CBC-HMAC-SHA1', remote='cipher AES-256-CBC'
32Thu Oct 23 15:33:24 2014 [vpn] Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:443
33Thu Oct 23 15:33:26 2014 TUN/TAP device tun0 opened
34Thu Oct 23 15:33:26 2014 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
35Thu Oct 23 15:33:26 2014 /sbin/ip link set dev tun0 up mtu 1500
36Thu Oct 23 15:33:26 2014 /sbin/ip addr add dev tun0 local 10.114.240.5 peer 10.114.240.6
37Thu Oct 23 15:33:26 2014 Initialization Sequence Completed
38
39Program received signal SIGSEGV, Segmentation fault.
400x00007ffff71b2d9d in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
41(gdb) bt
42#0  0x00007ffff71b2d9d in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
43#1  0xca62c1d6ca62c1d6 in ?? ()
44#2  0xca62c1d6ca62c1d6 in ?? ()
45#3  0xca62c1d6ca62c1d6 in ?? ()
46#4  0xca62c1d6ca62c1d6 in ?? ()
47#5  0xca62c1d6ca62c1d6 in ?? ()
48#6  0xca62c1d6ca62c1d6 in ?? ()
49#7  0xca62c1d6ca62c1d6 in ?? ()
50#8  0xca62c1d6ca62c1d6 in ?? ()
51#9  0x000000000000003f in ?? ()
52#10 0x0000555555841844 in ?? ()
53#11 0xffffffffffffffc0 in ?? ()
54#12 0x00007ffff7241c75 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
55#13 0x00007ffff7241ede in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
56#14 0x00007ffff723390b in EVP_EncryptUpdate () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
57#15 0x00007ffff7233c17 in EVP_DecryptUpdate () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
58#16 0x0000555555561ab3 in ?? ()
59#17 0x0000555555569820 in ?? ()
60#18 0x000055555558c10e in ?? ()
61#19 0x00007ffff6ba0ec5 in __libc_start_main (main=0x55555555ec10, argc=24, argv=0x7fffffffe348, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe338) at libc-start.c:287
62#20 0x000055555555ec3e in ?? ()
63(gdb)
64