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

bpftrace and user program both write to proctrace stdin #9

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

bpftrace and user program both write to proctrace stdin #9

zmitchell opened this issue Sep 9, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@zmitchell
Copy link
Owner

proctrace reads bpftrace output, but output from the user program gets mixed in. The output doesn't parse properly, so it's not an issue of data correctness, but you end up seeing a lot of "failed to parse" lines. We could fix this from two angles:

  • Redirect the user program output somewhere else
  • Open a different set of pipes for bpftrace
@zmitchell zmitchell added bug Something isn't working good first issue Good for newcomers labels Sep 9, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant