From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EE483858281; Tue, 31 Oct 2023 19:27:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EE483858281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698780434; bh=SLp/9L0RenCkDGX3J1ZT08fLofOAWnFN6BXfgS4GHfU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j9wF4Cl5L08ux9of7tVAKpTz6FbLwYwOc7Hktfn/3AslK3nUQUNGO30vDuBbj0mTN YjIqJNIxjW6t7ACedlm9YdzK+PDsKaIxeTz7yiyFzZTVs542NTSDLdTe7NL5bQjTPf bU0UzhNE3AFl0jH/YhFSOJgtB3qqxNP3sw2N/4rc= From: "agentzh at gmail dot com" To: systemtap@sourceware.org Subject: [Bug translator/31018] Map operations might get no lock protections due to "pushdown lock" bugs Date: Tue, 31 Oct 2023 19:27:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: agentzh at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D31018 --- Comment #1 from agentzh --- I forgot to add that it might not necessarily be triggered by a leading if statement needing a lock. Other statements that "push down" locks may also trigger it, like a loop statement or nested code blocks. --=20 You are receiving this mail because: You are the assignee for the bug.=