Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755957Ab3CZTxy (ORCPT ); Tue, 26 Mar 2013 15:53:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53871 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752300Ab3CZTxx (ORCPT ); Tue, 26 Mar 2013 15:53:53 -0400 Date: Tue, 26 Mar 2013 15:53:44 -0400 From: Dave Jones To: CAI Qian Cc: Christoph Lameter , David Rientjes , linux-mm , linux-kernel@vger.kernel.org, Oleg Nesterov Subject: Re: BUG at kmem_cache_alloc Message-ID: <20130326195344.GA1578@redhat.com> Mail-Followup-To: Dave Jones , CAI Qian , Christoph Lameter , David Rientjes , linux-mm , linux-kernel@vger.kernel.org, Oleg Nesterov References: <0000013da2b53120-1c207286-3e36-483e-9fd9-90fc529d48aa-000000@email.amazonses.com> <1122269504.6445741.1364290347815.JavaMail.root@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1122269504.6445741.1364290347815.JavaMail.root@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1189 Lines: 33 On Tue, Mar 26, 2013 at 05:32:27AM -0400, CAI Qian wrote: > Still running and will update ASAP. One thing I noticed was that trinity > threw out this error before the kernel crash. > > BUG!: > CHILD (pid:28825) GOT REPARENTED! parent pid:19380. Watchdog pid:19379 > > BUG!: > Last syscalls: > [0] pid:28515 call:settimeofday callno:10356 > [1] pid:28822 call:setgid callno:322 > [2] pid:28581 call:init_module callno:3622 > [3] pid:28825 call:readlinkat callno:403 > child 28581 exiting > child 28515 exiting > ...killed. When this happens, it usually means that the parent segfaulted. I've been trying to reproduce a few reports of this for a while without success. If you get time, running trinity inside gdb should be enough to get a useful backtrace. (Or run with -D, and collect coredumps [there will a lot], and match the core to the pid of the process we're interested in) 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/