Date: Tue, 18 Mar 1997 00:51:23 -0400 (AST) From: The Hermit Hacker <scrappy@thelab.hub.org> To: current@freebsd.org Message-ID: <199703180451.AAA08754@thelab.hub.org>
next in thread | raw e-mail | index | archive | help
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
<stuff deleted, obviously>
#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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703180451.AAA08754>
