From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 27268386F836; Mon, 1 Feb 2021 13:49:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27268386F836 From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/27267] Assertion comparing ABIs on rawhide Date: Mon, 01 Feb 2021 13:49:15 +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: 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: 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, 01 Feb 2021 13:49:15 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27267 --- Comment #3 from dodji at redhat dot com --- Hello, So, I got the binaries attached and tried to reproduce the issue with the libabigail 1.8.1 from Rawhide and Fedora 33 (they are the same code). Here= is the output I am getting from Rawhide: /usr/bin/abidiff $ rpm -qf /usr/bin/abidiff attention : Found bdb Packages database while attempting sqlite backend: us= ing bdb backend. libabigail-1.8.1-1.fc34.x86_64 $ abidiff --version abidiff: 1.8.1 $ abidiff --drop-private-types --fail-no-debug-info --no-added-syms=20 libtotem-plparser.so.18.1.0 libtotem-plparser.so.18.3.4 Functions changes summary: 0 Removed, 1 Changed (8 filtered out), 0 Added (3 filtered out) functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 1 function with some indirect sub-type change: [C] 'function void totem_pl_parser_add_ignored_mimetype(TotemPlParser*, c= onst char*)' at totem-pl-parser.c:2409:1 has some indirect sub-type changes: parameter 1 of type 'TotemPlParser*' has sub-type changes: in pointed to type 'typedef TotemPlParser' at totem-pl-parser.h:70:1: underlying type 'struct {GObject parent; TotemPlParserPrivate* priv= ;}' at totem-pl-parser.h:67:1 changed:=20 type size hasn't changed 1 data member change: type of 'TotemPlParserPrivate* priv' changed: in pointed to type 'typedef TotemPlParserPrivate' at totem-pl-parser.h:60:1: underlying type 'struct TotemPlParserPrivate' at totem-pl-parser.c:260:1 changed: type size changed from 320 to 384 (in bits) 1 data member insertion: 'GHashTable* TotemPlParserPrivate::ignore_globs', at of= fset 128 (in bits) at totem-pl-parser.c:261:1 2 data member changes: 'GMutex TotemPlParserPrivate::ignore_mutex' offset chan= ged from 128 to 192 (in bits) (by +64 bits) 'GThread* TotemPlParserPrivate::main_thread' offset cha= nged from 192 to 256 (in bits) (by +64 bits) $ So I don't seem to reproduce the issue with libabigail 1.8.1 that is in currently in testing for Fedora 33. Do you see the same? Or am I missing something? --=20 You are receiving this mail because: You are on the CC list for the bug.=