-
Notifications
You must be signed in to change notification settings - Fork 10
[BUG] incorrect work #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and 8000 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
Comments
I tested with both btop and top, intentrace behaves the same way that strace does with both top & btop exiting on CTRL-Z. My guess is that top's output -which reports its own instance in the process list- might have confused you into thinking it was the instance that was traced by intentrace, can you try again and confirm if that was the case? As for the segfault variant, I'll keep this issue open until that's also been tested. |
Sorry, problem is exist when send SigInt(Ctrl + C). The behavior is similar to running the command |
I tested again, and this seems to be what happening:
I tested this by running |
When I investigate programs that continue to run until you stop them, the program output is displayed in the console or in a separate stream. If I send a SigStop (Ctrl + Z), the program keeps running in the background. Example:
intentrace top
. If I run a program that ends with a Segmentation Fault, it also runs, but there is no output from intentrace at all.The text was updated successfully, but these errors were encountered: