From owner-freebsd-ports@FreeBSD.ORG Fri May 25 21:05:11 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 BE8D416A421 for ; Fri, 25 May 2007 21:05:11 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 3435013C45B for ; Fri, 25 May 2007 21:05:11 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so407909uge for ; Fri, 25 May 2007 14:05:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=poTaEXX7coA3v2L5xjJnIlC2nlakANr3MQ6DYlemyeStrbOkHhU/LFjCiyquXGNY74X2hgYs19vz51Ry/E3C9HbksM7aIZCpr5PlRstPNax6eQ5aet+Asrc3Dx9SY7I2Mp1xrdXDhueGe4aTOs843tr3GNPXLlivzrMRqxiiMUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=UIrp5NBXjBLWalw6e+6feeWv5OKYG+NDFLqeJ114jdnbcSI77calh87igGIoGvs3j+nnEurLTVa7oraXR9B5VDuHyIy6qLfuk0D713QI1EXaS6Y41lusmAfTMDNLgw/CmOV3PFYaVk9mdVXA2Ftwvq9L5ib6N731orjAGdbdc5g= Received: by 10.67.99.1 with SMTP id b1mr3169389ugm.1180125518121; Fri, 25 May 2007 13:38:38 -0700 (PDT) Received: from ?192.168.0.64? ( [194.186.18.2]) by mx.google.com with ESMTP id e1sm7477399ugf.2007.05.25.13.38.34; Fri, 25 May 2007 13:38:37 -0700 (PDT) From: Yuri Pankov To: Adam K Kirchhoff In-Reply-To: <200705251229.59860.adamk@voicenet.com> References: <200705251229.59860.adamk@voicenet.com> Content-Type: text/plain Date: Sat, 26 May 2007 00:38:33 +0400 Message-Id: <1180125513.46381.16.camel@darklight> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: 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 21:05:11 -0000 On Fri, 2007-05-25 at 12:29 -0400, Adam K Kirchhoff wrote: > 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 May be related (be sure to check full thread): http://lists.freebsd.org/pipermail/freebsd-current/2007-May/072318.html HTH, Yuri