[Bug 225323] powerpc64: loader regression (corrupt memlist2)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 19 19:02:19 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225323

--- Comment #1 from Breno Leitao <breno.leitao at gmail.com> ---
This error message seems to come from the libsa:

This is the code that is detecting this problem:


            if ((char *)ptr < (char *)mn + mn->mr_Bytes) {
                panic("zfree(%p,%ju): corrupt memlist2", ptr,
                    (uintmax_t)bytes);
            }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list