public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/28547] New: abicompat abnormal aborted
@ 2021-11-05  8:23 tangmeng at uniontech dot com
  2021-11-05  8:30 ` [Bug default/28547] " tangmeng at uniontech dot com
  0 siblings, 1 reply; 2+ messages in thread
From: tangmeng at uniontech dot com @ 2021-11-05  8:23 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 28547
           Summary: abicompat abnormal aborted
           Product: libabigail
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: tangmeng at uniontech dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

When I install libabigail and execute the following command, the program will
aborted.
# abicompat /usr/local/bin/abicompat /usr/local/lib/libabigail.so.0.0.0 
abicompat: abg-ir.cc:13392: abigail::ir::function_type_sptr
abigail::ir::synthesize_function_type_from_translation_unit(const
abigail::ir::function_type&, abigail::ir::translation_unit&): Assertion
`__abg_cond__' failed.
aborted

in src/abg-ir.cc:
13347:function_type_sptr
13348:synthesize_function_type_from_translation_unit(const function_type&
fn_type,
13349:                                         translation_unit& tu)
...
13388:  if (method)
13389:    {
13390:      class_type = is_class_or_union_type
13391:  (synthesize_type_from_translation_unit(method->get_class_type(), tu));
13392:      ABG_ASSERT(class_type);
13393:    }
Before ABG_ASSERT(class_type); is executed, whether some exceptions need to be
treated separately。

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

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

* [Bug default/28547] abicompat abnormal aborted
  2021-11-05  8:23 [Bug default/28547] New: abicompat abnormal aborted tangmeng at uniontech dot com
@ 2021-11-05  8:30 ` tangmeng at uniontech dot com
  0 siblings, 0 replies; 2+ messages in thread
From: tangmeng at uniontech dot com @ 2021-11-05  8:30 UTC (permalink / raw)
  To: libabigail

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

--- Comment #1 from tangmeng <tangmeng at uniontech dot com> ---
I tried to analyze it and suspected it was caused by the following methods:
  method virtual abigail::ir::environment::~environment(int): caused the
failure

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

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

end of thread, other threads:[~2021-11-05  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05  8:23 [Bug default/28547] New: abicompat abnormal aborted tangmeng at uniontech dot com
2021-11-05  8:30 ` [Bug default/28547] " tangmeng at uniontech 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).