From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B2904384A01C; Thu, 29 Oct 2020 12:18:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2904384A01C From: "maennich at android dot com" To: libabigail@sourceware.org Subject: [Bug default/26771] abidw crashes reading /lib64/libclang-cpp.so.10 Date: Thu, 29 Oct 2020 12:18:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: maennich at android dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 12:18:30 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26771 Matthias Maennich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maennich at android dot com --- Comment #4 from Matthias Maennich --- FWIW, this Dockerfile describes the container to reproduce the issues in the recently opened bugs: $ cat Dockerfile FROM registry.fedoraproject.org/fedora RUN yum -y install libabigail RUN dnf -y install 'dnf-command(debuginfo-install)' RUN dnf -y debuginfo-install libabigail # Then run the container build and run with: $ docker build -t fedora . && docker run -ti fedora Inside the container # abidw /lib64/libabigail.so.0.0.0 > test.xml # abidiff test.xml /lib64/libabigail.so.0.0.0 That is an easy way to get all different packages that expose problematic behaviour. --=20 You are receiving this mail because: You are on the CC list for the bug.=