We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I do: strace -p $PID -e fork,vfork,clone, I get:
strace -p $PID -e fork,vfork,clone
strace: Process 671482 attached vfork() = 671487 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=671487, si_uid=1000, si_status=0, si_utime=0, si_stime=0} --- vfork() = 671488 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=671488, si_uid=1000, si_status=0, si_utime=0, si_stime=0} --- vfork() = 671489 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=671489, si_uid=1000, si_status=0, si_utime=0, si_stime=0} --- --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
Is it possible to turn off threading in the runtime? Is that desirable or do we want threading on?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I do:
strace -p $PID -e fork,vfork,clone
, I get:Is it possible to turn off threading in the runtime? Is that desirable or do we want threading on?
The text was updated successfully, but these errors were encountered: