Bug 249417 - sys.posixshm.posixshm_test.* failed on i386 after (r365835, r365841]
Summary: sys.posixshm.posixshm_test.* failed on i386 after (r365835, r365841]
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-testing (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-18 05:45 UTC by Li-Wen Hsu
Modified: 2020-09-18 12:31 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2020-09-18 05:45:07 UTC
https://ci.freebsd.org/job/FreeBSD-head-i386-test/10656/testReport/

Error messages:

/usr/src/tests/sys/posixshm/posixshm_test.c:969: shm_create_largepage failed; errno=9

and

/usr/src/tests/sys/posixshm/posixshm_test.c:1646: shm_create_largepage failed; error=9
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-09-18 05:48:15 UTC
markj: can you help check if this is related to r365840 or r365841?
Comment 2 Konstantin Belousov freebsd_committer freebsd_triage 2020-09-18 11:36:11 UTC
https://reviews.freebsd.org/D26464
It should be fixed after Mark commits this.
Comment 3 Mark Johnston freebsd_committer freebsd_triage 2020-09-18 12:31:55 UTC
Committed now, let's see if that was sufficient.