Re: Still seeing Failed assertion: "p[i] == 0" on armv7 buildworld
- In reply to: Ronald Klop : "Re: Still seeing Failed assertion: "p[i] == 0" on armv7 buildworld"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Nov 2025 08:17:52 UTC
On Thu, Nov 13, 2025 at 1:12 AM Ronald Klop <ronald@freebsd.org> wrote: > Op 12-11-2025 om 23:25 schreef bob prohaska: > > For lack of any better ideas I've collected some of the assertion failure > > /tmp files by host at > > http://www.zefox.net/~fbsd/assertion_failure/ > > > > Thanks for reading, > > > > bob prohaska > > > > > > A really uneducated guess, but might the update of jemalloc [1] have > introduced some subtle issues on armv7? > You can try reverting: > https://cgit.freebsd.org/src/commit/?id=c43cad87172039ccf38172129c79755ea79e6102 > . > So, is this a new assert that detects a previously undetected corruption? Or is it a new error in jemalloc, correctly detected by the assert? Warner > My thought was triggered by this as a build of opendjk11 failed with a > jemalloc error. > > https://lists.freebsd.org/archives/freebsd-pkg-fallout/2025-September/804963.html > > Regards, > Ronald. > > [1] https://cgit.freebsd.org/src/log/?qt=grep&q=jemalloc > >