34
34
:return: a tuple: function-result, a StraceResult.
39
def strace_detailed(function, args, kwargs, follow_children=True):
37
41
# (https://bugs.launchpad.net/ubuntu/+source/strace/+bug/103133) and the
38
42
# test suite hangs if the '-f' is given to strace *and* more than one
46
46
# capture strace output to a file
47
47
log_file = tempfile.NamedTemporaryFile()
48
48
log_file_fd = log_file.fileno()