Advertisement
simoncpu

Untitled

Jun 7th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. /var/crash/vmcore.4
  2. GNU gdb 6.1.1 [FreeBSD]
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "i386-marcel-freebsd"...
  9.  
  10. Unread portion of the kernel message buffer:
  11.  
  12.  
  13. Fatal trap 12: page fault while in kernel mode
  14. cpuid = 2; apic id = 02
  15. fault virtual address = 0x0
  16. fault code = supervisor write, page not present
  17. instruction pointer = 0x20:0xc0bf3f04
  18. stack pointer = 0x28:0xee684990
  19. frame pointer = 0x28:0xee6849a8
  20. code segment = base 0x0, limit 0xfffff, type 0x1b
  21. = DPL 0, pres 1, def32 1, gran 1
  22. processor eflags = interrupt enabled, resume, IOPL = 0
  23. current process = 10688 (dmidecode)
  24. trap number = 12
  25. panic: page fault
  26. cpuid = 2
  27. Uptime: 1m27s
  28. Physical memory: 2022 MB
  29. Dumping 102 MB: 87 71 55 39 23 7
  30.  
  31. #0 doadump () at pcpu.h:231
  32. 231 pcpu.h: No such file or directory.
  33. in pcpu.h
  34. (kgdb) bt
  35. #0 doadump () at pcpu.h:231
  36. #1 0xc0930a03 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:419
  37. #2 0xc0930c67 in panic (fmt=Variable "fmt" is not available.
  38. ) at /usr/src/sys/kern/kern_shutdown.c:592
  39. #3 0xc0cd935c in trap_fatal (frame=0xee684950, eva=0) at
  40. /usr/src/sys/i386/i386/trap.c:946
  41. #4 0xc0cd95e0 in trap_pfault (frame=0xee684950, usermode=0, eva=0) at
  42. /usr/src/sys/i386/i386/trap.c:859
  43. #5 0xc0cd9acc in trap (frame=0xee684950) at /usr/src/sys/i386/i386/trap.c:532
  44. #6 0xc0cbff3c in calltrap () at /usr/src/sys/i386/i386/exception.s:166
  45. #7 0xc0bf3f04 in dev_pager_dealloc (object=0xc6dcd110) at
  46. /usr/src/sys/vm/device_pager.c:205
  47. #8 0xc0c16aca in vm_pager_deallocate (object=0xc6dcd110) at
  48. /usr/src/sys/vm/vm_pager.c:253
  49. #9 0xc0c0eaa4 in vm_object_terminate (object=0xc6dcd110) at
  50. /usr/src/sys/vm/vm_object.c:736
  51. #10 0xc0c0f6b1 in vm_object_deallocate (object=0xc6dcd110) at
  52. /usr/src/sys/vm/vm_object.c:616
  53. #11 0xc0bf432d in dev_pager_alloc (handle=0xc5981700, size=65536, prot=1
  54. '\001', foff=983040, cred=0xc5972100) at /usr/src/sys/vm/device_pager.c:193
  55. #12 0xc0c16a97 in vm_pager_allocate (type=Variable "type" is not available.
  56. ) at /usr/src/sys/vm/vm_pager.c:238
  57. #13 0xc0c0c05a in vm_mmap_cdev (td=0xc6297b40, objsize=65536, prot=Variable
  58. "prot" is not available.
  59. ) at /usr/src/sys/vm/vm_mmap.c:1303
  60. #14 0xc0c0c44f in vm_mmap (map=0xc6b3c828, addr=0xee684c3c, size=65536, prot=1
  61. '\001', maxprot=5 '\005', flags=1, handle_type=2 '\002',
  62. handle=0xc6316a78, foff=983040) at /usr/src/sys/vm/vm_mmap.c:1189
  63. #15 0xc0c0ce81 in mmap (td=0xc6297b40, uap=0xee684cec) at
  64. /usr/src/sys/vm/vm_mmap.c:391
  65. #16 0xc096bd39 in syscallenter (td=0xc6297b40, sa=0xee684ce4) at
  66. /usr/src/sys/kern/subr_trap.c:315
  67. #17 0xc0cd9634 in syscall (frame=0xee684d28) at
  68. /usr/src/sys/i386/i386/trap.c:1061
  69. #18 0xc0cbffa1 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:264
  70. #19 0x00000033 in ?? ()
  71. Previous frame inner to this frame (corrupt stack?)
  72. (kgdb) q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement