List Question
20 TechQA 2024-03-23T17:26:56.387000Why is fork() accepted in strace if the actual syscall is clone()?
57 views
Asked by GuillermoVidal
How to know if a syscall returned an error?
61 views
Asked by Clement-Z4RM
strace ordering of system calls does not match expected order
35 views
Asked by user3882729
Does strace output the actual system calls name or the name of the wrapper functions that perform them?
62 views
Asked by Kode1000
Why is Airflow Scheduler making so many system calls to the DAG files?
27 views
Asked by rbohlmann
How to Identify Necessary Debian Packages for an Application in Docker for Minimalistic Setup
44 views
Asked by user75453
what is the use case for arch_prctl
237 views
Asked by user3882729
Root user doesn't have permission to setgid when command executed by auditd event handler
108 views
Asked by Maikol
How to benchmark a C program
171 views
Asked by Helen Tan
How do I debug where a tokio task is hanging?
656 views
Asked by theflash
How to resume main thread/process while tracing syscalls and cloned process with ptrace()
154 views
Asked by Febryan Asa Perdana
Get file descriptor output in resumed syscall using strace
47 views
Asked by Sandeep Acharya
Understanding write syscalls while writing in golang
142 views
Asked by Ilya Boltnev
Command "strace -T" introducing too much overhead
211 views
Asked by Pavankumar S V
how to trace where the SIGALRM signal comes from?
97 views
Asked by Joey Sun
strace -T accuracy, how to measure system call timing?
101 views
Asked by Some Name
Running old JDK/JVM versions in a modern Linux environment
85 views
Asked by Bass
The best way to profile a group of processes on Linux for their times to completion?
24 views
Asked by Grigory Rechistov
strace and tcpdump - data sent in strace shows 000000174 but data in tcpdump shows 00000174 (one zero missing)
147 views
Asked by supmethods