Skip to content

Issues: golang/go

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23 arch-arm64 BugReport Issues describing a possible bug in the Go implementation. GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
#73922 opened May 29, 2025 by dmitshur
net: UDPConn.WriteToUDPAddrPort sometimes blocks forever on darwin/arm64 BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73919 opened May 29, 2025 by brad-defined Backlog
cmd/compile: inconsistency with whether wrapper shows in traceback in race mode when method is tail call optimized compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73915 opened May 29, 2025 by amusman Go1.25
x/tools/gopls: ChangeSignature: OOB panic in inline.updateCalleeParams (mismatched syntactic/semantic params) gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73913 opened May 29, 2025 by adonovan Unreleased
x/tools/gopls: ChangeSignature: OOB panic in inlineCall (FuncType.Params inconsistent with Signature) gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73912 opened May 29, 2025 by adonovan gopls/v0.20.0
cmd/compile: -gcflags="-m=2 -d=ssa/check_bce/debug=1" sometimes results in no output BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73892 opened May 27, 2025 by RaduBerinde Backlog
x/tools/gopls: nil deref in 'go vendor' Snapshot.GoCommandInvocation BugReport Issues describing a possible bug in the Go implementation. gopls/memory-corruption "can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW) gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73891 opened May 27, 2025 by adonovan Unreleased
x/tools/gopls: nil deref in x/telemetry/internal/counter.(*Counter).add gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73890 opened May 27, 2025 by adonovan gopls/v0.20.0
x/pkgsite/cmd/pkgsite: search not working in -cache mode BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73877 opened May 27, 2025 by katiehockman Unreleased
testing/synctest: timers scheduled for the same instant always fire in creation order BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73876 opened May 27, 2025 by glycerine Go1.25
x/vuln/cmd/govulncheck,encoding/json/v2: panic: got encoding/json/jsontext.Value, want variadic parameter of unnamed slice or string type NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
#73871 opened May 26, 2025 by seankhliao vuln/unplanned
x/review/git-codereview: prepopulate package prefix in commit messages FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73870 opened May 26, 2025 by seankhliao Unreleased
os: Root.OpenRoot sets incorrect name, losing prefix of original root BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73868 opened May 26, 2025 by nkraetzschmar Backlog
os: new test TestRootRemoveDot fails on plan9 NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Plan9
#73863 opened May 25, 2025 by millerresearch Go1.25
x/tools/gopls: nil panic in types.Package.Path while writing export data (internal/gcimporter) BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73854 opened May 23, 2025 by adonovan Unreleased
x/tools/gopls: impossible nil panic in reflect.ValueOf BugReport Issues describing a possible bug in the Go implementation. gopls/memory-corruption "can't happen" gopls crashes (races, unsafe, miscompile, runtime bugs, faulty HW) gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73853 opened May 23, 2025 by adonovan Unreleased
testing/synctest: panics result in wrong test duration BugReport Issues describing a possible bug in the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73852 opened May 23, 2025 by neild
testing/synctest,runtime: randomize scheduling to protect against Hyrum's Law compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. okay-after-rc1 Used by release team to mark a release-blocker issue as okay to resolve either before or after rc1 release-blocker
#73850 opened May 23, 2025 by aclements Go1.25
runtime: block and mutex profile aren't meaningful with faketime BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73836 opened May 22, 2025 by rhysh Backlog
runtime: long stop-the-world due to scavenging when exceeding GOMEMLIMIT compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73835 opened May 22, 2025 by nsrip-dd Go1.26
unique: optimize interning of string([]byte) in structs/arrays compiler/runtime Issues related to the Go compiler and/or runtime. Implementation Issues describing a semantics-preserving change to the Go implementation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
#73821 opened May 22, 2025 by jakebailey Backlog
all: flaky failures on netbsd/arm arch-arm Issues solely affecting the 32-bit arm architecture. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
#73820 opened May 21, 2025 by cherrymui Backlog
cmd/go: go ignores overlay map when using coverpkg flag GoCommand cmd/go NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73802 opened May 20, 2025 by AdamKorcz
runtime: valgrind thinks adjustpointer sometimes operates on uninitialized values BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
#73801 opened May 20, 2025 by rolandshoemaker Backlog
x/tools/gopls: ChangeSignature: "cannot inline: corrupted reference" bug BugReport Issues describing a possible bug in the Go implementation. gopls/telemetry-wins gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#73779 opened May 19, 2025 by adonovan gopls/v0.20.0
ProTip! Follow long discussions with comments:>50.