From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 15:45:08 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 70812998 for ; Mon, 10 Dec 2012 15:45:08 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 16E5E8FC13 for ; Mon, 10 Dec 2012 15:45:07 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Ti5XV-00088T-E4 for freebsd-stable@freebsd.org; Mon, 10 Dec 2012 16:45:05 +0100 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Ti5XV-0002FH-5h for freebsd-stable@freebsd.org; Mon, 10 Dec 2012 16:45:05 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: 8.3 -> 9.1 results in often crashes. 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> <1024249693.20121210160636@nitronet.pl> Date: Mon, 10 Dec 2012 16:45:03 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <1024249693.20121210160636@nitronet.pl> User-Agent: Opera Mail/12.11 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.0 X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.1 X-Scan-Signature: 0ccaee305be983877c9e38c09cbf8ec4 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 15:45:08 -0000 On Mon, 10 Dec 2012 16:06:36 +0100, Pawel Tyll wrote: > Witam, > >> You can also list the offending IP: > >> list *0xffffffff80956c73 > Excuse my ignorance, but how does that list an IP address? See your first error report mail. instruction pointer = 0x20:0xffffffff80956c73 Ronald. > > (gdb) list *0xffffffff80956c73 > 0xffffffff80956c73 is in m_tag_delete (mbuf.h:1047). > 1042 */ > 1043 static __inline void > 1044 m_tag_unlink(struct mbuf *m, struct m_tag *t) > 1045 { > 1046 > 1047 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link); > 1048 } > 1049 > 1050 /* These are for OpenBSD compatibility. */ > 1051 #define MTAG_ABI_COMPAT 0 /* compatibility > ABI */ > > p.