From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6629 invoked by alias); 30 Jul 2013 07:52:26 -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 6529 invoked by uid 48); 30 Jul 2013 07:52:23 -0000 From: "carlos at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/15593] [PATCH] Add transliteration data for "LATIN SMALL LETTER O WITH STROKE" (=?UTF-8?Q?=C3=B8?=). Date: Tue, 30 Jul 2013 07:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: carlos at redhat dot 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: 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: 2013-07/txt/msg00178.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D15593 --- Comment #11 from Carlos O'Donell --- (In reply to Toke H=C3=B8iland-J=C3=B8rgensen from comment #10) > Right; well seeing as you're in the EditorGroup, I don't suppose you could > add me? User name TokeH=C3=B8iland-J=C3=B8rgensen :) Done :-) --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-19238-listarch-glibc-bugs=sources.redhat.com@sourceware.org Tue Jul 30 10:11:36 2013 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 11564 invoked by alias); 30 Jul 2013 10:11:36 -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 11490 invoked by uid 48); 30 Jul 2013 10:11:32 -0000 From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/15804] New: pldd may leave process in stopped state Date: Tue, 30 Jul 2013 10:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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: 2013-07/txt/msg00179.txt.bz2 Content-length: 797 http://sourceware.org/bugzilla/show_bug.cgi?id=15804 Bug ID: 15804 Summary: pldd may leave process in stopped state Product: glibc Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: schwab@linux-m68k.org CC: drepper.fsp at gmail dot com There is a race condition that causes pldd to leave the process in stopped state if the SIGSTOP signal that is implied by PTRACE_ATTACH isn't delivered after the PTRACE_DETACH. The tracer should always wait for the tracee to enter ptrace-stop state before continuing to inspect it. -- You are receiving this mail because: You are on the CC list for the bug.