Re: Still seeing Failed assertion: "p[i] == 0" on armv7 buildworld
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
There was a commit on "Mon, 08 Dec 2025":
• git: cff67bc43df1 - main - vm_fault: only rely on PG_ZERO when the page was newly allocated Konstantin Belousov
This looks to be more changes related to avoiding the "p[i] == 0"
problem taht jemalloc was detecting and reporting:
QUOTE
vm_fault: only rely on PG_ZERO when the page was newly allocated
If the fs->m page was found invalid on the object queue, PG_ZERO flag is
stale. Track the source of the page in the new fault state variable
m_needs_zero, and ignore PG_ZERO if the page did not came from the
allocator.
END QUOTE
It is indicated for a MFC in 1 week.
===
Mark Millard
marklmi at yahoo.com