From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22124 invoked by alias); 16 May 2005 10:21:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21884 invoked from network); 16 May 2005 10:21:36 -0000 Received: from unknown (HELO mtagate3.de.ibm.com) (195.212.29.152) by sourceware.org with SMTP; 16 May 2005 10:21:36 -0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate3.de.ibm.com (8.12.10/8.12.10) with ESMTP id j4GALZJl149312 for ; Mon, 16 May 2005 10:21:35 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j4GALZbc089990 for ; Mon, 16 May 2005 12:21:35 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11/8.13.3) with ESMTP id j4GALYR2005055 for ; Mon, 16 May 2005 12:21:35 +0200 Received: from d12ml068.megacenter.de.ibm.com (d12ml068.megacenter.de.ibm.com [9.149.164.163]) by d12av02.megacenter.de.ibm.com (8.12.11/8.12.11) with ESMTP id j4GALY46005051; Mon, 16 May 2005 12:21:34 +0200 In-Reply-To: <20050515170248.GA11855@nevyn.them.org> Subject: Re: [RFA] Fix internal error in wait_lwp (interrupted system call) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Message-ID: From: Ulrich Weigand Date: Mon, 16 May 2005 11:21:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-SW-Source: 2005-05/txt/msg00399.txt.bz2 Daniel Jacobowitz wrote on 15.05.2005 19:02:49: > I'll do both. I didn't audit every single restartable syscall, just > the other uses of waitpid in this file; that will do for now. I know > that most of these are not robust against EINTR and should not have to > be. There was also another call to sigaction; only relevant on > LinuxThreads with older kernels. > > Committed the below after testing on i686-pc-linux-gnu. Thank you for > discovering this problem. Many thanks for taking care of this! Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand Linux for S/390 Design & Development IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen Phone: +49-7031/16-3727 --- Email: Ulrich.Weigand@de.ibm.com