Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbaBMXz2 (ORCPT ); Thu, 13 Feb 2014 18:55:28 -0500 Received: from www.linutronix.de ([62.245.132.108]:37727 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751469AbaBMXz1 (ORCPT ); Thu, 13 Feb 2014 18:55:27 -0500 Date: Fri, 14 Feb 2014 00:55:27 +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: <52FD4D89.2000207@localhost> Message-ID: References: <52FBF2F1.8040504@localhost> <52FD4D89.2000207@localhost> 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 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? 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/