-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: strace hangs trying to trace call to Exec #60800
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
Comments
What version of Linux? What version of strace? Note that Go 1.17 is no longer supported, though I don't know why that would matter. This works fine for me on Ubuntu 20.04.6 LTS.
|
We are using this executable in other scripts. While debugging issues with strace. |
I have no explanation, but it's hard to see how this could be a problem with Go. I tested with strace version 5.5, though again I don't know why it would matter. |
I am looking, if there are any build options which can fix this issue. |
I couldn't reproduce this on fedora 27 with strace 4.24 and go 1.17 / 1.20 does this issue reproduce with 1.20? |
Yes, same issue with 1.20 |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
my code
OutputWhat did you expect to see?
Expecting strace to run.
What did you see instead?
strace getting stuck when -f option is used.
The text was updated successfully, but these errors were encountered: