Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754543Ab0A1LVL (ORCPT ); Thu, 28 Jan 2010 06:21:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753469Ab0A1LVK (ORCPT ); Thu, 28 Jan 2010 06:21:10 -0500 Received: from dallas.jonmasters.org ([72.29.103.172]:42651 "EHLO dallas.jonmasters.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752741Ab0A1LVJ (ORCPT ); Thu, 28 Jan 2010 06:21:09 -0500 Subject: Re: PROBLEM: reproducible crash KVM+nf_conntrack all recent 2.6 kernels From: Jon Masters To: Alexey Dobriyan Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: References: Content-Type: text/plain Organization: World Organi[sz]ation of Broken Dreams Date: Thu, 28 Jan 2010 06:21:00 -0500 Message-Id: <1264677660.2793.128.camel@tonnant> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: jonathan@jonmasters.org X-SA-Exim-Scanned: No (on dallas.jonmasters.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1015 Lines: 26 On Thu, 2010-01-28 at 11:19 +0200, Alexey Dobriyan wrote: > > RIP: 0010:[] [] destroy_conntrack+0x82/0x114 > > Rebuild kernel with CONFIG_DEBUG_INFO=y. > Double sure conntracking is compiled-in. > Then run > > addr2line -e vmlinux $RIP > > it will tell exact line where kernel is oopsing. I posted a followup with that detail later in the thread. In every case the kernel has CONFIG_DEBUG_INFO set, and in the latter example I posted I had turned on almost every other debugging option. I currently have a kernel with netfilter debugging turned on but that's proving harder to cause to fall over (likely because I changed several other options, so I will rebuild it to be identical to earlier with just NF debug on). Jon. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/