From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Florian Weimer Newsgroups: gmane.comp.lib.glibc.alpha Subject: Re: [PATCH 0/2] nptl: Update struct pthread_unwind_buf Date: Sun, 25 Feb 2018 14:49:42 +0100 Message-ID: <87tvu59o21.fsf@mid.deneb.enyo.de> References: <20180201205757.51911-1-hjl.tools@gmail.com> <4abf9786-1879-f16c-5a01-3261cd718d63@redhat.com> <87inb7pug7.fsf@mid.deneb.enyo.de> <2a02aac9-6aa3-4dc6-b122-039ae85365e8@redhat.com> <87d11emoap.fsf@mid.deneb.enyo.de> <878tc2mkgr.fsf@mid.deneb.enyo.de> <90d3ee18-c292-117f-a0c1-7822e340ca02@redhat.com> <87a7vyjsqv.fsf@mid.deneb.enyo.de> <87vaelbetu.fsf@mid.deneb.enyo.de> <87fu5pb7ql.fsf@mid.deneb.enyo.de> <877er1b4zp.fsf@mid.deneb.enyo.de> <87371pb3ga.fsf@mid.deneb.enyo.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1519566474 16105 195.159.176.226 (25 Feb 2018 13:47:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Feb 2018 13:47:54 +0000 (UTC) Cc: "Carlos O'Donell" , GNU C Library To: "H.J. Lu" Original-X-From: libc-alpha-return-90566-glibc-alpha=m.gmane.org@sourceware.org Sun Feb 25 14:47:50 2018 Return-path: Envelope-to: glibc-alpha@blaine.gmane.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=j5ctA s6H3A5X2cPimarVybdfIfLpumhfta3k71uzatA1k3uZ0I+AiKAgB+Ju7cwpgk5Rn FFgAz15klIfiTh6j3kpqqDwacKze4+DHIVrRkpMbvpoaB5/6qj0zcZj8IFYQno7M XmLL6185PhgJDFrUkur31f/EBuu4ieeigrG26g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=h1N5DaanKLj /HIt2FlHJV09Ck+M=; b=pVwlwXTtZr4K62UR889I3jGRddaBg8OgZstXlEn9YuM NSfM2sKOZZ/ocAyOoFmIp9EqvCz38N+q/sWTPzMSt1cHTyymxjzsrg9f2LDHzy8z RtQTgVQdgCmm4yPHliyz7v10Y4kI1K1wxD42aUJfIBb5/2s1zkXnlg8/EsERye0E = Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: libc-alpha-owner@sourceware.org Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: albireo.enyo.de In-Reply-To: (H. J. Lu's message of "Sun, 25 Feb 2018 05:36:01 -0800") Xref: news.gmane.org gmane.comp.lib.glibc.alpha:82898 Archived-At: Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1epweb-0003pU-J2 for glibc-alpha@blaine.gmane.org; Sun, 25 Feb 2018 14:47:49 +0100 Received: (qmail 46913 invoked by alias); 25 Feb 2018 13:49:48 -0000 Received: (qmail 46799 invoked by uid 89); 25 Feb 2018 13:49:47 -0000 * H. J. Lu: > On Sun, Feb 25, 2018 at 5:31 AM, Florian Weimer wrote: >> * H. J. Lu: >> >>> libpthread cancellation implementation passes cancel_jmp_buf to >>> libgcc unwinder, >> >> Oh. Where does it do that? If you mean _Unwind_ForcedUnwind, I think >> that's just an opaque closure argument for the callback. > > Yes. Libgcc unwinder needs to deal with it. Please point me to the code. Thanks.