From owner-freebsd-pkg@freebsd.org Mon Mar 25 15:28:32 2019 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28BEA1564FA4 for ; Mon, 25 Mar 2019 15:28:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id ACB6A713D6 for ; Mon, 25 Mar 2019 15:28:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6BBF81564FA3; Mon, 25 Mar 2019 15:28:31 +0000 (UTC) Delivered-To: pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 311F91564FA2 for ; Mon, 25 Mar 2019 15:28:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2ECE713D3 for ; Mon, 25 Mar 2019 15:28:30 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E3E4F1BA08 for ; Mon, 25 Mar 2019 15:28:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x2PFSTNE061196 for ; Mon, 25 Mar 2019 15:28:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x2PFSTkW061195 for pkg@FreeBSD.org; Mon, 25 Mar 2019 15:28:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 235604] ports-mgmt/pkg: bus error / segmentation fault (core dumped) Date: Mon, 25 Mar 2019 15:28:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olli@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-pkg@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 15:28:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235604 --- Comment #2 from Oliver Fromme --- Here's another backtrace, trying to install libxml2. I compiled pkg with -= O0 -g, hoping that makes debugging a little easier. It doesn't change the frequency of "bus error" happening, though. =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Building package for libxml2-2.9.8 Child process pid=3D80214 terminated abnormally: Bus error *** Error code 1 Stop. make[1]: stopped in /usr/ports/textproc/libxml2 *** Error code 1 Stop. make: stopped in /usr/ports/textproc/libxml2 # lldb -f /usr/local/sbin/pkg-static -c pkg-static.core -bobt (lldb) target create "/usr/local/sbin/pkg-static" --core "pkg-static.core" Core file '/usr/ports/textproc/libxml2/pkg-static.core' (x86_64) was loaded. (lldb) bt * thread #1, name =3D 'pkg-static', stop reason =3D signal SIGBUS * frame #0: 0x000000000045595a pkg-static`ucl_hash_destroy(hashlin=3D0x000000080091d240, func=3D(pkg-static`ucl_object_dtor_unref at ucl_util.c:204)) at ucl_hash.c:= 229 frame #1: 0x0000000000468737 pkg-static`ucl_object_free_internal(obj=3D0x0000000800908040, allow_rec=3Dt= rue, dtor=3D(pkg-static`ucl_object_dtor_unref at ucl_util.c:204)) at ucl_util.c:= 243 frame #2: 0x00000000004696dd pkg-static`ucl_object_unref(obj=3D0x0000000800908040) at ucl_util.c:3283 frame #3: 0x00000000003dc74e pkg-static`pkg_shutdown at pkg_config.c:13= 34 frame #4: 0x00000000008c571f pkg-static`__cxa_finalize(dso=3D0x0000000000000000) at atexit.c:239 frame #5: 0x000000000085d4be pkg-static`exit(status=3D0) at exit.c:74 frame #6: 0x0000000000396122 pkg-static`_start(ap=3D, cleanup=3D) at crt1.c:76 --=20 You are receiving this mail because: You are the assignee for the bug.=