[Bug 205163] Periodic jobs triggering panics on ZFS host with jails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 10 20:16:24 UTC 2015


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

--- Comment #11 from dustinwenz at ebureau.com ---
The instruction pointer refers to the division at 0xffffffff819f54d4, where it
performs the unsigned divide rdx:rax/rsi.

Somehow, rsi is reported as 0 in frame 7. I'd expect it to be -5165056 (or the
really big unsigned equivalent) because 331001856 is loaded into rsi from
memory and rbx (336166912) is subtracted from it.

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


More information about the freebsd-bugs mailing list