Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753386AbaLENt3 (ORCPT ); Fri, 5 Dec 2014 08:49:29 -0500 Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:45275 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbaLENt2 (ORCPT ); Fri, 5 Dec 2014 08:49:28 -0500 Date: Fri, 5 Dec 2014 13:49:33 +0000 From: Will Deacon To: Dave Jones , Linus Torvalds , "Kirill A. Shutemov" , Tejun Heo , Andy Lutomirski , Don Zickus , Thomas Gleixner , Linux Kernel , the arch/x86 maintainers , Peter Zijlstra Subject: Re: frequent lockups in 3.18rc4 Message-ID: <20141205134933.GM1630@arm.com> References: <20141120152509.GA5412@redhat.com> <20141125122217.GA15280@arm.com> <20141201114854.GB18466@arm.com> <20141201171036.GH18466@arm.com> <20141201182519.GA16749@node.dhcp.inet.fi> <20141204105103.GD14519@arm.com> <20141204145631.GA22794@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141204145631.GA22794@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 04, 2014 at 02:56:31PM +0000, Dave Jones wrote: > On Thu, Dec 04, 2014 at 10:51:03AM +0000, Will Deacon wrote: > > > and, as before, it has a weird child process that I can't backtrace: > > > > trinity-c1 R running task 0 861 811 0x00000000 > > Call trace: > > When I get these, ftrace is a godsend. > > cd /sys/kernel/debug/tracing/ > echo 861 >> set_ftrace_pid > echo function_graph >> current_tracer > echo 1 >> tracing_on > wait a little while > cat trace > trace.txt > > repeat last two steps if necessary > > (assuming it's stuck in kernel space, which /proc/861/stack should > be able to confirm. Usually when I see this problem, that just shows > 0xffffffffffffffff) That would be great if I had a working shell :) I tried enabling the thing before starting trinity, in the hope of dumping the buffer using sysrq, but now I seem to have hit an unrelated panic in the ftrace code. Will -- 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/