public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: "woodard at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: libabigail@sourceware.org
Subject: [Bug default/27517] /usr/lib64/libphonenumber.so.8.12 fails self check
Date: Thu, 04 Mar 2021 22:02:53 +0000	[thread overview]
Message-ID: <bug-27517-9487-geI3P8DzL9@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-27517-9487@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=27517

--- Comment #2 from Ben Woodard <woodard at redhat dot com> ---
another one where the virtual table changes is
/usr/lib64/ceph/librbd/libceph_librbd_parent_cache.so.1.0.0 from
librbd1-16.1.0-0.4.snapshot.fc34.x86_64 

Starting program: /home/ben/Shared/Work/test/libabigail-x86_64/bin/abidw
--abidiff /usr/lib64/ceph/librbd/libceph_librbd_parent_cache.so.1.0.0
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Functions changes summary: 0 Removed, 1 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

1 function with some indirect sub-type change:

  [C] 'method virtual void
ceph::immutable_obj_cache::ObjectCacheRegReplyData::decode_payload(ceph::buffer::v15_2_0::list::const_iterator,
__u8)' at Types.cc:139:1 has some indirect sub-type changes:
    Please note that the symbol of this function is
_ZN4ceph19immutable_obj_cache24ObjectCacheReadRadosData14decode_payloadENS_6buffer7v15_2_04list13iterator_implILb1EEEh
     and it aliases symbol:
_ZN4ceph19immutable_obj_cache23ObjectCacheRegReplyData14decode_payloadENS_6buffer7v15_2_04list13iterator_implILb1EEEh
    'method virtual void
ceph::immutable_obj_cache::ObjectCacheRegReplyData::decode_payload(ceph::buffer::v15_2_0::list::const_iterator,
__u8)
{_ZN4ceph19immutable_obj_cache24ObjectCacheReadRadosData14decode_payloadENS_6buffer7v15_2_04list13iterator_implILb1EEEh,
_ZN4ceph19immutable_obj_cache23ObjectCacheRegReplyData14decode_payloadENS_6buffer7v15_2_04list13iterator_implILb1EEEh}'
now becomes 'method virtual void
ceph::immutable_obj_cache::ObjectCacheReadRadosData::decode_payload(ceph::buffer::v15_2_0::list::const_iterator,
__u8)
{_ZN4ceph19immutable_obj_cache24ObjectCacheReadRadosData14decode_payloadENS_6buffer7v15_2_04list13iterator_implILb1EEEh,
_ZN4ceph19immutable_obj_cache23ObjectCacheRegReplyData14decode_payloadENS_6buffer7v15_2_04list13iterator_implILb1EEEh}'
    implicit parameter 0 of type
'ceph::immutable_obj_cache::ObjectCacheRegReplyData*' changed:
      in pointed to type 'class
ceph::immutable_obj_cache::ObjectCacheRegReplyData' at Types.h:120:1:
        type name changed from
'ceph::immutable_obj_cache::ObjectCacheRegReplyData' to
'ceph::immutable_obj_cache::ObjectCacheReadRadosData'
        type size hasn't changed
        7 member function deletions:
          'method virtual void
ceph::immutable_obj_cache::ObjectCacheRegReplyData::decode_payload(ceph::buffer::v15_2_0::list::const_iterator,
__u8)' at Types.cc:71:1, virtual at voffset 3/5
          'method virtual void
ceph::immutable_obj_cache::ObjectCacheRegReplyData::encode_payload()' at
Types.cc:69:1, virtual at voffset 2/5
          'method virtual uint16_t
ceph::immutable_obj_cache::ObjectCacheRegReplyData::get_request_type()' at
Types.h:81:1, virtual at voffset 4/5
          'method virtual bool
ceph::immutable_obj_cache::ObjectCacheRegReplyData::payload_empty()' at
Types.h:82:1, virtual at voffset 5/5
          'method virtual
ceph::immutable_obj_cache::ObjectCacheRegReplyData::~ObjectCacheRegReplyData(int)'
at Types.cc:67:1
          'method virtual
ceph::immutable_obj_cache::ObjectCacheRegReplyData::~ObjectCacheRegReplyData(int)'
at Types.cc:67:1
          'method virtual
ceph::immutable_obj_cache::ObjectCacheRegReplyData::~ObjectCacheRegReplyData(int)'
at Types.cc:67:1
        7 member function insertions:
          'method virtual void
ceph::immutable_obj_cache::ObjectCacheReadRadosData::decode_payload(ceph::buffer::v15_2_0::list::const_iterator,
__u8)' at Types.cc:139:1, virtual at voffset 3/5
          'method virtual void
ceph::immutable_obj_cache::ObjectCacheReadRadosData::encode_payload()' at
Types.cc:137:1, virtual at voffset 2/5
          'method virtual uint16_t
ceph::immutable_obj_cache::ObjectCacheReadRadosData::get_request_type()' at
Types.h:128:1, virtual at voffset 4/5
          'method virtual bool
ceph::immutable_obj_cache::ObjectCacheReadRadosData::payload_empty()' at
Types.h:129:1, virtual at voffset 5/5
          'method virtual
ceph::immutable_obj_cache::ObjectCacheReadRadosData::~ObjectCacheReadRadosData(int)'
at Types.cc:135:1
          'method virtual
ceph::immutable_obj_cache::ObjectCacheReadRadosData::~ObjectCacheReadRadosData(int)'
at Types.cc:135:1
          'method virtual
ceph::immutable_obj_cache::ObjectCacheReadRadosData::~ObjectCacheReadRadosData(int)'
at Types.cc:135:1

[Inferior 1 (process 22180) exited with code 01]

The thing that is interesting is the type name change:
       type name changed from
'ceph::immutable_obj_cache::ObjectCacheRegReplyData' to
'ceph::immutable_obj_cache::ObjectCacheReadRadosData'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2021-03-04 22:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04 21:28 [Bug default/27517] New: " woodard at redhat dot com
2021-03-04 21:35 ` [Bug default/27517] " woodard at redhat dot com
2021-03-04 22:02 ` woodard at redhat dot com [this message]
2021-03-04 22:07 ` woodard at redhat dot com
2021-04-13 20:34 ` woodard at redhat dot com
2021-06-08 20:34 ` woodard at redhat dot com
2021-09-07 18:12 ` woodard at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-27517-9487-geI3P8DzL9@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).