From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 16:20:23 2004 Return-Path: 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 8030F16A4CE for ; Mon, 5 Jul 2004 16:20:23 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BBA43D1D for ; Mon, 5 Jul 2004 16:20:23 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i65GJj0X031708; Mon, 5 Jul 2004 12:19:45 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i65GJjt1031705; Mon, 5 Jul 2004 12:19:45 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 5 Jul 2004 12:19:45 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Gleb Smirnoff In-Reply-To: <20040704183018.GA52449@cell.sick.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ng_ksocket & WITNESS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 05 Jul 2004 16:20:23 -0000 On Sun, 4 Jul 2004, Gleb Smirnoff wrote: > I can easily reproduce this panic using today's CURRENT and ng_ksocket > and WITNESS turned on: That's not good, your system has entered fairly complex bits of the network stack without Giant -- in a few days, that may be OK, but today it's not. Could you tell us a bit about the network stack configuration on that machine? You're definitely using netgraph -- any particular modules, and are you using features like bridging, etc? Thanks, Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > mutex Giant not owned at /usr/src/sys/netinet/udp_usrreq.c:734 > > #0 Debugger (msg=0x12
) at atomic.h:263 > #1 0xc0563565 in panic (fmt=0xc0701209 "mutex %s not owned at %s:%d") > at /usr/src/sys/kern/kern_shutdown.c:543 > #2 0xc0559b4c in _mtx_assert (m=0xc0779320, what=-1056882688, > file=0xc070d665 "/usr/src/sys/netinet/udp_usrreq.c", line=734) > at /usr/src/sys/kern/kern_mutex.c:747 > #3 0xc060e47f in udp_output (inp=0xc17af21c, m=0xc172a500, addr=0x0, control=0x0, td=0xc15012c0) > at /usr/src/sys/netinet/udp_usrreq.c:734 > #4 0xc060f067 in udp_send (so=0x12, flags=0, m=0xc172a500, addr=0x12, control=0x12, td=0x12) > at /usr/src/sys/netinet/udp_usrreq.c:1079 > #5 0xc05a31ed in sosend (so=0xc17ae4f0, addr=0x0, uio=0x0, top=0xc172a500, control=0x0, flags=0, > td=0xc15012c0) at /usr/src/sys/kern/uipc_socket.c:788 > #6 0xc05eb595 in ng_ksocket_rcvdata (hook=0xc19e9380, item=0xc17eb7c0) > at /usr/src/sys/netgraph/ng_ksocket.c:917 > #7 0xc05e4fe9 in ng_apply_item (node=0xc19d2800, item=0xc17eb7c0) > at /usr/src/sys/netgraph/ng_base.c:2375 > #8 0xc05e4b95 in ng_snd_item (item=0xc17eb7c0, queue=0) at /usr/src/sys/netgraph/ng_base.c:2264 > #9 0xc1a01b09 in ?? () > #10 0xc17eb7c0 in ?? () > > -- > Totus tuus, Glebius. > GLEBIUS-RIPN GLEB-RIPE > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >