Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 12:29:59 -0400
From:      Adam K Kirchhoff <adamk@voicenet.com>
To:        freebsd-ports@freebsd.org
Subject:   Core dump with openvpn on -CURRENT
Message-ID:  <200705251229.59860.adamk@voicenet.com>

next in thread | raw e-mail | index | archive | help

I don't know if this an issue with -CURRENT or an issue with openvpn, but it's 
now core dumping on my system:

[ root@sorrow - /usr/ports/security/openvpn/work/openvpn-2.0.6 ]: 
gdb ./openvpn
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...
(gdb) set args /usr/local/etc/openvpn/openvpn.conf 
(gdb) run
Starting 
program: /usr/ports/security/openvpn/work/openvpn-2.0.6/openvpn /usr/local/etc/openvpn/openvpn.conf 
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Fri May 25 12:27:14 2007 OpenVPN 2.0.6 i386-portbld-freebsd7.0 [SSL] [LZO] 
built on May 25 2007
Fri May 25 12:27:14 2007 IMPORTANT: OpenVPN's default port number is now 1194, 
based on an official port number assignment by IANA.  OpenVPN 2.0-beta16 and 
earlier used 5000 as the default port.
Fri May 25 12:27:14 2007 WARNING: No server certificate verification method 
has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

Program received signal SIGILL, Illegal instruction.
0x281835b3 in PEM_read_bio_X509 () from /lib/libcrypto.so.5
(gdb) bt
#0  0x281835b3 in PEM_read_bio_X509 () from /lib/libcrypto.so.5
#1  0x280f7304 in SSL_CTX_use_certificate_file () from /usr/lib/libssl.so.5
#2  0x080850a9 in init_ssl (options=0xbfbfe3e8) at ssl.c:865
#3  0x0805abcb in init_instance (c=0xbfbfe3e8, env=0x28406694, flags=4)
    at init.c:1266
#4  0x0805b1cd in init_instance_handle_signals (c=0xbfbfe3e8, env=0x28406694, 
    flags=4) at init.c:2256
#5  0x0806aa99 in main (argc=2, argv=0xbfbfeab4) at openvpn.c:59
(gdb) 

Any ideas?

Adam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705251229.59860.adamk>