From owner-freebsd-ports@FreeBSD.ORG Fri May 25 16:57:53 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1E2E16A468 for ; Fri, 25 May 2007 16:57:53 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6D38513C468 for ; Fri, 25 May 2007 16:57:53 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from sedna.local (maat.visualtech.com [208.16.19.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b.mx.visualtech.com (Postfix) with ESMTP id 366E648306 for ; Fri, 25 May 2007 12:30:03 -0400 (EDT) From: Adam K Kirchhoff To: freebsd-ports@freebsd.org Date: Fri, 25 May 2007 12:29:59 -0400 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705251229.59860.adamk@voicenet.com> Subject: Core dump with openvpn on -CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 16:57:53 -0000 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