Poul-Henning Kamp wrote: > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x34
This is the same problem that the other people were complaining about the other day. It's interesting to note the third argument to namei() is not zero in your case. > _mtx_lock_flags(34,0,c02a5f56,9e,c0d9e1e0) at 0xc018fd20 = _mtx_lock_flags+0x40 > namei(c5fd29b8,c5fd2c34,c044,c0570d00,c0d9e1e0) at 0xc01de06d = namei+0x16d Any chance of a "gdb -k" and a "list namei+0x16d"? -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message