From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78956 invoked by alias); 21 Jan 2018 16:50:42 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 78942 invoked by uid 89); 21 Jan 2018 16:50:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: mail-qt0-f193.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=QQFLDnalmiAnuypX75hoEb118a0ALNJG3TfXy+zaN04=; b=sPxj4cwh0eetp0f4VnCN4JurIUqgux4Sbc3g7D6TAIEgCJwRCcBfRGi+FnH8XCNLOd Zsznxpv6qfBA+4Kl4nOeLlnwcdQe0aSgneNVn8PcDoZ34QQUwJNJmf41ENAzikWSTnPN e8xDlBVfpdQF76YjdR1Gt6tDUXHiBD94PVMQNClUyAvHmZg+jcBPM1OOb1ipOonZ5kET 4MM+vbCnXMjQmC8WSACj8z5CJFABrk6AnluDvYOAt2qY7auohhI2flAssotdQF1n6cRh tIwtCqcP4l05Hr0Q1uIDdIFOux+aIXP8XeNCzbmI6fK1AkAB1VAqNraYBHg4h5/NS9yj Qo+Q== X-Gm-Message-State: AKwxytfnadiDTSp7ytKaldigSyklsb1R2lfv9KIUbqycrT7hgq2VA+RF IaZPBpJx5L6v0Y3TSgRe7tTNqw== X-Google-Smtp-Source: AH8x227Shw6iCslepI1cZoO/XZy1NCX6z+erSp7LDdVAPL6yWkL2mhVcAxB4wrcI1ryeBaIB+FDEsg== X-Received: by 10.200.40.165 with SMTP id i34mr5335048qti.176.1516553438927; Sun, 21 Jan 2018 08:50:38 -0800 (PST) Subject: Re: [PATCH 1/2] Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] To: "H.J. Lu" , Florian Weimer , Andreas Schwab , GNU C Library , "Senkevich, Andrew" References: <4e80a87a-c90a-85a6-daf1-cbbf71d0bf58@redhat.com> <20180121161557.GA31477@aurel32.net> From: Carlos O'Donell Message-ID: Date: Sun, 21 Jan 2018 16:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-01/txt/msg00688.txt.bz2 On 01/21/2018 08:27 AM, H.J. Lu wrote: > On Sun, Jan 21, 2018 at 8:15 AM, Aurelien Jarno wrote: >> On 2018-01-09 11:47, Florian Weimer wrote: >>> On 12/18/2017 03:48 PM, H.J. Lu wrote: >>>> On Mon, Dec 18, 2017 at 6:44 AM, Andreas Schwab wrote: >>>>> On Dez 18 2017, "H.J. Lu" wrote: >>>>> >>>>>> This patch adds bits/types/__cancel_jmp_buf_tag.h to define struct >>>>>> __cancel_jmp_buf_tag so that Linux/x86 can add saved_mask to >>>>>> cancel_jmp_buf. >>>>> >>>>> Isn't that an ABI change? >>>>> >>>> >>>> Yes, this change is exposed to application via . The backward >>>> binary compatibility is provided by >>>> >>>> https://sourceware.org/ml/libc-alpha/2017-12/msg00208.html >>> >>> This doesn't seem to work: >>> >>> >>> >>> I have no idea what is going on, but if we can't find the root cause, I >>> think we should revert all the setjmp changes. >> >> Commit f81ddabffd also breaks software like vlc or amarok, they crash >> with a segmentation fault during startup. Reverting the commit >> f81ddabffd fixes the issue. >> >> See debian bugs #887078 and #887886. >> > > Hi Andrew, > > This may be easier to track. Please investigate. This is now the last remaining release blocker IMO. I'm going to start investigating this on Monday. -- Cheers, Carlos.