-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/telemetry: crashes on windows-386 #65447
Labels
arch-386
Issues solely affecting the 32-bit x86 architecture
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
telemetry
x/telemetry issues
Milestone
Comments
Quim sent a revert for this in https://go.dev/cl/560655. |
Change https://go.dev/cl/560655 mentions this issue: |
Let's reopen this to track fixing the underlying issue on windows/386. CC @pjweinb |
8 tasks
Change https://go.dev/cl/561995 mentions this issue: |
ezz-no
pushed a commit
to ezz-no/go-ezzno
that referenced
this issue
Feb 18, 2024
This reverts CL 559519. Reason for revert: Broke windows/386. See https://build.golang.org/log/03594b706c425bd61fb3c65495aae6dd01b4a81b. Fixes golang#65447. Change-Id: I567bca0368168dbfb256fadba37bce3cd31aceb2 Reviewed-on: https://go-review.googlesource.com/c/go/+/560655 Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-386
Issues solely affecting the 32-bit x86 architecture
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
telemetry
x/telemetry issues
Tests of https://go.dev/cl/558256 are failing spuriously due to crashes in the go command on windows-386 (decoding the hash table in the shared counter page). Example:
https://ci.chromium.org/ui/p/golang/builders/try/x_tools-gotip-windows-386/b8757239534114088753/test-results?q=ExactID%3Agolang.org%2Fx%2Ftools%2Fcmd%2Fcallgraph.TestCallgraph+VHash%3A36b5a8c990697350&clean=&sortby=&groupby=
Is this perhaps a file format version skew? Or a bug that has already been fixed in x/telemetry?
The text was updated successfully, but these errors were encountered: