From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54553 invoked by alias); 23 Feb 2016 04:44:16 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 54509 invoked by uid 48); 23 Feb 2016 04:44:11 -0000 From: "michi.henning at canonical dot com" To: libabigail@sourceware.org Subject: [Bug default/19706] New: Core dump from abidiff with suppression Date: Fri, 01 Jan 2016 00:00:00 -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: michi.henning at canonical 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 attachments.created 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-SW-Source: 2016-q1/txt/msg00127.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19706 Bug ID: 19706 Summary: Core dump from abidiff with suppression Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: michi.henning at canonical dot com CC: libabigail at sourceware dot org Target Milestone: --- Created attachment 9028 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D9028&action=3Dedit Backtrace, dump files, and suppressions file I'm seeing this with abigail compiled from HEAD: $ git rev-parse HEAD 9d5b898f2868d226b1d37d4d60f6db98855c21ed The base dump and the current dump were both generated by abidw from HEAD. When I run abidiff with the attached dumps and suppressions file, I get a c= ore dump. The backtrace is in gdb.txt in the attached archive. The problem appears to be caused by this suppression (the final one in the suppressions file): [suppress_function] name_regexp =3D unity::scopes::internal::.* Without this suppression, I don't get a core dump. Is there a way to suppress all changes for absolutely everything in a particular namespace (preferably one that works with 1.0.rc2)? We have a strict separation of public and private APIs. In particular, we u= se the pimpl idiom for the public API, and we have tests to enforce that no pu= blic header mentions anything that's in the internal namespace (other than the opaque pointer-to-impl, which is forward-declared). So, by definition, there cannot be an ABI break that would be caused by anything in the internal namespace, so I'd like to write a wholesale suppression for everything in t= hat namespace. --=20 You are receiving this mail because: You are on the CC list for the bug.