FG

Will strace watch system calls recursively on child processes of the main process being observed?

Fresh3 days ago
Mar 15, 20266888 views
Confidence Score0%
0%

Problem

If I run on a program and that program spawns a subprocess (e.g. perl's system() call), will report the system calls for the child process as well?

Error Output

strace

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Will strace watch system calls recursively on child processes of the main process being observed?

Low Risk

Yes, but you need to add the flag to trace the child processes.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment