Hi, my server paniced with the string "panic: vm_fault: fault on nofault entry, addr: dadb1000". I've attached the backtrace. The backtrace looks similar to the backtrace in kern/115374. Is this a known problem? Is there a patch available? I can provide the kernel config and dmesg output, if needed. And, if necessary, I can enter additional commands to the debuger, but I'm not able to reproduce the panic. bye, Hilko PS: please keep me Cc'ed, cause I'm not subscribed to this list. Script started on Thu Nov 15 16:22:12 2007 kgdb: kvm_nlist(_stopped_cpus): kgdb: kvm_nlist(_stoppcbs): [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 "i386-marcel-freebsd". Unread portion of the kernel message buffer: panic: vm_fault: fault on nofault entry, addr: dadb1000 Uptime: 2d17h37m42s Dumping 511 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 511MB (130800 pages) 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:165 165 pcpu.h: No such file or directory. in pcpu.h (kgdb) bacj ktrace #0 doadump () at pcpu.h:165 #1 0xc051f324 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc051f67d in panic (fmt=0xc06f58a7 "vm_fault: fault on nofault entry, addr: %lx") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc06584fc in vm_fault (map=0xc104b000, vaddr=3671789568, fault_type=2 '\002', fault_flags=0) at /usr/src/sys/vm/vm_fault.c:279 #4 0xc06b0dda in trap_pfault (frame=0xdadbfa90, usermode=0, eva=3671792077) at /usr/src/sys/i386/i386/trap.c:734 #5 0xc06b09ad in trap (frame {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -1011600872, tf_esi = -1010749952, tf_ebp = -623117576, tf_isp = -623117636, tf_ebx = 4, tf_edx = -1007446528, tf_ecx = 4, tf_eax = 41, tf_trapno = 12, tf_err = 2, tf_eip = -1068566704, tf_cs = 32, tf_eflags = 66050, tf_esp = -1068551783, tf_ss = -1010749952}) at /usr/src/sys/i386/i386/trap.c:435 #6 0xc069ceca in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc04ef750 in swapcontext () #8 0xc04f35d6 in falloc (td=0xc3f39600, resultfp=0xdadbfb58, resultfd=0xdadbfb5c) at /usr/src/sys/kern/kern_descrip.c:1372 #9 0xc058ed0a in kern_open (td=0xc3f39600, path=0x29 <Address 0x29 out of bounds>, pathseg=41, flags=1, mode=0) at /usr/src/sys/kern/vfs_syscalls.c:1001 #10 0xc058ec86 in open (td=0x29, uap=0xdadbfd04) at /usr/src/sys/kern/vfs_syscalls.c:973 #11 0xc06b1542 in syscall (frame {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 138039296, tf_esi = 0, tf_ebp = -1077955400, tf_isp = -623116956, tf_ebx = 677954740, tf_edx = 0, tf_ecx = 0, tf_eax = 5, tf_trapno = 0, tf_err = 2, tf_eip = 678754903, tf_cs = 51, tf_eflags = 582, tf_esp = -1077955428, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 #12 0xc069cf1f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #13 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) quit Script done on Thu Nov 15 16:22:20 2007