Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932409AbaLDO5X (ORCPT ); Thu, 4 Dec 2014 09:57:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55463 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932128AbaLDO5W (ORCPT ); Thu, 4 Dec 2014 09:57:22 -0500 Date: Thu, 4 Dec 2014 09:56:31 -0500 From: Dave Jones To: Will Deacon Cc: 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: <20141204145631.GA22794@redhat.com> Mail-Followup-To: Dave Jones , Will Deacon , Linus Torvalds , "Kirill A. Shutemov" , Tejun Heo , Andy Lutomirski , Don Zickus , Thomas Gleixner , Linux Kernel , the arch/x86 maintainers , Peter Zijlstra References: <546D0530.8040800@mit.edu> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141204105103.GD14519@arm.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 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) Dave -- 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/