Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 16:19:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 219399] System panics after several hours of 14-threads-compilation orgies using poudriere on AMD Ryzen...
Message-ID:  <bug-219399-8-F3LUFQswoo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219399-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219399-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=3D219399

--- Comment #96 from Don Lewis <truckman@FreeBSD.org> ---
(In reply to Nils Beyer from comment #91)
Since the IRET instruction seems to play a factor in this problem, and it is
supposedly microcoded, I'm hoping that a microcode fix is possible for it.

I would not expect this to fix problems found by ryzen_segv_test since that
code does not use signals, so those processes should not be executing the
signal trampoline code that my patch relocates.

It's curious that disabling SMT fixes that problem for you.  Can you try
running ryzen_segv_test under "cpuset -l 2-15" to see if avoiding running t=
he
test on the core that handles interrupts makes a difference?

--=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-219399-8-F3LUFQswoo>