From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 14:47:04 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DD1EC03; Mon, 10 Dec 2012 14:47:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E85EF8FC0C; Mon, 10 Dec 2012 14:47:03 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id u54so1547581wey.13 for ; Mon, 10 Dec 2012 06:47:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=A96c+xsnuELKIZKwfi4EQN06JWZ5Ma35Pxsvrwiv0YI=; b=TAfrG8A2Coz+fX9vEf3YbtxBfMg5TDXkiNSYkLqAUDLbP3zrjO+GHF4xKcVzerYhJJ INPp143b2hIlAwr9KNy673Qddi0EW74oIJpOdEL/aS1TsefzVHZQauXg96nWvbcB066d 31oqTMn8sjFlgq+g9pD9Tro23EqyZ2JxymYQnieZkBTbETeOD5e4L1CYrHl3EkLMfevj Nm2zXT+Lc9OwHcBalXjcoKiQLzo+G7Ev2SXoNzK7dPc132Ivkmx362wWTM93UGLH73// yV71h5TrQNM2yI4cy7BzKGH+GrLwrpRbQJ5FASSjKqvVNBmuUtFXSAf18vSDv+FXHkvy 9iWg== MIME-Version: 1.0 Received: by 10.216.85.211 with SMTP id u61mr5607635wee.212.1355150822196; Mon, 10 Dec 2012 06:47:02 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Mon, 10 Dec 2012 06:47:01 -0800 (PST) In-Reply-To: <1069635933.20121210152230@nitronet.pl> References: <14710710481.20121210115455@nitronet.pl> <25C40A89BB7841C5A48906BB8243E2E7@multiplay.co.uk> <111851865.20121210131339@nitronet.pl> <0E1DD49A33CB410F89DC2A53C845715C@multiplay.co.uk> <213032430.20121210140027@nitronet.pl> <1196933053.20121210142743@nitronet.pl> <7C277A4EDAAB499CAC67B31D1F3976BF@multiplay.co.uk> <93642218.20121210144615@nitronet.pl> <975229DDB70447DA9BC1BB3605DEC31F@multiplay.co.uk> <1069635933.20121210152230@nitronet.pl> Date: Mon, 10 Dec 2012 06:47:01 -0800 X-Google-Sender-Auth: P5wvw46zWi0hZr_PtEY88WGo-u0 Message-ID: Subject: Re: 8.3 -> 9.1 results in often crashes. From: Adrian Chadd To: Pawel Tyll Content-Type: text/plain; charset=ISO-8859-1 Cc: Lawrence Stewart , Steven Hartland , freebsd-stable@freebsd.org, Ronald Klop X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 14:47:04 -0000 You can also list the offending IP: list *0xffffffff80956c73 adrian On 10 December 2012 06:22, Pawel Tyll wrote: > Hi, > >> The gdb block at the top as that will help identify where in the code >> your panic is occurring. The kdb block you posted only lists offsets where >> as gdb lists lines. > Steven, > > Please see http://pastie.org/5506669 > > > > Lawrence, > > 0xffffffff80a7c1af is in tcp_input (/usr/src/sys/netinet/tcp_input.c:861). > 856 th->th_dport, INPLOOKUP_WILDCARD | > 857 INPLOOKUP_WLOCKPCB, m->m_pkthdr.rcvif); > 858 } > 859 /* Remove the tag from the packet. We don't need it anymore. */ > 860 m_tag_delete(m, fwd_tag); > 861 m->m_flags &= ~M_IP_NEXTHOP; > 862 } else > 863 inp = in_pcblookup_mbuf(&V_tcbinfo, ip->ip_src, > 864 th->th_sport, ip->ip_dst, th->th_dport, > 865 INPLOOKUP_WILDCARD | INPLOOKUP_WLOCKPCB, > > Thanks for your interest and help guys. > > p. > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"