From owner-freebsd-questions@FreeBSD.ORG Sun Aug 3 21:15:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68AA7AE1 for ; Sun, 3 Aug 2014 21:15:19 +0000 (UTC) Received: from styx.hesiod.org (jaanton-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:d1::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cust.hesiod.org", Issuer "hesiod.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 17CCD2091 for ; Sun, 3 Aug 2014 21:15:19 +0000 (UTC) Received: from atlas.hesiod.org (atlas.hesiod.org [192.168.1.9]) by styx.hesiod.org (8.14.9/8.14.9) with ESMTP id s73LFG6c046861 for ; Sun, 3 Aug 2014 14:15:16 -0700 (PDT) (envelope-from anton@hesiod.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hesiod.org; s=Aug14; t=1407100516; bh=S3oFUSC9Weu5ARfJGljVWPG0mB4lG3cxWLfI2HBowWM=; h=Date:From:To:Subject; b=EvJkscoCDAoIKxXiNjN8YgXOsv/Mf6JzQSorPF8dXnOdGaGjH6YTelc9Y2g9nT46l Ekeym1qPaTanZW3eRAjQYEG6S6uAMwqoMSQrUZSVNNpxAlwp3JLUv2ffSKjbe9z1AG pJlic+7lm7dxo47iLb9rcUBz/b+XqKQtNPe1zNRXmbOurWRwJ9oSW50m9pVm1Qq3bB y0qdUZA4vNH8lRlwhgyjnhDk0xd2mOF956Omc+gL8Q3Ll1sTBF7az2eoqpeJgz98wi ILCnN+7Od+0GTem6bMO8J8i8RLC6n96m2CBaU9fB+fAGKpl30hRdd1vWLVhTcJCngd jQqpVNSe7s96Q== Message-ID: <53DEA664.4030204@hesiod.org> Date: Sun, 03 Aug 2014 14:15:16 -0700 From: Jeff Anton User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: pkg segfault Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 21:15:19 -0000 So I just upgraded my 9.2 amd64 to 10.0 via src build... pkg upgrade (1.3.3) then seg faulted. updated my ports built pkg 1.3.4 still seg faults under gdb atlas.hesiod.org:root[162]: gdb pkg-static 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 "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) run -dddd upgrade Starting program: /noback/ports64/ports-mgmt/pkg/work/pkg-1.3.4/src/pkg-static -dddd upgrade Updating repository catalogue pkg-static: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/meta.txz: Not Found pkg-static: repository FreeBSD has no meta file, using default settings FreeBSD repository is up-to-date All repositories are up-to-date Checking for upgrades: 39% llvm~devel/llvm32 has no direct installation candidates, change it to llvm32~devel/llvm32 [Y/n]: llvm~devel/llvm32 has no direct installation candidates, change it to llvm32~devel/llvm32 [Y/n]: Checking for upgrades: 100% Program received signal SIGSEGV, Segmentation fault. 0x0000000000714a6b in strlen () (gdb) where #0 0x0000000000714a6b in strlen () #1 0x00000000004523ba in pkg_solve_add_universe_variable () #2 0x000000000044e9d6 in pkg_solve_add_universe_item () #3 0x000000000044c9b3 in pkg_solve_jobs_to_sat () #4 0x00000000004326e0 in pkg_jobs_solve () #5 0x0000000000410331 in exec_upgrade () #6 0x0000000000409e14 in main () Grrr....