Repeatable crash with fdisk
Ed Schouten
ed at fxq.nl
Thu Nov 15 04:07:46 PST 2007
* Benno Rice <benno at jeamland.net> wrote:
> Fatal trap 12: page fault while in kernel mode
> cpuid = 1; apic id = 01
> fault virtual address = 0x20
> fault code = supervisor read data, page not present
> instruction pointer = 0x8:0xffffffff80256ac4
> stack pointer = 0x10:0xffffffff9ed19b80
> frame pointer = 0x10:0xffffffff9ed19bd0
> code segment = base 0x0, limit 0xfffff, type 0x1b
> = DPL 0, pres 1, long 1, def32 0, gran 1
> processor eflags = interrupt enabled, resume, IOPL = 0
> current process = 2 (g_event)
> [thread pid 2 tid 100014 ]
> Stopped at g_mbr_config+0x64: movq 0x20(%rax),%r15
> db> bt
> Tracing pid 2 tid 100014 td 0xffffff00010946a0
> g_mbr_config() at g_mbr_config+0x64
> g_run_events() at g_run_events+0x1b8
> g_event_procbody() at g_event_procbody+0x57
> fork_exit() at fork_exit+0x11f
> fork_trampoline() at fork_trampoline+0xe
> --- trap 0, rip = 0, rsp = 0xffffffff9ed19d30, rbp = 0 ---
> db>
Are you running FreeBSD/i386? If so, I guess gsp is NULL in
g_mbr_config(). Not sure. Can you run the following command:
addr2line -e <where kernel.debug is> <instruction pointer>
That will return the C statement where it went wrong. Thanks.
Yours,
--
Ed Schouten <ed at fxq.nl>
WWW: http://g-rave.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20071115/c9a80989/attachment.pgp
More information about the freebsd-current
mailing list