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
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.
#73526 opened Apr 28, 2025 by rsc Go1.25
cmd/compile: poor escape analysis of strings.SplitSeq BugReport Issues describing a possible bug in the Go implementation. compiler/runtime Issues related to the Go compiler and/or runtime.
#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.
#73521 opened Apr 28, 2025 by MischaPanch Unreleased
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
#73515 opened Apr 28, 2025 by ayappanec Go1.25
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.
#73504 opened Apr 25, 2025 by jameshartig Unreleased
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.
#73501 opened Apr 25, 2025 by findleyr gopls/v0.19.0
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.
#73437 opened Apr 18, 2025 by adonovan Unreleased
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.
#73433 opened Apr 18, 2025 by onepeople158 Backlog
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.
#73430 opened Apr 17, 2025 by dr2chase Backlog
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.
#73428 opened Apr 17, 2025 by gnojus Backlog
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.
#73427 opened Apr 17, 2025 by MasterDimmy Go1.25
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.
#73425 opened Apr 17, 2025 by randall77 Go1.25
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.
#73406 opened Apr 16, 2025 by apsaltis-ddog Backlog
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.
#73387 opened Apr 15, 2025 by adonovan Unreleased
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.
#73382 opened Apr 15, 2025 by taronaeo Backlog
ProTip! Adding no:label will show everything without a label.