From owner-freebsd-bugs@freebsd.org Mon Oct 9 07:17:06 2017 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 D1C26E27B46 for ; Mon, 9 Oct 2017 07:17:06 +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 5FA126CEDD for ; Mon, 9 Oct 2017 07:17:06 +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 v997H58G045366 for ; Mon, 9 Oct 2017 07:17:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld Date: Mon, 09 Oct 2017 07:17:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@FreeBSD.org 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: 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-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: Mon, 09 Oct 2017 07:17:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029 --- Comment #103 from Don Lewis --- For my next experiment, I built my usual set of packages using the same set= of jails that I use on my other build box: 10.4 i386 lang/go build failure (malloc corruption) 11.1 i386 lang/go build failure (malloc corruption) german/gimp-help multiple python SEGVs (memory corruption?) 11.1 amd64 lang/go build failure (fatal error: attempt to execute C code on Go sta= ck) lang/guile2 build failure (guile SEGV) math/scilab build failure (SEGV in Java Runtime Environment called from scilab when building docs) 12.0 amd64 lang/go build failure (crash during garbage collection) www/chromium configure failure (SIGTRAP in gn due to assertion failure) The go build failure seems to be specific to Ryzen and my replacement CPU d= id not fix it. The ghc build failure seems to be gone after upgrading the a more recent 12.0-CURRENT. I will try to bisect for the fix when I have a chance. I've seen the guile failures on both my Ryzen machine and my AMD FX-8320E package build machine. The failures are somewhat sporadic. I've never seen the scilab or chromium failures before. The python SEGV failures look like a corrupted copy of the executable cache= d in RAM or in tmpfs). I do have ECC RAM and haven't seen any MCA errors of any kind since replacing my CPU. I also plan on bisecting userland to try to track down the sporadic build runaway errors that I've recently seen, both in earlier poudriere runs on my replacement CPU as well as on my FX-8320E. I suspect a userland problem si= nce I've only seen this when building using a 12.0-CURRENT jail and the problem appears to be recent. --=20 You are receiving this mail because: You are the assignee for the bug.=