Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gprofiler/profilers/java.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ def _run_fdtransfer(self) -> None:
[fdtransfer_path(), str(self.process.pid)],
stop_event=self._stop_event,
timeout=self._FDTRANSFER_TIMEOUT,
communicate=False,
)

def start_async_profiler(self, interval: int, second_try: bool = False, ap_timeout: int = 0) -> bool:
Expand Down
4 changes: 2 additions & 2 deletions scripts/async_profiler_build_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
set -euo pipefail

VERSION=v2.8.1g1
GIT_REV="a54f956ad4f9ee7601fcfce1a968abdca9921a6d"
VERSION=v2.8.1g2
GIT_REV="83fd51841ab368b0c89e20320a6d45e31a1bec5d"

git clone --depth 1 -b "$VERSION" https://github.com/Granulate/async-profiler.git && cd async-profiler && git reset --hard "$GIT_REV"
source "$1"
Expand Down