search for: fault_type

Displaying 10 results from an estimated 10 matches for "fault_type".

Did you mean: default_type
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
...tf_eip = -1071290630, tf_cs = 8, tf_eflags = 2163334, tf_esp = 0, tf_ss = -1070027476}) at /usr/src/sys/i386/i386/trap.c:466 p = (struct proc *) 0x0 sticks = 13851009206265949694 i = 0 ucode = 0 type = 12 code = 0 eva = 54 #17 0xc02566fa in vm_fault (map=0xc038ad2c, vaddr=3516444672, fault_type=2 '\002', fault_flags=0) at /usr/src/sys/vm/vm_object.h:189 object = 0x0 fault_type = 2 '\002' prot = 7 '\a' result = -1 wired = 0 map_generation = 1 next_object = 0xffffffff marray = {0xc21fc000, 0xc032d43c, 0xc032d418, 0xc0235f94, 0xc21fc000, 0xc02362b9, 0x4000...
2006 Apr 12
0
Fatal trap 12: page fault while in kernel mode
...= 0, tf_trapno = 12, tf_err = 0, tf_eip = -1064866637, tf_cs = 32, tf_eflags = 67142, tf_esp = -480494964, tf_ss = -1073102848}) at /usr/src/sys/i386/i386/trap.c:434 #6 0xc08e278a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc0876cb3 in vm_fault (map=0xc1060000, vaddr=3221864448, fault_type=2 '\002', fault_flags=0) at /usr/src/sys/vm/vm_fault.c:295 #8 0xc08f9587 in trap_pfault (frame=0xe35c3b74, usermode=0, eva=3221868542) at /usr/src/sys/i386/i386/trap.c:733 #9 0xc08f917d in trap (frame= {tf_fs = -1064501240, tf_es = -1062993880, tf_ds = 40, tf_edi = -1073098754, tf_es...
2003 Aug 07
0
understanding a panic / crash dump
...va=140066816, mpte=0xc0ac0b78, m=0xc09d41d8) at /usr/src/sys/i386/i386/pmap.c:1635 #31 0xc026da8c in pmap_enter (pmap=0xe095556c, va=140066816, m=0xc09d41d8, prot=7 '\a', wired=0) at /usr/src/sys/i386/i386/pmap.c:2134 #32 0xc02392cc in vm_fault (map=0xe0955500, vaddr=140066816, fault_type=2 '\002', fault_flags=8) at /usr/src/sys/vm/vm_fault.c:841 #33 0xc027084b in trap_pfault (frame=0xe026cfa8, usermode=1, eva=140066824) at /usr/src/sys/i386/i386/trap.c:847 #34 0xc02702df in trap (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 7, tf_esi = 140066816, tf_eb...
2009 Feb 04
0
FREEBSD 7.1-STABLE crashes when trying to mount USB device of solaris UFS filesystem
...pcpu.h (kgdb) bt #0 doadump () at pcpu.h:196 #1 0xc07b61d7 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc07b64c9 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc09ec1e8 in vm_fault (map=0xc1c71000, vaddr=3923697664, fault_type=1 '\001', fault_flags=0) at /usr/src/sys/vm/vm_fault.c:275 #4 0xc0a7a5ce in trap_pfault (frame=0xf4ed6870, usermode=0, eva=3923697668) at /usr/src/sys/i386/i386/trap.c:841 #5 0xc0a7b052 in trap (frame=0xf4ed6870) at /usr/src/sys/i386/i386/trap.c:530 #6 0xc0a6184b in calltrap () at...
2012 May 24
11
[PATCH 0/3] XEN: fix vmx exception mistake
This series of patches fix the mistake for debug exception(#DB), overflow exception(#OF) and INT3(#BP), INTn instruction emulation. Introduce new function vmx_inject_sw_exception() which deliver the software excetion, software interrupt and privileged software exception. Split hardware exception as a seperate function(old function vmx_inject_hw_exception()). Also Passed down intruction length
2003 Aug 12
2
panic with today's stable
Did cvsup on a machine that does just mail processing (well, a lot of spam scanning) and it crashed not too much later. This kernel does not include MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in procfs_rwmem(). Use vm_page_hold() in place of vm_page_wire() since the page can be freed. Don't hold extra
2012 May 30
12
[PATCH v2 0/4] XEN: fix vmx exception mistake
Changes from v1: - Define new struct hvm_trap to represent information of trap, include instruction length. - Renames hvm_inject_exception to hvm_inject_trap. Then define a couple of wrappers around that function for existing callers, so that their parameter lists actually *shrink*. This series of patches fix the mistake for debug exception(#DB), overflow exception(#OF) and INT3(#BP),
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...gh); memcpy(&qi->desc[index], &qi->desc[wait_index], sizeof(struct qi_desc)); __iommu_flush_cache(iommu, &qi->desc[index], @@ -1278,17 +1263,14 @@ static int dmar_fault_do_one(struct intel_iommu *iommu, int type, reason = dmar_get_fault_reason(fault_reason, &fault_type); if (fault_type == INTR_REMAP) - printk(KERN_ERR "INTR-REMAP: Request device [[%02x:%02x.%d] " - "fault index %llx\n" - "INTR-REMAP:[fault reason %02d] %s\n", - (source_id >> 8), PCI_SLOT(source_id & 0xFF), - PCI_FUNC(source_id & 0xFF)...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...gh); memcpy(&qi->desc[index], &qi->desc[wait_index], sizeof(struct qi_desc)); __iommu_flush_cache(iommu, &qi->desc[index], @@ -1278,17 +1263,14 @@ static int dmar_fault_do_one(struct intel_iommu *iommu, int type, reason = dmar_get_fault_reason(fault_reason, &fault_type); if (fault_type == INTR_REMAP) - printk(KERN_ERR "INTR-REMAP: Request device [[%02x:%02x.%d] " - "fault index %llx\n" - "INTR-REMAP:[fault reason %02d] %s\n", - (source_id >> 8), PCI_SLOT(source_id & 0xFF), - PCI_FUNC(source_id & 0xFF)...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...gh); memcpy(&qi->desc[index], &qi->desc[wait_index], sizeof(struct qi_desc)); __iommu_flush_cache(iommu, &qi->desc[index], @@ -1278,17 +1263,14 @@ static int dmar_fault_do_one(struct intel_iommu *iommu, int type, reason = dmar_get_fault_reason(fault_reason, &fault_type); if (fault_type == INTR_REMAP) - printk(KERN_ERR "INTR-REMAP: Request device [[%02x:%02x.%d] " - "fault index %llx\n" - "INTR-REMAP:[fault reason %02d] %s\n", - (source_id >> 8), PCI_SLOT(source_id & 0xFF), - PCI_FUNC(source_id & 0xFF)...