From owner-freebsd-bugs@freebsd.org Fri Sep 23 12:03:46 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B8B3BE5D64 for ; Fri, 23 Sep 2016 12:03:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2066B28C for ; Fri, 23 Sep 2016 12:03:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8NC3jGZ086601 for ; Fri, 23 Sep 2016 12:03:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 212921] openssl dumps core in 10.3-RELEASE-p7 during build of security/ca_root_nss Date: Fri, 23 Sep 2016 12:03:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pch-freebsd-bugs@u-1.phicoh.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 12:03:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212921 Bug ID: 212921 Summary: openssl dumps core in 10.3-RELEASE-p7 during build of security/ca_root_nss Product: Base System Version: 10.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: pch-freebsd-bugs@u-1.phicoh.com openssl dumps core in 10.3-RELEASE-p7 during build of security/ca_root_nss # gdb /usr/bin/openssl -c openssl.core=20 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 condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `openssl'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libssl.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libssl.so.7 Reading symbols from /lib/libcrypto.so.7...(no debugging symbols found)...d= one. Loaded symbols for /lib/libcrypto.so.7 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x000000080103b3cb in strlen () from /lib/libc.so.7 (gdb) where #0 0x000000080103b3cb in strlen () from /lib/libc.so.7 #1 0x0000000800c49b18 in BIO_new_fp () from /lib/libcrypto.so.7 #2 0x0000000800c6ce4c in BIO_puts () from /lib/libcrypto.so.7 #3 0x0000000800be7efb in X509_POLICY_NODE_print () from /lib/libcrypto.so.7 #4 0x0000000800be6f59 in a2i_GENERAL_NAME () from /lib/libcrypto.so.7 #5 0x0000000800be088e in X509V3_EXT_print () from /lib/libcrypto.so.7 #6 0x0000000800be0a46 in X509V3_extensions_print () from /lib/libcrypto.so= .7 #7 0x0000000800c44822 in X509_print_ex () from /lib/libcrypto.so.7 #8 0x0000000000460199 in ?? () #9 0x0000000000437dbb in ?? () #10 0x0000000000437c59 in ?? () #11 0x000000000041911f in ?? () #12 0x0000000800699000 in ?? () #13 0x0000000000000000 in ?? () (gdb) --=20 You are receiving this mail because: You are the assignee for the bug.=