Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751886AbZK1HGW (ORCPT ); Sat, 28 Nov 2009 02:06:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751096AbZK1HGV (ORCPT ); Sat, 28 Nov 2009 02:06:21 -0500 Received: from e4.ny.us.ibm.com ([32.97.182.144]:38889 "EHLO e4.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751470AbZK1HGV (ORCPT ); Sat, 28 Nov 2009 02:06:21 -0500 Date: Sat, 28 Nov 2009 12:36:02 +0530 From: Ananth N Mavinakayanahalli To: Oleg Nesterov Cc: Alexey Dobriyan , Christoph Hellwig , "Frank Ch. Eigler" , Ingo Molnar , Peter Zijlstra , Roland McGrath , linux-kernel@vger.kernel.org, utrace-devel@redhat.com, Benjamin Herrenschmidt , Veaceslav Falico Subject: Re: powerpc: fork && stepping (Was: [RFC,PATCH 0/14] utrace/ptrace) Message-ID: <20091128070602.GA23108@in.ibm.com> Reply-To: ananth@in.ibm.com References: <20091124200127.GA5751@redhat.com> <20091125080342.GD2660@in.ibm.com> <20091125154052.GA6734@redhat.com> <20091126075335.GA18508@in.ibm.com> <20091126145051.GB4382@redhat.com> <20091127053925.GA8135@in.ibm.com> <20091127150531.GE5137@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091127150531.GE5137@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1508 Lines: 41 On Fri, Nov 27, 2009 at 04:05:31PM +0100, Oleg Nesterov wrote: > On 11/27, Ananth N Mavinakayanahalli wrote: > > > > On Thu, Nov 26, 2009 at 03:50:51PM +0100, Oleg Nesterov wrote: > > > > > Ananth, could you please run the test-case from the changelog > > > below ? I do not really expect this can help, but just in case. > > > > Right, it doesn't help :-( > > > > GDB shows that the parent is forever struck at wait(). > > Now this is interesting. Could you please double check the parent hangs > in wait() ? > > This doesn't match the testing we did on powerpc machine with Veaceslav, > and I hoped the problem was already resolved? > > Please see other emails in this thread. > > > Hmm. Fortunately I still have the access to the testing machine. > Yes, according to gdb it looks as if it "hangs" in wait(). This > is not true. You can strace gdb itself, or look at xxx_ctxt_switches > in /proc/pid_of_parent/status. > > Better yet, do not use gdb at all. Just strace (without -f) the parent, > you should see it continues to trace the child and loops forever. Yes, I can see it looping. However, Veaceslav's modified testcase in http://lkml.org/lkml/2009/11/27/215 passes on the machine with ptrace-copy_process-should-disable-stepping.patch. Ananth -- 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/