From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9182D3857006; Thu, 11 May 2023 21:50:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9182D3857006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683841809; bh=MnsorvpPJBzoRBeo8HKxyJnBKKa4+KH6Bl2cjINHAbE=; h=From:To:Subject:Date:From; b=DTvsphvIsKCdETdqXnMSu5jsM2P+f7CPo7JLcAZiZKPyX29clpoEdjwzamwtGksVU oxgijF4ZZ7UiAPsROm80luCiSmMJol0eh4iS+9esF4rHSIxHcboQ9Mp5K84IE3jrAd CnkJNR7iktGdMJFkHVGumZyZuEgM6XFFXHjkiEKU= From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/30442] New: optional statement probes still throw exceptions that kill pass-2 Date: Thu, 11 May 2023 21:50:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: fche at redhat dot com X-Bugzilla-Status: NEW 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone 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=3D30442 Bug ID: 30442 Summary: optional statement probes still throw exceptions that kill pass-2 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: fche at redhat dot com Target Milestone: --- % stap -p2 -e 'probe oneshot {log("hi")} probe kernel.statement("do_exit@*:8332")? { log("yo") }' semantic error: no line records for kernel/exit.c:8332 [man error::dwarf] This hits if the statement probes -partly- resolve, but then fail, such as = if the line number range is a little off but the function name is valid. --=20 You are receiving this mail because: You are the assignee for the bug.=