I have a similar problem, maybe its the same

RAM is checked. they look fine.

tips welcome :)


(SMP kernel from Wed Apr 4 17:42:46 GMT)




El lun, 09-04-2007 a las 13:51 -0400, Michael R. Wayne escribió:
> Nobody has any ideas on this one?

> >    fault code              = supervisor read, page not present


[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: 
Undefined symbol "ps_pglobal_lookup"]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd".

Unread portion of the kernel message buffer:


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x38
fault code              = supervisor write data, page not present
instruction pointer     = 0x8:0xffffffff8046c33f
stack pointer           = 0x10:0xffffffffb776c790
frame pointer           = 0x10:0xffffffffa0cf1358
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         = 1793 (bmon)
trap number             = 12
panic: page fault
cpuid = 0
Uptime: 1d19h58m47s
Dumping 2047 MB (2 chunks)
  chunk 0: 1MB (156 pages) ... ok
  chunk 1: 2047MB (524016 pages) 2031 2015 1999 1983 1967 1951 1935 1919 1903 
1887 1871 1855 1839 1823 1807 1791 1775 1759 1743 1727 1711 1695 1679 1663 1647 
1631 1615 1599 1583 1567

Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 01
fault virtual address   = 0xa2
fault code              = supervisor write data, page not present
instruction pointer     = 0x8:0xffffffff805c67a0
stack pointer           = 0x10:0xffffffffb499d970
frame pointer           = 0x10:0xffffff0005e301f0
code segment            = base 0x0, limit 0xfffff, type 0x1b 1551
                        = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 40 (syncer)
trap number             = 12
 1535 1519 1503 1487 1471 1455 1439 1423 1407 1391 1375 1359 1343 1327 1311 
1295 1279 1263 1247 1231 1215 1199 1183 1167 1151 1135 1119 1103 1087 1071 1055 
1039 1023 1007 991 975 959 943 927 911 895 879 863 847 831 815 799 783 767 751 
735 719 703 687 671 655 639 623 607 591 575 559 543 527 511 495 479 463 447 431 
415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 
95 79 63 47 31 15

#0  doadump () at pcpu.h:172
172             __asm __volatile("movq %%gs:0,%0" : "=r" (td));
(kgdb) list *0xffffffff805c67a0
0xffffffff805c67a0 is in vm_object_pip_add (/usr/src/sys/vm/vm_object.c:281).
276     void
277     vm_object_pip_add(vm_object_t object, short i)
278     {
279
280             VM_OBJECT_LOCK_ASSERT(object, MA_OWNED);
281             object->paging_in_progress += i;
282     }
283
284     void
285     vm_object_pip_subtract(vm_object_t object, short i)
(kgdb) bt
#0  doadump () at pcpu.h:172
#1  0x0000000000000004 in ?? ()
#2  0xffffffff804156d7 in boot (howto=260) at 
/usr/src/sys/kern/kern_shutdown.c:409
#3  0xffffffff80415d71 in panic (fmt=0xffffff0072a78980 "X�Kl") at 
/usr/src/sys/kern/kern_shutdown.c:565
#4  0xffffffff8063a0cf in trap_fatal (frame=0xffffff0072a78980, 
eva=18446742976014820184) at /usr/src/sys/amd64/amd64/trap.c:668
#5  0xffffffff8063a44c in trap_pfault (frame=0xffffffffb776c6e0, usermode=0) at 
/usr/src/sys/amd64/amd64/trap.c:580
#6  0xffffffff8063a703 in trap (frame=
      {tf_rdi = -1597041832, tf_rsi = -1097588045440, tf_rdx = -1097405784824, 
tf_rcx = 4, tf_r8 = -1098265798384, tf_r9 = -1098676372624, tf_rax = 4, tf_rbx 
= 4, tf_rbp = -1597041832, tf_r10 = -1097492439552, tf_r11 = -1097588045440, 
tf_r12 = 0, tf_r13 = -1597041832, tf_r14 = -1098676373072, tf_r15 = 
-1597041832, tf_trapno = 12, tf_addr = 56, tf_flags = -2142769062, tf_err = 2, 
tf_rip = -2142846145, tf_cs = 8, tf_rflags = 66050, tf_rsp = -1216952416, tf_ss 
= 16}) at /usr/src/sys/amd64/amd64/trap.c:353
#7  0xffffffff80622dab in calltrap () at 
/usr/src/sys/amd64/amd64/exception.S:168
#8  0xffffffff8046c33f in vfs_setdirty (bp=0xffffffffa0cf1358) at atomic.h:139
#9  0xffffffff80470773 in bdwrite (bp=0xffffffffa0cf1358) at 
/usr/src/sys/kern/vfs_bio.c:963
#10 0xffffffff805a3514 in ffs_write (ap=0xffffffffb776ca30) at 
/usr/src/sys/ufs/ffs/ffs_vnops.c:772
#11 0xffffffff80691c4b in VOP_WRITE_APV (vop=0xffffffff808e5900, 
a=0xffffffffb776ca30) at vnode_if.c:698
#12 0xffffffff8049137a in vn_write (fp=0xffffff004b7a7708, 
uio=0xffffffffb776cb50, active_cred=0xffffff007d849d08, flags=0, 
    td=0xffffff0072a78980) at vnode_if.h:372
#13 0xffffffff80440d67 in dofilewrite (td=0xffffff0072a78980, fd=3, 
fp=0xffffff004b7a7708, auio=0xffffffffb776cb50, offset=-1098265798384, 
    flags=0) at file.h:253
#14 0xffffffff804410d0 in kern_writev (td=0xffffff0072a78980, fd=3, 
auio=0xffffffffb776cb50) at /usr/src/sys/kern/sys_generic.c:402
#15 0xffffffff804411c8 in write (td=0xffffffffa0cf1358, uap=0xffffff0072a78980) 
at /usr/src/sys/kern/sys_generic.c:326
#16 0xffffffff8063af81 in syscall (frame=
      {tf_rdi = 3, tf_rsi = 5382144, tf_rdx = 4096, tf_rcx = 0, tf_r8 = 
1107186, tf_r9 = 5, tf_rax = 4, tf_rbx = 34371058720, tf_rbp = 4096, tf_r10 = 
140737488345232, tf_r11 = 2, tf_r12 = 5382144, tf_r13 = 20, tf_r14 = 4279044, 
tf_r15 = 34371058720, tf_trapno = 22, tf_addr = 0, tf_flags = 20, tf_err = 2, 
tf_rip = 34369765036, tf_cs = 43, tf_rflags = 518, tf_rsp = 140737488345240, 
tf_ss = 35}) at /usr/src/sys/amd64/amd64/trap.c:803
#17 0xffffffff80622f48 in Xfast_syscall () at 
/usr/src/sys/amd64/amd64/exception.S:270
#18 0x000000080098feac in ?? ()
Previous frame inner to this frame (corrupt stack?)

[EMAIL PROTECTED]:0:0: class=0x058000 card=0x00000000 chip=0x005e10de rev=0xa3 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 Memory Controller'
    class      = memory
[EMAIL PROTECTED]:1:0: class=0x060100 card=0xcb8410de chip=0x005010de rev=0xa3 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 PCI to ISA Bridge'
    class      = bridge
    subclass   = PCI-ISA
[EMAIL PROTECTED]:1:1: class=0x0c0500 card=0xcb8410de chip=0x005210de rev=0xa2 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 SMBus'
    class      = serial bus
    subclass   = SMBus
[EMAIL PROTECTED]:2:0: class=0x0c0310 card=0xcb8410de chip=0x005a10de rev=0xa2 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 USB Controller'
    class      = serial bus
    subclass   = USB
[EMAIL PROTECTED]:2:1: class=0x0c0320 card=0xcb8410de chip=0x005b10de rev=0xa3 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 USB 2.0 Controller'
    class      = serial bus
    subclass   = USB
[EMAIL PROTECTED]:4:0: class=0x040100 card=0x310015bd chip=0x005910de rev=0xa2 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 AC'97 Audio Controller'
    class      = multimedia
    subclass   = audio
[EMAIL PROTECTED]:6:0:       class=0x01018a card=0xcb8410de chip=0x005310de 
rev=0xf2 hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 Parallel ATA Controller'
    class      = mass storage
    subclass   = ATA
[EMAIL PROTECTED]:7:0:       class=0x010185 card=0xcb8410de chip=0x005410de 
rev=0xf3 hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 Serial ATA Controller'
    class      = mass storage
    subclass   = ATA
[EMAIL PROTECTED]:8:0:       class=0x010185 card=0xcb8410de chip=0x005510de 
rev=0xf3 hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 Serial ATA Controller'
    class      = mass storage
    subclass   = ATA
[EMAIL PROTECTED]:9:0: class=0x060401 card=0x00000000 chip=0x005c10de rev=0xa2 
hdr=0x01
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 PCI Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:10:0: class=0x068000 card=0xcb8410de chip=0x005710de rev=0xa3 
hdr=0x00
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 Ethernet Controller'
    class      = bridge
[EMAIL PROTECTED]:11:0:        class=0x060400 card=0x00000000 chip=0x005d10de 
rev=0xa3 hdr=0x01
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 PCI Express Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:12:0:        class=0x060400 card=0x00000000 chip=0x005d10de 
rev=0xa3 hdr=0x01
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 PCI Express Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:13:0:        class=0x060400 card=0x00000000 chip=0x005d10de 
rev=0xa3 hdr=0x01
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 PCI Express Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:14:0:        class=0x060400 card=0x00000000 chip=0x005d10de 
rev=0xa3 hdr=0x01
    vendor     = 'NVIDIA Corporation'
    device     = 'nForce4 PCI Express Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:24:0:       class=0x060000 card=0x00000000 chip=0x11001022 
rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices (AMD)'
    device     = 'Athlon 64 / Opteron HyperTransport Technology Configuration'
    class      = bridge
    subclass   = HOST-PCI
[EMAIL PROTECTED]:24:1:       class=0x060000 card=0x00000000 chip=0x11011022 
rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices (AMD)'
    device     = 'Athlon 64 / Opteron Address Map'
    class      = bridge
    subclass   = HOST-PCI
[EMAIL PROTECTED]:24:2:       class=0x060000 card=0x00000000 chip=0x11021022 
rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices (AMD)'
    device     = 'Athlon 64 / Opteron DRAM Controller'
    class      = bridge
    subclass   = HOST-PCI
[EMAIL PROTECTED]:24:3:       class=0x060000 card=0x00000000 chip=0x11031022 
rev=0x00 hdr=0x00
    vendor     = 'Advanced Micro Devices (AMD)'
    device     = 'Athlon 64 / Opteron Miscellaneous Control'
    class      = bridge
    subclass   = HOST-PCI
[EMAIL PROTECTED]:6:0:       class=0x0c0010 card=0x100615bd chip=0x30441106 
rev=0x80 hdr=0x00
    vendor     = 'VIA Technologies Inc'
    device     = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller'
    class      = serial bus
    subclass   = FireWire
[EMAIL PROTECTED]:8:0: class=0x030000 card=0x00000000 chip=0x0111104e rev=0x10 
hdr=0x00
    vendor     = 'Oak Technology Inc'
    device     = 'OTI-64111 Spitfire'
    class      = display
    subclass   = VGA
[EMAIL PROTECTED]:0:0: class=0x060400 card=0x00000000 chip=0x03308086 rev=0x07 
hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '80332 [Dobson] I/O processor A-segment Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:0:2: class=0x060400 card=0x00000000 chip=0x03328086 rev=0x07 
hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '80332 [Dobson] I/O processor B-segment Bridge'
    class      = bridge
    subclass   = PCI-PCI
[EMAIL PROTECTED]:14:0:      class=0x010400 card=0x121017d3 chip=0x121017d3 
rev=0x00 hdr=0x00
    vendor     = 'Areca Technology Corporation'
    device     = 'ARC-1210 4-Port PCI-Express to SATA RAID Controller'
    class      = mass storage
    subclass   = RAID

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to