From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D5A2D3858CD1; Fri, 26 Apr 2024 15:56:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5A2D3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714146974; bh=3fx2z6Zt3mGsQATMXS8dNukdOKzqjotH6boES6fozwc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EUcowNfW/obhzOjx3/aJVP0exuJoW+7zwc9q2U4e44ILPxph8INrLL8XC5S1hikBQ UPCrvYazwqaV0nDVZ6JGUOlO96CWjQEDy8r0CvHZfSISwaNKUZV16JLx71mKt5pyps S023dzLpT89XCV27Qis0mp7qaVe9WsCMKv4wZBhk= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31597] Systemtap not extracting all the data sent to the print data in the buffers before shutdown Date: Fri, 26 Apr 2024 15:56:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution 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=3D31597 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from William Cohen --- This has been addressed the following git commit: commit eb1f039347f70838bfea922034c1aaa1b14a6379 (HEAD -> master, origin/mas= ter, origin/HEAD) Author: William Cohen Date: Fri Apr 26 11:20:27 2024 -0400 PR31597: Allow time for data in buffers to be read out before shutdown On SystemTap scripts using the -c option some data was dropped from the output. This was observed with sporadic failures of the *syscall.exp tests. The process of shutting down the transport layer moving data from the kernel- to user-space was not allowing time for data to be completely drained from the buffers. A delay has been added in the shutdown process to provided the needed time to drain the buffers. --=20 You are receiving this mail because: You are the assignee for the bug.=