public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/14782] system() wrongly enables asynchronous cancellation
Date: Sat, 18 Jan 2014 15:02:00 -0000	[thread overview]
Message-ID: <bug-14782-131-Sow3rGbhPs@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-14782-131@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=14782

--- Comment #3 from cvs-commit at gcc dot gnu.org <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=glibc.git;h=2145f8b51df7b1bf670c48be7cb19eadb65b4247

commit 2145f8b51df7b1bf670c48be7cb19eadb65b4247
Author: H.J. Lu <hjl.tools@gmail.com>
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řej Bílka <neleai@seznam.cz>
    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(-)

-- 
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: <glibc-bugs-return-20886-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
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: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
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" <sourceware-bugzilla@sourceware.org>
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: <bug-14092-131-JiPTL6vJXz@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-14092-131@http.sourceware.org/bugzilla/>
References: <bug-14092-131@http.sourceware.org/bugzilla/>
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\x14092

Evan Nemerson <evan@coeus-group.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evan@coeus-group.com

--
You are receiving this mail because:
You are on the CC list for the bug.


  parent reply	other threads:[~2014-01-18 15:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29  1:12 [Bug libc/14782] New: " bugdal at aerifal dot cx
2012-10-29  3:26 ` [Bug libc/14782] " cat at vv dot carleton.ca
2014-01-10 20:46 ` carlos at redhat dot com
2014-01-15 17:42 ` cvs-commit at gcc dot gnu.org
2014-01-18 15:02 ` cvs-commit at gcc dot gnu.org [this message]
2014-06-13 10:12 ` fweimer at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14782-131-Sow3rGbhPs@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).