Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753581Ab3HERCU (ORCPT ); Mon, 5 Aug 2013 13:02:20 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:48345 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752440Ab3HERCQ (ORCPT ); Mon, 5 Aug 2013 13:02:16 -0400 MIME-Version: 1.0 In-Reply-To: <20130805143935.GA18100@redhat.com> References: <20130805132948.GA14942@redhat.com> <20130805143935.GA18100@redhat.com> Date: Mon, 5 Aug 2013 12:02:14 -0500 Message-ID: Subject: Re: Linux 3.11-rc4 From: Felipe Contreras To: Oleg Nesterov Cc: Linus Torvalds , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1226 Lines: 43 On Mon, Aug 5, 2013 at 9:39 AM, Oleg Nesterov wrote: > On 08/05, Felipe Contreras wrote: >> >> On Mon, Aug 5, 2013 at 8:29 AM, Oleg Nesterov wrote: >> > >> > Could you please run wine under strace >> > >> > strace -f -e ptrace -o LOG wine ... >> > >> > and show the result? >> >> Sure. > > Thanks. > >> Note that the crash might have happened some time before the end >> of the log. > > Hmm. It should not crash under strace... please see below. > >> 953 ptrace(PTRACE_ATTACH, 1035, 0, 0) = -1 EPERM (Operation not permitted) > > OK, so it actually uses ptrace ;) > > PTRACE_ATTACH fails because this child is already traced by strace, I guess. > > So does Starcraft crash this way? Or does it fail in some other way? It's crashing just the same. > And just in case... perhaps wine does some logging too? Yeah, but there doesn't seem to be anything interesting: http://bugs.winehq.org/attachment.cgi?id=45489 -- Felipe Contreras -- 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/