public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/27086] New: file reports errors with itself
@ 2020-12-17  0:03 woodard at redhat dot com
  2020-12-17  0:09 ` [Bug default/27086] " woodard at redhat dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2020-12-17  0:03 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 27086
           Summary: file reports errors with itself
           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 master as of 9fc16dbc

abidw --abidiff
/home/ben/Shared/Work/spack/opt/spack/linux-fedora33-skylake/gcc-10.2.1/miniconda3-4.8.2-oudnbhbtypfh2ozp37mvcmbef4p2gjcv/lib/libstdc++.so.6.0.26

reports hundreds of differences with itself beginning with:

Functions changes summary: 0 Removed, 634 Changed, 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

634 functions with some indirect sub-type change:

  [C] 'method void std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char>
>::basic_istringstream(std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >&&)' at sstream:477:1 has some
indirect sub-type changes:
    implicit parameter 0 of type 'std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >*' has sub-type changes:
      in pointed to type 'class std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >' at sstream:392:1:
        type size hasn't changed
        1 base class change:
          'class std::basic_istream<char, std::char_traits<char> >' at
istream:58:1 changed:
            type size hasn't changed
            2 member function insertions:
              'method virtual std::basic_istream<char, std::char_traits<char>
>::~basic_istream()' at istream:103:1, virtual at voffset 0/0
              'method virtual std::basic_istream<char, std::char_traits<char>
>::~basic_istream(int, void**)' at istream:103:1
            2 member function changes:
              'method virtual std::basic_istream<char, std::char_traits<char>
>::~basic_istream(int, void**)' has some sub-type changes:
                implicit parameter 0 of type 'std::basic_istream<char,
std::char_traits<char> >*' has sub-type changes:
                  pointed to type 'class std::basic_istream<char,
std::char_traits<char> >' changed, as being reported
              'method virtual std::basic_istream<char, std::char_traits<char>
>::~basic_istream()' has some sub-type changes:
                implicit parameter 0 of type 'std::basic_istream<char,
std::char_traits<char> >*' has sub-type changes:
                  pointed to type 'class std::basic_istream<char,
std::char_traits<char> >' changed, as being reported
        2 member function changes:
          'method virtual std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >::~basic_istringstream(int,
void**)' has some sub-type changes:
            implicit parameter 0 of type
'std::__cxx11::basic_istringstream<char, std::char_traits<char>,
std::allocator<char> >*' has sub-type changes:
              pointed to type 'class std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >' changed, as being reported
          'method virtual std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >::~basic_istringstream()' has
some sub-type changes:
            implicit parameter 0 of type
'std::__cxx11::basic_istringstream<char, std::char_traits<char>,
std::allocator<char> >*' has sub-type changes:
              pointed to type 'class std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >' changed, as being reported
    parameter 1 of type 'std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >&&' has sub-type changes:
      referenced type 'class std::__cxx11::basic_istringstream<char,
std::char_traits<char>, std::allocator<char> >' changed at sstream:392:1, as
reported earlier

The origin appears to be:

 'method virtual std::basic_istream<char, std::char_traits<char>
>::~basic_istream()' at istream:103:1, virtual at voffset 0/0
 'method virtual std::basic_istream<char, std::char_traits<char>
>::~basic_istream(int, void**)' at istream:103:1

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] file reports errors with itself
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
@ 2020-12-17  0:09 ` woodard at redhat dot com
  2020-12-17  0:10 ` woodard at redhat dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2020-12-17  0:09 UTC (permalink / raw)
  To: libabigail

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

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
Created attachment 13057
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13057&action=edit
compressed reproducer file

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] file reports errors with itself
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
  2020-12-17  0:09 ` [Bug default/27086] " woodard at redhat dot com
@ 2020-12-17  0:10 ` woodard at redhat dot com
  2021-06-08 21:40 ` woodard at redhat dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2020-12-17  0:10 UTC (permalink / raw)
  To: libabigail

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

Ben Woodard <woodard at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |27019


Referenced Bugs:

https://sourceware.org/bugzilla/show_bug.cgi?id=27019
[Bug 27019] BUILD metabug
-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] file reports errors with itself
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
  2020-12-17  0:09 ` [Bug default/27086] " woodard at redhat dot com
  2020-12-17  0:10 ` woodard at redhat dot com
@ 2021-06-08 21:40 ` woodard at redhat dot com
  2021-09-07 18:36 ` woodard at redhat dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2021-06-08 21:40 UTC (permalink / raw)
  To: libabigail

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

--- Comment #2 from Ben Woodard <woodard at redhat dot com> ---
continues to happen with: b00ba10e1deae4eae58cb783c01c69f384f392c1

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] file reports errors with itself
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
                   ` (2 preceding siblings ...)
  2021-06-08 21:40 ` woodard at redhat dot com
@ 2021-09-07 18:36 ` woodard at redhat dot com
  2021-09-07 19:39 ` [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare woodard at redhat dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2021-09-07 18:36 UTC (permalink / raw)
  To: libabigail

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

--- Comment #3 from Ben Woodard <woodard at redhat dot com> ---
This appears to continue to be a problem the trunk as of:
190350a35f842574cf15b9a98f1ccbc3aa31a840

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
                   ` (3 preceding siblings ...)
  2021-09-07 18:36 ` woodard at redhat dot com
@ 2021-09-07 19:39 ` woodard at redhat dot com
  2021-09-08 15:10 ` woodard at redhat dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2021-09-07 19:39 UTC (permalink / raw)
  To: libabigail

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

Ben Woodard <woodard at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|file reports errors with    |embedded version of
                   |itself                      |libstdc++ in miniconda3
                   |                            |does not self-compare

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
                   ` (4 preceding siblings ...)
  2021-09-07 19:39 ` [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare woodard at redhat dot com
@ 2021-09-08 15:10 ` woodard at redhat dot com
  2021-09-23 11:50 ` dodji at redhat dot com
  2021-09-23 16:33 ` dodji at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: woodard at redhat dot com @ 2021-09-08 15:10 UTC (permalink / raw)
  To: libabigail

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

--- Comment #4 from Ben Woodard <woodard at redhat dot com> ---
This continues to manifest with trunk as of
7488c8df3bf10750ce059a0ec1d44d8149149c86

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
                   ` (5 preceding siblings ...)
  2021-09-08 15:10 ` woodard at redhat dot com
@ 2021-09-23 11:50 ` dodji at redhat dot com
  2021-09-23 16:33 ` dodji at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dodji at redhat dot com @ 2021-09-23 11:50 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare
  2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
                   ` (6 preceding siblings ...)
  2021-09-23 11:50 ` dodji at redhat dot com
@ 2021-09-23 16:33 ` dodji at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dodji at redhat dot com @ 2021-09-23 16:33 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from dodji at redhat dot com ---
This should be fixed by commit
https://sourceware.org/git/?p=libabigail.git;a=commit;h=c00add2a211d7d6a380ce5a248accca978975933.

The fix should be available in libabigail 2.0.

Thanks for reporting the issue, and sorry for the inconvenience.

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-23 16:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  0:03 [Bug default/27086] New: file reports errors with itself woodard at redhat dot com
2020-12-17  0:09 ` [Bug default/27086] " woodard at redhat dot com
2020-12-17  0:10 ` woodard at redhat dot com
2021-06-08 21:40 ` woodard at redhat dot com
2021-09-07 18:36 ` woodard at redhat dot com
2021-09-07 19:39 ` [Bug default/27086] embedded version of libstdc++ in miniconda3 does not self-compare woodard at redhat dot com
2021-09-08 15:10 ` woodard at redhat dot com
2021-09-23 11:50 ` dodji at redhat dot com
2021-09-23 16:33 ` dodji at redhat dot com

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).