From owner-freebsd-current Mon Mar 17 20:51:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01996 for current-outgoing; Mon, 17 Mar 1997 20:51:40 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01989 for ; Mon, 17 Mar 1997 20:51:37 -0800 (PST) Received: from thelab.hub.org (hal-ns1-18.netcom.ca [207.181.94.82]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id UAA26933 for ; Mon, 17 Mar 1997 20:51:33 -0800 (PST) Received: (from scrappy@localhost) by thelab.hub.org (8.8.5/8.8.2) id AAA08754 for current@freebsd.org; Tue, 18 Mar 1997 00:51:23 -0400 (AST) Date: Tue, 18 Mar 1997 00:51:23 -0400 (AST) From: The Hermit Hacker Message-Id: <199703180451.AAA08754@thelab.hub.org> To: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Subject: panic: page fault as of March 11th v2.2 Hi... I just submitted the following BUG report...can someone tell me if this has been seen/reported before, and/or fixed already? If not, this is with kernel sources of about 5 days ago :( Don't know what I should "print" off of this, but have the core file still, so please let me know what other info is required, if this hasn't been fixed... >Environment: 2.2 kernel based on March 11th sources >Description: hub# gdb -k kernel.Mar11 vmcore.10 #6 0xf0116459 in soo_read (fp=0xf3d4ff40, uio=0xefbfff38, cred=0xf351c000) at ../../kern/sys_socket.c:70 70 return (soreceive((struct socket *)fp->f_data, (struct mbuf **)0, (kgdb) list 65 struct file *fp; 66 struct uio *uio; 67 struct ucred *cred; 68 { 69 70 return (soreceive((struct socket *)fp->f_data, (struct mbuf **)0, 71 uio, (struct mbuf **)0, (struct mbuf **)0, (int *)0)); 72 } 73 74 /* ARGSUSED */