Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Apr 2019 16:08:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237018] kernel panic: Memory modified after free "most recently used by CAM periph," r345853
Message-ID:  <bug-237018-227-XJDtnBpeNk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237018-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237018-227@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=3D237018

--- Comment #3 from Conrad Meyer <cem@freebsd.org> ---
And the value is 0x5e010600, which is the first 32 bits of an 8? byte
allocation.  We expected to find the value uma_junk, which unless otherwise=
, is
0xdeadc0de.

The only bits that match 0xdeadc0de are 0x5e010000;  i.e., we've cleared bi=
ts
0x80acc0de and set bit 0x600.

--=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-237018-227-XJDtnBpeNk>