From owner-freebsd-current@freebsd.org Tue Feb 19 13:26:46 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 595C914F13A4 for ; Tue, 19 Feb 2019 13:26:46 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc11.plala.or.jp (msc11.plala.or.jp [60.36.166.21]) by mx1.freebsd.org (Postfix) with ESMTP id D51AC879B2 for ; Tue, 19 Feb 2019 13:26:43 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc11.plala.or.jp with ESMTP id <20190219132640.EUGE30589.msc11.plala.or.jp@localhost> for ; Tue, 19 Feb 2019 22:26:40 +0900 Date: Tue, 19 Feb 2019 22:26:31 +0900 (JST) Message-Id: <20190219.222631.1062784869320023115.ish@amail.plala.or.jp> To: freebsd-current@freebsd.org Subject: Re: libunwind: decodeEHHdr From: Masachika ISHIZUKA In-Reply-To: <20190219.220122.810151023308691159.ish@amail.plala.or.jp> References: <20190219.220122.810151023308691159.ish@amail.plala.or.jp> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac11; Tue, 19 Feb 2019 22:26:41 +0900 X-Rspamd-Queue-Id: D51AC879B2 X-Spamd-Bar: ++++++ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of ish@amail.plala.or.jp designates 60.36.166.21 as permitted sender) smtp.mailfrom=ish@amail.plala.or.jp X-Spamd-Result: default: False [6.14 / 15.00]; R_SPF_ALLOW(0.00)[+ip4:60.36.166.0/24]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[cached: mx.plala.or.jp]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4713, ipnet:60.32.0.0/12, country:JP]; IP_SCORE(0.06)[ipnet: 60.32.0.0/12(0.69), asn: 4713(-0.31), country: JP(-0.08)]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.50)[0.502,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[plala.or.jp]; NEURAL_SPAM_MEDIUM(0.99)[0.990,0]; RCPT_COUNT_ONE(0.00)[1]; BAD_REP_POLICIES(0.10)[]; RBL_VIRUSFREE_BOTNET(2.00)[21.166.36.60.bip.virusfree.cz : 127.0.0.2]; NEURAL_SPAM_LONG(1.00)[0.998,0]; RCVD_IN_DNSWL_NONE(0.00)[21.166.36.60.list.dnswl.org : 127.0.5.0]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Spam: Yes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2019 13:26:46 -0000 > On 13.0-CURRENT r344253, many applications can not run with the error > message as follows. > > okra.ish.org[101]_% firefox > libunwind: decodeEHHdr /usr/altlocal/freebsd-current/src/contrib/llvm/projects/libunwind/src/EHHeaderParser.hpp:62 - Unsupported .eh_frame_hdr version > Redirecting call to abort() to mozalloc_abort 'https://reviews.llvm.org/D57081' was found, but I have not tried this patch yet. -- Masachika ISHIZUKA