https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222
--- Comment #14 from Konstantin Belousov <k...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"