gh-142654: show the clear error message when sampling on an unknown PID#142655
Merged
Merged
gh-142654: show the clear error message when sampling on an unknown PID#142655
Commits
Commits on Dec 13, 2025
gh-142654: show the clear error message when sampling on an unknown PID
Show description for 7024bd1committedonly catch the RuntimeError, leave the PermissionError for downstream
Show description for b1a5082committedcatch the PermissionError for macOS
Show description for cfea35bcommitted
Commits on Dec 15, 2025
check if the pid is running before attaching
Show description for ab9c0c6committedresolve conflict
Show description for a1c66e5committed- committed
fix sampling test failure due to the _is_process_running check
Show description for dcad05acommitted
Commits on Dec 16, 2025
add custom sampling errors
Show description for 4d55401committeduse os.kill(pid, 0) for all the posix OS
Show description for 5b5ad2fcommitted