-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
runtime: incorrect terminology 'reraised' in panic message
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
cmd/compile: poor escape analysis of Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
strings.SplitSeq
BugReport
#73524
opened Apr 28, 2025 by
tdakkota
net/http: http2 client data race to close request body when server crashes unexpectedly
BugReport
Issues describing a possible bug in the Go implementation.
#73522
opened Apr 28, 2025 by
jhump
x/tools/gopls: DocumentSymbol returns incorrect selectionRange
BugReport
Issues describing a possible bug in the Go implementation.
Documentation
Issues describing a change to documentation.
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
runtime: deductSweepCredit bad symbol table
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.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
#73519
opened Apr 28, 2025 by
mangalaman93
runtime: AIX build broken with fatal error 'taggedPointerPack invalid packing'
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
OS-AIX
x/crypto/acme: WaitOrder returns an order without a URI
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.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
x/tools/gopls: missing workspace diagnostics after protocol change
BugReport
Issues describing a possible bug in the Go implementation.
gopls
Issues related to the Go language server, gopls.
release-blocker
Tools
This label describes issues relating to any tools in the x/tools repository.
runtime: inlining in bgsweep leads to livelock
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
#73499
opened Apr 25, 2025 by
ArsenySamoylov
cmd/go: Tests failing when init accesses a byte slice larger than 65536 with go test -cover
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.
#73495
opened Apr 24, 2025 by
maxkidd
os/user: user.Current() returns wrong user for NT AUTHORITY/SYSTEM
BugReport
Issues describing a possible bug in the Go implementation.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
OS-Windows
#73471
opened Apr 22, 2025 by
petemoore
internal/fuzzing, cmd/go: compiling fuzz-tests do not include coverage instrumentation
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.
#73465
opened Apr 22, 2025 by
holiman
crypto/x509: ParseCRL allows CRL files to have duplicate revoked entries and duplicate certificate serial numbers.
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.
#73452
opened Apr 20, 2025 by
onepeople158
crypto/x509: ParseCRL allows the Invalidity Date of revoked certificates in the CRL to be UTC time
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.
#73442
opened Apr 19, 2025 by
onepeople158
net/http: upon http redirect, Request.GetBody is always nil
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.
#73439
opened Apr 18, 2025 by
maruel
x/tools/gopls: SEGV updating non-nil map in analysis.Validate
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.
crypto/x509: ParseCRL allows revocation serial number that is a non-positive integer
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.
runtime: failure to detect write barriers inside nowritebarrierrec / questionable write barriers
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.
go/types: type mismatch with func error less helpful since go 1.18
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.
sync: Map: internal/sync.HashTrieMap: ran out of hash bits while inserting
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.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
cmd/compile: infinite loop in the inliner
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
Critical
A critical problem that affects the availability or correctness of production systems built using Go
NeedsFix
The path to resolution is known, but the work has not been done.
cmd/link: cgo cross linking using the clang --target flag creates crashing programs
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
proxy.golang.org: some calls taking ~60s to 404
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.
proxy.golang.org
#73403
opened Apr 16, 2025 by
myitcv
x/tools/gopls: SEGV accessing map[string]...
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.
cmd/go/internal/work: wrong arch detection for s390x
arch-s390x
Issues solely affecting the s390x architecture.
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
ExpertNeeded
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Previous Next
ProTip!
Adding no:label will show everything without a label.