Hi,
I got a kernel panic, trying to do some operations on my pcie device and these are the messages.
What I am doing is from user space, through ioctls ,execute certain commands on my device.
How do I continue debugging.
The address which is present in IP, doesn't look like a kernel space address.
Doesn't look like a user space address also.
Any clues?
I got a kernel panic, trying to do some operations on my pcie device and these are the messages.
What I am doing is from user space, through ioctls ,execute certain commands on my device.
Code:
Fatal trap 12: page fault while in user mode
cpuid = 0; apic id = 00
fault virtual address = 0x28197664
fault code = user write, page not present
instruction pointer = 0x33:0x281012e8
stack pointer = 0x3b:0xbfbfecd0
frame pointer = 0x3b:0xbfbfecd8
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 3, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 1358 (opsched)
trap number = 12
panic: page fault
cpuid = 0
The address which is present in IP, doesn't look like a kernel space address.
Doesn't look like a user space address also.
Any clues?