From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1705 invoked by alias); 18 Jan 2014 15:02:12 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 1612 invoked by uid 55); 18 Jan 2014 15:02:08 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/14782] system() wrongly enables asynchronous cancellation Date: Sat, 18 Jan 2014 15:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.20 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg00286.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D14782 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 2145f8b51df7b1bf670c48be7cb19eadb65b4247 (commit) from 6e077ee5c35432fec1780d3c7aa0034302b63949 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D2145f8b51df7b1bf670= c48be7cb19eadb65b4247 commit 2145f8b51df7b1bf670c48be7cb19eadb65b4247 Author: H.J. Lu Date: Sat Jan 18 06:58:36 2014 -0800 Don't check asynchronous cancellation on system Since asynchronous cancellation was removed from system by commit c4dd57c300aa05ab2f957d571c321237a58d0368 Author: Ond=C5=99ej B=C3=ADlka Date: Tue Jan 14 16:07:50 2014 +0100 Do not enable asynchronous cancellation in system. Fixes bug 14782. We needlessly enabled thread cancellation before it was necessary. As only call that needs to be guarded is waitpid which is cancellation point we could remove cancellation altogether. we shouldn't check asynchronous cancellation on system. [BZ #14782] * tst-cancel-wrappers.sh: Remove system. ----------------------------------------------------------------------- Summary of changes: nptl/ChangeLog | 5 +++++ nptl/tst-cancel-wrappers.sh | 1 - 2 files changed, 5 insertions(+), 1 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-20886-listarch-glibc-bugs=sources.redhat.com@sourceware.org Sat Jan 18 23:39:11 2014 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 11689 invoked by alias); 18 Jan 2014 23:39:11 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 11657 invoked by uid 48); 18 Jan 2014 23:39:07 -0000 From: "evan@coeus-group.com" To: glibc-bugs@sourceware.org Subject: [Bug libc/14092] Support C11 threads Date: Sat, 18 Jan 2014 23:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.15 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: evan@coeus-group.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg00287.txt.bz2 Content-length: 383 https://sourceware.org/bugzilla/show_bug.cgi?id=14092 Evan Nemerson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evan@coeus-group.com -- You are receiving this mail because: You are on the CC list for the bug.