From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 23:26:06 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 99886B0E; Mon, 10 Dec 2012 23:26:06 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 243D08FC08; Mon, 10 Dec 2012 23:26:05 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fo14so4008035vcb.13 for ; Mon, 10 Dec 2012 15:26:05 -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=cLjMkcV2qt5T836p0dfHzlFPxf5w+rgNlmJ73aPRjlE=; b=U/EYN40sNyvxkWbqcpihG/61K6hGsWaE5Y7+WoRSgnwc1teiRow2noOGJglUZ68tg3 nX2NxIhhTU6y/zmuO19eTTAFGY1Hk9J+6CtUg1xsKJ+AGyqAOxsaFLdqhZ8YM6CTyUf+ rWkkhws8WIRbMDWX54fe7EwRyW8MDwGKu8Q9p350kbe8y3SFNCvYj8iULrzyeDlI0566 uiBJJ243pSvCbrphTp4Nh3nnIuHzsXccDwWUldg/+ZPsLFlTkr5DqzR19WypLs8q8Tpy +DDGJvmQy985ohELzyP6mj3yXG75qHjvI6h/5GZnQo5rRL5XQKjtIYiagEyMCCrPotAi rfxQ== MIME-Version: 1.0 Received: by 10.59.13.135 with SMTP id ey7mr10224257ved.37.1355181965214; Mon, 10 Dec 2012 15:26:05 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.58.201.202 with HTTP; Mon, 10 Dec 2012 15:26:05 -0800 (PST) In-Reply-To: <1024249693.20121210160636@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> <1024249693.20121210160636@nitronet.pl> Date: Mon, 10 Dec 2012 15:26:05 -0800 X-Google-Sender-Auth: 4ijoiJ1_iopSZEDR_srtbiN-b8E 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 23:26:06 -0000 Instruction Pointer. :-) adrian On 10 December 2012 07:06, Pawel Tyll wrote: > Witam, > >> You can also list the offending IP: > >> list *0xffffffff80956c73 > Excuse my ignorance, but how does that list an IP address? > > (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. > >