From owner-freebsd-stable@FreeBSD.ORG Thu Aug 25 11:10:35 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E026106566B for ; Thu, 25 Aug 2011 11:10:35 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail.sippysoft.com (mail.sippysoft.com [4.59.13.245]) by mx1.freebsd.org (Postfix) with ESMTP id 499B18FC24 for ; Thu, 25 Aug 2011 11:10:35 +0000 (UTC) Received: from s0106005004e13421.vs.shawcable.net ([70.71.175.212] helo=[192.168.1.79]) by mail.sippysoft.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1QwXpQ-000MCT-Jq; Thu, 25 Aug 2011 04:10:33 -0700 Message-ID: <4E562DA1.1010902@FreeBSD.org> Date: Thu, 25 Aug 2011 04:10:25 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Eugene Grosbein References: <4E5618DF.6090909@FreeBSD.org> <4E56245C.6030704@rdtc.ru> In-Reply-To: <4E56245C.6030704@rdtc.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Sender: sobomax@sippysoft.com X-ssp-trusted: yes Cc: stable@freebsd.org, Jack Vogel Subject: Re: 8-stable panics in igb(8) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2011 11:10:35 -0000 On 8/25/2011 3:30 AM, Eugene Grosbein wrote: > It would be nice to see KDB backtrace with symbols: > > options KDB > options KDB_TRACE > options KDB_UNATTENDED > options DDB > options DDB_NUMSYM > > and "options KDB_UNATTENDED" if you wish. > > For next crash, of course:-) Added, thanks for the tip. -Maxim