Summary: | panic ARM64TODO: pmap_sync_icache triggered by lib/libproc/proc_test:symbol_lookup test | ||
---|---|---|---|
Product: | Base System | Reporter: | Ed Maste <emaste> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | Andrew |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | arm64 | ||
OS: | Any | ||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202304 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202307 |
Description
Ed Maste
![]() ![]() A commit references this bug: Author: emaste Date: Mon Aug 17 23:19:37 UTC 2015 New revision: 286863 URL: https://svnweb.freebsd.org/changeset/base/286863 Log: On arm64 disable three tests that hang or panic Each issue has a PR open to track. This workaround allows us to run the tests to investigate the failures and avoid any new regressions. PR: 202304, 202305, 202307 Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3378 Changes: head/lib/libc/tests/sys/Makefile head/lib/libproc/tests/proc_test.c head/lib/libutil/tests/Makefile The kernel change for testing is here: https://reviews.freebsd.org/D3438 Support committed in r287105 https://svnweb.freebsd.org/changeset/base/287105 A commit references this bug: Author: emaste Date: Mon Aug 31 20:30:07 UTC 2015 New revision: 287333 URL: https://svnweb.freebsd.org/changeset/base/287333 Log: Enable libproc symbol_lookup tests on arm64 This reverts part of r286863, as the kernel support required by these tests was added in r287105. PR: 202305 Sponsored by: The FreeBSD Foundation Changes: head/lib/libproc/tests/proc_test.c |