From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BE5B3870C2E; Fri, 30 Jun 2023 20:41:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BE5B3870C2E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688157707; bh=kr1y1lc2e6qjEnB2aI1RrgxIqhRoIVPEXJf27n8DEuo=; h=From:To:Subject:Date:From; b=GtgnK/KVsoXB0bnC7rb4/eZZaLCXqCzOx0bsAHYaRd0hn+1xTo5zudOKte5e/kXzo I3xOhuIaC3kyK89uBBL4bgKs9CIITrSRLHcGrO28WYJrw/DQJees0mWurHhIVtdacC 9ghx/Zr9s5N68tTC4lZte2BeJh3oj6GLHC9A56oI= From: "halamour at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/30599] New: Stap probe does not terminate on Kernel Version 6.3 Date: Fri, 30 Jun 2023 20:41:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: halamour 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=3D30599 Bug ID: 30599 Summary: Stap probe does not terminate on Kernel Version 6.3 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: halamour at redhat dot com Target Milestone: --- When using fedora kernel version 6.3.6-200.fc38.x86_64, running any SystemT= ap script with IO will not terminate after Pass 5: starting run unless forced = to.=20=20 e.g.=20=20 probe begin { print ("hello world\n") exit () } Upon downgrading to 6.2.15-300.fc38.x86_64 problem does not appear. Possibly related to stapio. Output of ps aux | grep stap halamour 4241 0.1 0.0 0 0 pts/0 Zl 15:48 0:00 [stapio] halamour 4291 4.0 0.9 542516 300152 pts/0 S+ 15:48 0:00 stap -v hello-world.stp halamour 4292 0.1 0.0 0 0 pts/0 Zl+ 15:48 0:00 [stapio] halamour 4358 0.0 0.0 222408 2176 pts/1 S+ 15:49 0:00 grep --color=3Dauto stap Output of lsmod | grep stap stap_b9eef644af3bff3c851557a1748735a_4292 77824 1 stap_b9eef644af3bff3c851557a1748735a_4241 77824 1 --=20 You are receiving this mail because: You are the assignee for the bug.=