From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 519213858405; Mon, 4 Oct 2021 07:55:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 519213858405 From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/28301] libabigail asserts with older versions of gcc / glibc Date: Mon, 04 Oct 2021 07:55:10 +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: dodji at redhat dot com X-Bugzilla-Status: WAITING 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: bug_status cf_reconfirmed_on everconfirmed 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: Mon, 04 Oct 2021 07:55:10 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28301 dodji at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2021-10-04 Ever confirmed|0 |1 --- Comment #4 from dodji at redhat dot com --- (In reply to Seppo Yli-Olli from comment #3) > Okay. So I just reproduced same asserts with by staging our ABI image twi= ce > (identical files) in and running ABI checker between them. Since bunch of > these files seem to be present in glibc, added > https://nanonyme.kapsi.fi/public/glibc.tar.xz here. I'm not sure if I sho= uld > be uploading this large packages into the bugzilla. Hello. For me to reproduce the issue and be able to debug it, it's helpful to prov= ide a command line to reproduce the issue, like 'abidiff binary1 binary2'. I have downloaded the tarball at https://nanonyme.kapsi.fi/public/glibc.tar= .xz. Thank you for having provided it. But then, how am I supposed to reproduce the problem exactly? Also, have you tried to reproduce the issue using libabigail from the master repository? The libabigail version from master could handle the binaries from the tarba= ll that your version of libabigail was failing from, if I believe one of the comments of the bug. Here is what I did with the current libabigail from master to test for that: $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libanl.so.1 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libnsl.so.1 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libpthread.so.0 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libpthread.so.0 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libcrypt.so.1 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libutil.so.1 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libdl.so.2 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libnss_db.so.2 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/gconv/libJISX0213.so $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libnss_files.so.2 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libnss_hesiod.so.2 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libnss_compat.so.2 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libthread_db.so.1 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libc.so.6 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/librt.so.1 $ abidw --abidiff glibc/usr/lib/x86_64-linux-gnu/libresolv.so.2 $ I think that I really need to release what we have in master now so that you can update to that one instead as there are many many fixes stacked there. --=20 You are receiving this mail because: You are on the CC list for the bug.=