-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
-tiny can cause confusion when hiding panics entirely #604
Comments
Can you reproduce this without I just did your |
For what it's worth, we use build caching, so it's possible that a |
What happens when you run |
I set GOGARBLE to all of the domains in my
|
Interesting
|
Oh, my bad, I misread your bug report. I think the issue is In your case, if I remove the use of
The source of the problem is likely https://github.com/marten-seemann/qtls-go1-19 - since it mirrors types in the crypto/tls package, and we likely obfuscate those in different ways, then you get panics. |
That said, we should probably make panics still print something, because I agree this is very confusing. Perhaps we could make it print |
cc @capnspacehook since you wrote most of |
Renamed this issue to be about the confusion with panics when |
Dropping by to note that I think that's fine for our use case here. |
What version of Garble and Go are you using?
What environment are you running Garble on?
go env
OutputWhat did you do?
Set
GOGARBLE=*
What did you expect to see?
Expected to see the agent's help menu printed to STDOUT. Set
GOGARBLE=golang.org,gopkg.in,github.com
What did you see instead?
Nothing, the process seems to immediately exit. I even added a print line as the very first thing in main() and it isn't called.
The text was updated successfully, but these errors were encountered: