From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 43C533858C5F; Mon, 3 Apr 2023 17:48:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43C533858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680544102; bh=sWkxHquWWyr46bFpElNjiRJVFf3pHzTCmsTrztwjhOQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sUstSRDr+qETyKcDAerldoOGknfUdVcFKFShBTmOuQZD0S1qNA8ZsQvLSMgH14QYL aCSb7wFja4suXPzgYqLefY5ALkCJXhIWRfEEhTH4y08txJ2T0pHlYzxPNtUknv/WhY N5R4vk9HFFlQEKWaxYdaDJ9OvAY06HpA48ouG7C4= From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30307] self compare problem with bpftrace Date: Mon, 03 Apr 2023 17:48:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: woodard at redhat 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: short_desc Message-ID: In-Reply-To: References: 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=3D30307 Ben Woodard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|arch specific self compare |self compare problem with |problem with bpftrace |bpftrace --- Comment #4 from Ben Woodard --- Enblightenment seems to have a similar problem however it is not arch speci= fic. This calls into question whether the problem is more an arch specific probl= em or if it is some sort of race condition in doing type canonicalization. Wh= en doing the underlying abipkgdiff it seems to be the same kind of confusion of typedef and a struct. type of 'E_Zone* zone' changed: in pointed to type 'typedef E_Zone' at e_zone.h:16:1: underlying type 'struct _E_Zone' changed, as being reported --=20 You are receiving this mail because: You are on the CC list for the bug.=