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!

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

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 not

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 I'll try

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.

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 yet? Per

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 related?)). Have

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

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 VFS panic (possibly

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!

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