Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 15:50:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld
Message-ID:  <bug-221029-8-bfoQSODWyv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221029-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221029-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029

--- Comment #90 from Don Lewis <truckman@FreeBSD.org> ---
When stealing a thread from the other SMT thread on the same core, another
tuning knob comes into play, kern.sched.steal_thresh.  A thread will only be
stolen if the that value, which defaults to 2.  My previous experiment used=
 the
default, but for my latest experiment, I set it to 1, to match the hardwired
value that is used for stealing from other levels of the hierarchy.

The results were definitely poor.  In addition to the usual ghc SIGBUS,
lang/guile2 failed to build due to a SIGSEGV, textproc/p5-String-ShellQuote
failed in the fetch phase when make got a SIGBUS, and editors/libreoffice
failed to build  because of a clang SIGABRT.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221029-8-bfoQSODWyv>