[Bug 219399] System panics after several hours of 14-threads-compilation orgies using poudriere on AMD Ryzen...

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 7 23:23:43 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219399

--- Comment #216 from Don Lewis <truckman at FreeBSD.org> ---
LOL ... 

Prior to the fix in r321899, the top page of user memory for amd64 executables
was used by the shared page, the contents of which are controlled by the
kernel.  This page does contain the signal trampoline, which contains a SYSCALL
instruction, which made me very suspicious based on my experiments with
executing code in this page.  The SYSCALL instruction is located well away from
the top of the page, though.  I may try playing with this instruction if I ever
have the time.

After r321899, the shared page is moved lower and we don't allow the top page
to be used at all, similar to Linux.  CloudABI64 got a similar fix.

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


More information about the freebsd-bugs mailing list