From owner-freebsd-current@FreeBSD.ORG Wed Oct 26 22:50:47 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915C016A420 for ; Wed, 26 Oct 2005 22:50:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2921E43D62 for ; Wed, 26 Oct 2005 22:50:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 6957346B04; Wed, 26 Oct 2005 18:50:44 -0400 (EDT) Date: Wed, 26 Oct 2005 23:50:44 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Evgueni V. Gavrilov" In-Reply-To: <20051026024104.GA49983@rusunix.org> Message-ID: <20051026234933.U31152@fledge.watson.org> References: <20051026024104.GA49983@rusunix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: 6.0-RC1 crash X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 22:50:47 -0000 On Wed, 26 Oct 2005, Evgueni V. Gavrilov wrote: > #11 0xc06b2377 in vm_page_cowsetup (m=0xc106dfb8) at /usr/src/sys/vm/vm_page.c:1696 > No locals. > #12 0xc05a86eb in socow_setup (m0=0xc8d2d400, uio=0xc7d2b440) at /usr/src/sys/kern/uipc_cow.c:131 > sf = (struct sf_buf *) 0x5fe5 > pp = 0xc106dfb8 > pa = 3238453176 > iov = (struct iovec *) 0x4 > vmspace = (struct vmspace *) 0xc3acaa80 > offset = 1435 > uva = 3238453176 > #13 0xc05accec in sosend (so=0xc61ae164, addr=0x0, uio=0xc7d2b440, top=0x0, control=0x0, flags=0, td=0xc3acaa80) > at /usr/src/sys/kern/uipc_socket.c:748 > mp = (struct mbuf **) 0xeacc4c2c > m = (struct mbuf *) 0xc8d2d400 > space = 24549 > len = 0 > resid = 89551 > clen = -925707264 > error = 128 > dontroute = 0 > atomic = 0 > cow_send = 0 Looks like you're running into a problem with zero-copy sockets. A number of bug fixes were recently committed that address this problem, but do not appear in 6.0-RC1. Hopefully they'll be in RC2, if not, then in the release. Robert N M Watson