Skip to content
New issue

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

Missing execs #2

Open
zmitchell opened this issue Sep 8, 2024 · 0 comments
Open

Missing execs #2

zmitchell opened this issue Sep 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zmitchell
Copy link
Owner

Steps to reproduce:

$ proctrace record -o demo.log -- ./demo_script.sh
$ proctrace render -i demo.log -d by-process

You'll see two processes that fork without an exec.
I'm pretty confident these are the printf calls in demo_script.sh.
It's possible that somehow the shell builtin printf is getting called,
but I tried to avoid that by calling command -v printf directly.

@zmitchell zmitchell added the bug Something isn't working label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant