-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
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. |
bcmills
added
NeedsFix
The path to resolution is known, but the work has not been done.
GoCommand
cmd/go
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
labels
Feb 2, 2024
bcmills
added
OS-Windows
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
arch-386
Issues solely affecting the 32-bit x86 architecture
labels
Feb 2, 2024
Change https://go.dev/cl/560655 mentions this issue: |
Let's reopen this to track fixing the underlying issue on windows/386. CC @pjweinb |
findleyr
changed the title
cmd/go: vendored x/telemetry crashes on windows-386
x/telemetry: crashes on windows-386
Feb 7, 2024
findleyr
removed
GoCommand
cmd/go
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
labels
Feb 7, 2024
8 tasks
findleyr
added
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
and removed
NeedsFix
The path to resolution is known, but the work has not been done.
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
labels
Feb 7, 2024
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
Pinkle-pash
added a commit
to Pinkle-pash/telemetry
that referenced
this issue
Dec 4, 2024
Modify the way mmap is invoked on Windows systems to support our technique for extending the size of counter files. The existing code was overelaborate and failed on 386. Also, stop generating empty file names for uploading. Fixes golang/go#65447 Fixes golang/go#60692 Fixes golang/go#60615 Change-Id: I8349d250fb516c188850557d3d099378248fb17b Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/561995 Run-TryBot: Peter Weinberger <[email protected]> Reviewed-by: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-386
Issues solely affecting the 32-bit x86 architecture
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: