From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80C8F3858429; Tue, 23 Jan 2024 11:51:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80C8F3858429 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706010714; bh=DA207oSpTMrMzqn8kQWrH/8yYStmm2fT8NUxV2x8IdY=; h=From:To:Subject:Date:From; b=LWzbRbyllAyAOpUqfbXvxpIxgmyrhqCW6SOQ7ZVXN3PwD82/LhUqTbojyl7GOPUi2 jwWBnwPMU7a6d7jIVMmZlde59Lm+nJkPGJl5d6sFjqqSJk0iGKFi2g1j0M0+O6uew7 HQHibgjKiVLbI0TaKciTKuPMvkHGB/TPdOzFKhAU= From: "bbhtt.zn0i8 at slmail dot me" To: libabigail@sourceware.org Subject: [Bug default/31279] New: abidiff crashes while analyzing libgstqsv.so 1.22.8 Date: Tue, 23 Jan 2024 11:51:53 +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: bbhtt.zn0i8 at slmail dot me X-Bugzilla-Status: UNCONFIRMED 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31279 Bug ID: 31279 Summary: abidiff crashes while analyzing libgstqsv.so 1.22.8 Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: bbhtt.zn0i8 at slmail dot me CC: libabigail at sourceware dot org Target Milestone: --- Created attachment 15320 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15320&action=3Ded= it New library 1.22.8 ``` abidiff: ../../src/abg-dwarf-reader.cc:13213: abigail::ir::class_decl_sptr abigail::dwarf::add_or_update_class_type(reader&, Dwarf_Die*, abigail::ir::scope_decl*, bool, abigail::ir::class_decl_sptr, bool, size_t, bool): Assertion `__abg_cond__' failed. ``` See https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/merge_requests/16781#n= ote_1737390894 I provided, below, the so and debug files for libgstqsv (old and new). Otherwise, the project can be built by cloning the repo and checking out the branch. Buildstream 2 needs to be installed, see https://buildstream.build/install.= html Then `bst build components/gstreamer-plugins-bad.bst` will build the compon= ent that provides the library and `bst artifact checkout components/gstreamer-plugins-bad.bst` will produce a local copy of the build contents. To analyse the ABI `make check-abi` can be run, that effectively runs the following, through a python script: python script args: `check-abi --new /new-image --old /old-image --archive-on-core --forward-compatible --suppressions "/usr/share/check-abi/check-abi-suppressions.json" --abidiff-suppressions "/usr/share/check-abi/abidiff-suppressions.ini"` abidiff args: `abidiff --headers-dir1 /old-image/usr/include --headers-dir2 /new-image/usr/include --debug-info-dir1 /old-image/usr/lib/debug --debug-info-dir2 /new-image/usr/lib/debug /old-image/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstqsv.so /new-image/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstqsv.so --drop-private-types` Output can be seen by entering `l`: ``` =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=90 =E2=94=82 ABI Break: libgstqsv.so =E2=94=82 =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=98 abidiff: ../../src/abg-dwarf-reader.cc:13213: abigail::ir::class_decl_sptr abigail::dwarf::add_or_update_class_type(reader&, Dwarf_Die*, abigail::ir::scope_decl*, bool, abigail::ir::class_decl_sptr, bool, size_t, bool): Assertion `__abg_cond__' failed. abidiff core dumped, command was: abidiff --headers-dir1 /old-image/usr/include --headers-dir2 /new-image/usr/include --debug-info-dir1 /old-image/usr/lib/debug --debug-info-dir2 /new-image/usr/lib/debug /old-image/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstqsv.so /new-image/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstqsv.so --drop-private-types Skipping file libpipewire-module-vban-send.so Skipping file libpipewire-module-protocol-native.so Skipping file libpipewire-module-rt.so ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=