[Bug 229222] 11.2-PRERELEASE panic-General Protection Fault, aesni_encrypt_cbc implicated
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 23 16:27:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222
--- Comment #14 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to dewayne from comment #13)
Ok.
With this kernel and core, please do the manual unwind:
starting from the tf_rbp = 0xfffffe06892d9138 value,
dereference *tf_rbp, i.e. the long value at the address contained
in the rbp register. It points to the next frame address, and tf_rbp+8
is the address of the caller, it should match the gdb backtrace.
Do that with the next frame as well, up to the end of the trace.
The end result should be the frame address and source line number for
each frame in the backtrace.
What I am looking for is the oldest frame where the frame is only 8-bytes
aligned.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list