Update:
When I use address from gdb bt output:
...
#4 0x8023c185 in trap (frame=0xb80384d5ae90) at /usr/src/
sys/arch/amd64/amd64/trap.c:326
...
and display content of memory then I can find error 2 and trap number 6
in down of output below. In accordance with struct trapframe for
Update:
When I use address from gdb bt output:
...
#4 0x8023c185 in trap (frame=0xb80384d5ae90) at /usr/src/
sys/arch/amd64/amd64/trap.c:326
...
and display content of memory then I can find error 2 and trap number 6
in down of output below. In accordance with struct trapframe for
Hello,
I am trying to analyze crash in kernel module. I already know C code
line which is reason of crash but I am not able to find how to switch to
stack which made trap like it is displayed in /var/log/message
(mutex_enter()...) for investigating it's local argument.
If I understand good I