From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92982 invoked by alias); 9 Jul 2015 23:28:42 -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 92932 invoked by uid 55); 9 Jul 2015 23:28:37 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/18435] pthread_once hangs when init routine throws an exception Date: Thu, 09 Jul 2015 23:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: msebor at redhat dot com X-Bugzilla-Target-Milestone: 2.22 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: 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: 2015-07/txt/msg00069.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18435 --- Comment #10 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 203c1a898dd2e281eae30f3c57ceb8d4a50b00f4 (commit) from 2193ce8746ec11b2325cc55aa8f338d5872492bf (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=203c1a898dd2e281eae30f3c57ceb8d4a50b00f4 commit 203c1a898dd2e281eae30f3c57ceb8d4a50b00f4 Author: Martin Sebor Date: Thu Jul 9 19:25:38 2015 -0400 The patch committed to fix bug #18435 caused regressions on aarch64 and also powerpc64 and powerpc64le. See the discussion in the thread below for details. This change reverts the problematic bits leaving the added test in place and marking XFAIL in anticipation of fixing the bug in the near future. https://sourceware.org/ml/libc-alpha/2015-07/msg00141.html [BZ #18435] * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop): Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54. * nptl/Makefile (test-xfail-tst-once5): Define. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 7 +++++++ NEWS | 12 ++++++------ nptl/Makefile | 4 ++++ nptl/pthreadP.h | 11 +++++++++++ 4 files changed, 28 insertions(+), 6 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.