Date: Fri, 19 Jan 2018 19:02:18 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 225323] powerpc64: loader regression (corrupt memlist2) Message-ID: <bug-225323-8-KJVKR7u4b8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225323-8@https.bugs.freebsd.org/bugzilla/> References: <bug-225323-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225323 --- Comment #1 from Breno Leitao <breno.leitao@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); } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225323-8-KJVKR7u4b8>