Page fault on disk-less machine

2003-02-19 Thread Poul-Henning Kamp
Fatal trap 12: page fault while in kernel mode fault virtual address = 0x34 fault code = supervisor read, page not present instruction pointer = 0x8:0xc018fd20 stack pointer = 0x10:0xc5fd27a4 frame pointer = 0x10:0xc5fd27c0 code segment= base 0x0,

Re: Page fault on disk-less machine

2003-02-19 Thread Lars Eggert
Poul-Henning Kamp wrote: Fatal trap 12: page fault while in kernel mode FWIW, Craig Boston and me see the same panics (threads on -current: "panic starting gnome" and "VFS panic (possibly NFS-locking related?)"). fault virtual address = 0x34 fault code = supervisor read, page no

Re: Page fault on disk-less machine

2003-02-19 Thread Craig Boston
On Wed, 2003-02-19 at 15:12, Lars Eggert wrote: > Poul-Henning Kamp wrote: > > Fatal trap 12: page fault while in kernel mode > > FWIW, Craig Boston and me see the same panics (threads on -current: > "panic starting gnome" and "VFS panic (possibly NFS-locking related?)"). When I get home tonight

Re: Page fault on disk-less machine

2003-02-19 Thread Terry Lambert
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

Re: Page fault on disk-less machine

2003-02-19 Thread Terry Lambert
Lars Eggert wrote: > Poul-Henning Kamp wrote: > > Fatal trap 12: page fault while in kernel mode > > FWIW, Craig Boston and me see the same panics (threads on -current: > "panic starting gnome" and "VFS panic (possibly NFS-locking related?)"). Have you "gdb -k" list'ed the namei code in question

Re: Page fault on disk-less machine

2003-02-19 Thread Craig Boston
On Wed, 2003-02-19 at 21:48, Terry Lambert wrote: > Lars Eggert wrote: > > Poul-Henning Kamp wrote: > > > Fatal trap 12: page fault while in kernel mode > > > > FWIW, Craig Boston and me see the same panics (threads on -current: > > "panic starting gnome" and "VFS panic (possibly NFS-locking relat

Re: Page fault on disk-less machine

2003-02-19 Thread Scott Long
Guys, this problem has already been identified. I posted a patch last night to cvs-all@ that fixes this, although it's still not totally correct so I haven't committed it yet. Scott Craig Boston wrote: On Wed, 2003-02-19 at 21:48, Terry Lambert wrote: Lars Eggert wrote: Poul-Henning Kamp wr

Re: Page fault on disk-less machine

2003-02-19 Thread Terry Lambert
Craig Boston wrote: > > On Wed, 2003-02-19 at 21:48, Terry Lambert wrote: > > Lars Eggert wrote: > > > Poul-Henning Kamp wrote: > > > > Fatal trap 12: page fault while in kernel mode > > > > > > FWIW, Craig Boston and me see the same panics (threads on -current: > > > "panic starting gnome" and "V

Re: Page fault on disk-less machine

2003-02-19 Thread Terry Lambert
Scott Long wrote: > Guys, this problem has already been identified. I posted a > patch last night to cvs-all@ that fixes this, although it's > still not totally correct so I haven't committed it yet. This one, I imagine. Thanks! http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1225336+0+current/cvs

Re: Page fault on disk-less machine

2003-02-19 Thread Lars Eggert
On 2/19/2003 8:23 PM, Scott Long wrote: Guys, this problem has already been identified. I posted a patch last night to cvs-all@ that fixes this, although it's still not totally correct so I haven't committed it yet. Great, thanks! Though it might have been a good idea to CC current@ - I'd have

Re: Page fault on disk-less machine

2003-02-20 Thread Lars Eggert
Terry Lambert wrote: Scott Long wrote: Guys, this problem has already been identified. I posted a patch last night to cvs-all@ that fixes this, although it's still not totally correct so I haven't committed it yet. This one, I imagine. Thanks! http://docs.freebsd.org/cgi/getmsg.cgi?fetch=12