Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752201AbaBNKng (ORCPT ); Fri, 14 Feb 2014 05:43:36 -0500 Received: from www.linutronix.de ([62.245.132.108]:40716 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751374AbaBNKne (ORCPT ); Fri, 14 Feb 2014 05:43:34 -0500 Date: Fri, 14 Feb 2014 11:43:34 +0100 (CET) From: Thomas Gleixner To: Fernando Lopez-Lezcano cc: linux-rt-users , Sebastian Andrzej Siewior , Steven Rostedt , John Kacur , LKML Subject: Re: 3.12.9-rt13: BUG: soft lockup In-Reply-To: <52FDB71F.2020000@ccrma.stanford.edu> Message-ID: References: <52FBF2F1.8040504@localhost> <52FD4D89.2000207@localhost> <52FDB71F.2020000@ccrma.stanford.edu> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Feb 2014, Fernando Lopez-Lezcano wrote: > On 02/13/2014 03:55 PM, Thomas Gleixner wrote: > > On Thu, 13 Feb 2014, Fernando Lopez-Lezcano wrote: > > > > > On 02/13/2014 02:25 PM, Thomas Gleixner wrote: > > > > On Wed, 12 Feb 2014, Fernando Lopez-Lezcano wrote: > > > > > [771508.546449] RIP: 0010:[] [] > > > > > smp_call_function_many+0x2ca/0x330 > > > > > > > > Can you decode the exact location inside of smp_call_function_many via > > > > addr2line please ? > > > > > > Hope this is useful (adding 0x2ce/0x330 as offsets does not make any > > > difference, don't know if it should)... > > > > > > # grep smp_call_function /var/log/messages|tail -1 > > > Feb 12 14:18:21 cmn27 kernel: [771840.224419] RIP: > > > 0010:[] > > > [] smp_call_function_many+0x2ce/0x330 > > > # addr2line -e > > > /usr/lib/debug/lib/modules/3.12.10-300.rt15.1.fc20.ccrma.x86_64+rt/vmlinux > > > ffffffff810dc60e > > > /usr/src/debug/kernel-3.12.fc20.ccrma/linux-3.12.10-300.rt15.1.fc20.ccrma.x86_64/kernel/rtmutex.c:1295 > > > > I can't see how the kernel decoder thinks it's smp_call_function_many > > but addr2line looks at rtmutex.c > > > > That doesn't make any sense at all. Version mismatch? > > Indeed, sorry for the mixup... here I go again, hopefully this one will make > sense: > > # addr2line -e > /usr/lib/debug/lib/modules/3.12.9-301.rt13.1.fc20.ccrma.x86_64+rt/vmlinux > ffffffff810dc60e > /usr/src/debug/kernel-3.12.fc20.ccrma/linux-3.12.9-301.rt13.1.fc20.ccrma.x86_64/kernel/smp.c:108 So it's stuck in csd_lock_wait(), which means that the csd of the target cpu is not free. Is the machine completely dead or can you still retrieve information from it? Thanks, tglx -- 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/