https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237018
--- Comment #3 from Conrad Meyer <[email protected]> --- 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 bits 0x80acc0de and set bit 0x600. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
