Re: Still seeing Failed assertion: "p[i] == 0" on armv7 buildworld
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm,gmane.os.freebsd.current |
|---|---|
| Message-ID | <CANCZdfquwRq6=7ximOZWU+Eyrwii1pqSjcZ6AFo1cGDgbD4=Gg@mail.gmail.com> |
On Thu, Nov 13, 2025 at 1:12 AM Ronald Klop <[email protected]> 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 > >