Skip to content

Missing execs #2

@zmitchell

Description

@zmitchell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions