public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/29911] New: assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils
@ 2022-12-16 19:55 woodard at redhat dot com
  2023-01-07  0:29 ` [Bug default/29911] " woodard at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2022-12-16 19:55 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 29911
           Summary: assert at abipkgdiff.cc:1651 when doing a self compare
                    librdmacm-utils
           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: ---

This is with the latest libabigail trunk as of 1f51b9e8

$  fedabipkgdiff --self-compare -a --from fc37 librdmacm-utils
Comparing the ABI of binaries between librdmacm-utils-1.1.0-6.fc27.aarch64.rpm
and librdmacm-utils-1.1.0-6.fc27.aarch64.rpm:

abipkgdiff: ../../../libabigail/tools/abipkgdiff.cc:1651:
abigail::tools_utils::abidiff_status compare_to_self(const elf_file&, const
std::string&, const options&, abigail::ir::environment&,
abigail::comparison::corpus_diff_sptr&,
abigail::comparison::diff_context_sptr&, abigail::fe_iface::status*): Assertion
`__abg_cond__' failed.
...

As far as I can tell this is unique to 2.2 and it affects the following
packages (so far):

librdmacm-utils
llvm12-libs
netcdf-fortran-openmpi
nss-softokn-freebl
socket_wrapper


abipkgdiff: ../../../libabigail/tools/abipkgdiff.cc:1651:
abigail::tools_utils::abidiff_status compare_to_self(const elf_file&, const
std::string&, const options&, abigail::ir::environment&,
abigail::comparison::corpus_diff_sptr&,
abigail::comparison::diff_context_sptr&, abigail::fe_iface::status*): Assertion
`__abg_cond__' failed.

Thread 6 "abipkgdiff" received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff636d6c0 (LWP 1021436)]
__pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6,
no_tid=no_tid@entry=0) at pthread_kill.c:44
44            return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO
(ret) : 0;
#0  __pthread_kill_implementation (threadid=<optimized out>,
signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x00007ffff74afee3 in __pthread_kill_internal (signo=6, threadid=<optimized
out>) at pthread_kill.c:78
#2  0x00007ffff745faa6 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#3  0x00007ffff74497fc in __GI_abort () at abort.c:79
#4  0x00007ffff744971b in __assert_fail_base (fmt=0x7ffff75be9e0 "%s%s%s:%u:
%s%sAssertion `%s' failed.\n%n", assertion=0x41e0ea "__abg_cond__",
file=0x41eab8 "../../../libabigail/tools/abipkgdiff.cc", line=1651,
function=<optimized out>) at assert.c:92
#5  0x00007ffff7458656 in __GI___assert_fail (assertion=0x41e0ea
"__abg_cond__", file=0x41eab8 "../../../libabigail/tools/abipkgdiff.cc",
line=1651, function=0x41f160 "abigail::tools_utils::abidiff_status
compare_to_self(const elf_file&, const std::string&, const options&,
abigail::ir::environment&, abigail::comparison::corpus_diff_sptr&,
abigail::comparison::diff_c"...) at assert.c:101
#6  0x000000000041545d in compare_to_self (detailed_error_status=<synthetic
pointer>, ctxt=<error reading variable: access outside bounds of object
referenced via synthetic pointer>, diff=<error reading variable: access outside
bounds of object referenced via synthetic pointer>, env=..., opts=...,
debug_dir=..., elf=...) at ../../../libabigail/tools/abipkgdiff.cc:1651
#7  self_compare_task::perform (this=0x43ef70) at
../../../libabigail/tools/abipkgdiff.cc:2164
#8  0x00007ffff7e5eded in abigail::workers::worker::wait_to_execute_a_task
(p=0x439f50) at ../../../libabigail/src/abg-workers.cc:400
#9  0x00007ffff74ae14d in start_thread (arg=<optimized out>) at
pthread_create.c:442
#10 0x00007ffff752fa00 in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

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

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

* [Bug default/29911] assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils
  2022-12-16 19:55 [Bug default/29911] New: assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils woodard at redhat dot com
@ 2023-01-07  0:29 ` woodard at redhat dot com
  2023-03-21 17:17 ` dodji at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: woodard at redhat dot com @ 2023-01-07  0:29 UTC (permalink / raw)
  To: libabigail

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

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
This continues to happen with trunk as of 5d97da97

These are really early results but so far it affects at least the following
packages: 
cube-libs
netcdf-fortran-openmpi
nss-softokn-freebl
socket_wrapper

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

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

* [Bug default/29911] assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils
  2022-12-16 19:55 [Bug default/29911] New: assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils woodard at redhat dot com
  2023-01-07  0:29 ` [Bug default/29911] " woodard at redhat dot com
@ 2023-03-21 17:17 ` dodji at redhat dot com
  2023-03-21 17:19 ` [Bug default/29911] fedabipkgdiff forgets to provide some debuginfo RPMs to abipkgdiff dodji at redhat dot com
  2023-03-22  8:28 ` dodji at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2023-03-21 17:17 UTC (permalink / raw)
  To: libabigail

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

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] 5+ messages in thread

* [Bug default/29911] fedabipkgdiff forgets to provide some debuginfo RPMs to abipkgdiff
  2022-12-16 19:55 [Bug default/29911] New: assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils woodard at redhat dot com
  2023-01-07  0:29 ` [Bug default/29911] " woodard at redhat dot com
  2023-03-21 17:17 ` dodji at redhat dot com
@ 2023-03-21 17:19 ` dodji at redhat dot com
  2023-03-22  8:28 ` dodji at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2023-03-21 17:19 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|assert at                   |fedabipkgdiff forgets to
                   |abipkgdiff.cc:1651 when     |provide some debuginfo RPMs
                   |doing a self compare        |to abipkgdiff
                   |librdmacm-utils             |

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

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

* [Bug default/29911] fedabipkgdiff forgets to provide some debuginfo RPMs to abipkgdiff
  2022-12-16 19:55 [Bug default/29911] New: assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils woodard at redhat dot com
                   ` (2 preceding siblings ...)
  2023-03-21 17:19 ` [Bug default/29911] fedabipkgdiff forgets to provide some debuginfo RPMs to abipkgdiff dodji at redhat dot com
@ 2023-03-22  8:28 ` dodji at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2023-03-22  8:28 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

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

--- Comment #2 from dodji at redhat dot com ---
This should be fixed by commit
https://sourceware.org/git/?p=libabigail.git;a=commit;h=889f05f9352400c23739e7e573361e2f607d5f94
in the master branch.  The fix should be available in libabigail 2.3.

Thank you for reporting this problem 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] 5+ messages in thread

end of thread, other threads:[~2023-03-22  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 19:55 [Bug default/29911] New: assert at abipkgdiff.cc:1651 when doing a self compare librdmacm-utils woodard at redhat dot com
2023-01-07  0:29 ` [Bug default/29911] " woodard at redhat dot com
2023-03-21 17:17 ` dodji at redhat dot com
2023-03-21 17:19 ` [Bug default/29911] fedabipkgdiff forgets to provide some debuginfo RPMs to abipkgdiff dodji at redhat dot com
2023-03-22  8:28 ` 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).