From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B56E3953C14; Wed, 25 Nov 2020 01:24:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B56E3953C14 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/26943] New: inexplicable type changing when running abidiff Date: Wed, 25 Nov 2020 01:24:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: woodard 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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: Wed, 25 Nov 2020 01:24:47 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26943 Bug ID: 26943 Summary: inexplicable type changing when running abidiff Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: woodard at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- With commit 2c0dd017 from dodji/PR26769 This one seems really unique. It appears that two types are inexplicably changing in a way that is not clearly reported. $ rpm -qf /lib64/libQtCore.so.4.8.7=20 qt-4.8.7-57.fc33.x86_64 $ abidw --abidiff /lib64/libQtCore.so.4.8.7=20 $ echo $? 0 $ abidw /lib64/libQtCore.so.4.8.7 > libQtCore.so.4.8.7.abixml $ abidiff --harmless libQtCore.so.4.8.7.abixml /lib64/libQtCore.so.4.8.7=20 Functions changes summary: 0 Removed, 43 Changed, 0 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 43 functions with some indirect sub-type change: [C] 'method QTextCodec* QSettings::iniCodec() const' at qsettings.cpp:299= 7:1 has some indirect sub-type changes: return type changed: in pointed to type 'class QTextCodec' at qtextcodec.h:62:1: [C] 'method void QSettings::setIniCodec(QTextCodec*)' at qsettings.cpp:29= 66:1 has some indirect sub-type changes: parameter 1 of type 'QTextCodec*' changed: in pointed to type 'class QTextCodec' at qtextcodec.h:62:1: [C] 'method QTextCodec* QTextStream::codec() const' at qtextstream.cpp:30= 06:1 has some indirect sub-type changes: return type changed: in pointed to type 'class QTextCodec' at qtextcodec.h:62:1: [C] 'method void QTextStream::setCodec(QTextCodec*)' at qtextstream.cpp:2968:1 has some indirect sub-type changes: parameter 1 of type 'QTextCodec*' changed: in pointed to type 'class QTextCodec' at qtextcodec.h:62:1: [C] 'method QXmlStreamWriter::QXmlStreamWriter(QByteArray*)' at qxmlstream.h:423:1 has some indirect sub-type changes: implicit parameter 0 of type 'QXmlStreamWriter*' has sub-type changes: in pointed to type 'class QXmlStreamWriter' at qxmlstream.h:416:1: type size hasn't changed 1 data member change: type of 'QScopedPointer > QXmlStreamWriter::d_ptr' changed: type size hasn't changed 1 data member change: type of 'QXmlStreamWriterPrivate* QScopedPointer >::d' changed: in pointed to type 'class QXmlStreamWriterPrivate' at qxmlstream.cpp:2960:1: type size hasn't changed 2 data member changes: type of 'QXmlStreamWriter* QXmlStreamWriterPrivate::q_p= tr' changed: pointed to type 'class QXmlStreamWriter' changed, as being reported type of 'QTextCodec* QXmlStreamWriterPrivate::codec' changed: in pointed to type 'class QTextCodec' at qtextcodec.h:62:1: --=20 You are receiving this mail because: You are on the CC list for the bug.=