cmd/compile/... cmd/link/... runtime
Issues and changes for 71 package(s) matching "cmd/compile/... cmd/link/... runtime":
- cmd/compile
- cmd/compile/internal
- cmd/compile/internal/abi
- cmd/compile/internal/abt
- cmd/compile/internal/amd64
- cmd/compile/internal/arm
- cmd/compile/internal/arm64
- cmd/compile/internal/base
- cmd/compile/internal/bitvec
- cmd/compile/internal/compare
- ... (61 more)
cmd/compile: invalidly inferred type for interface that doesn't use type parameterNeedsFixcompiler/runtime
#60377 opened 6 days ago by griesemer
#60337 opened 1 week ago by gavinlichn
#60273 opened 1 week ago by gopherbot
#60235 opened 1 week ago by gopherbot
cmd/link: there should be a way to determine why deadcode elimination was not performedFeatureRequestNeedsDecisioncompiler/runtime
#60221 opened 1 week ago by aarzilli
runtime: parallel json benchmark leads high CPU usage when go version > 1.15 on ARM64compiler/runtime
#60214 opened 2 weeks ago by botieking98
cmd/link: clang on windows fatal error LNK1104: cannot open file 'mingwex.lib'OS-WindowsWaitingForInfocompiler/runtime
#60202 opened 2 weeks ago by voltagex
#60183 opened 2 weeks ago by jernejs
runtime: duplicate key in map literal not detectedcompiler/runtime
#60161 opened 2 weeks ago by tbruyelle
#60158 opened 2 weeks ago by gopherbot
#60157 opened 2 weeks ago by gopherbot
#60153 opened 2 weeks ago by gopherbot
runtime: deleted timer was not cleaned up in time, causing the context chain saved in timerCtx to not be GCed in timecompiler/runtime
#60144 opened 2 weeks ago by 578559967
#60117 opened 2 weeks ago by kckrinke
#60095 opened 2 weeks ago by gopherbot
#60094 opened 2 weeks ago by gopherbot
#60093 opened 2 weeks ago by gopherbot
#60066 opened 3 weeks ago by chenmingyong0423
#60053 opened 3 weeks ago by gopherbot
cmd/compile: inline devirtualized functions if they are inlineableNeedsInvestigationPerformancecompiler/runtime
#60032 opened 3 weeks ago by silbinarywolf
cmd/compile: confusion about use a specific type for the receiver of a parameterized type in generic struct methodcompiler/runtime
#60017 opened 3 weeks ago by almas1992
runtime: "signal 23 received but handler not on signal stack" after CL 485500 when signal delivered on shallow g0 stack by TSANNeedsFixcompiler/runtime
#60007 opened 3 weeks ago by prattmic
#60004 opened 3 weeks ago by prattmic
cmd/compile: multiple memories live at block start [1.20 backport]CherryPickApprovedcompiler/runtime
#59975 opened 3 weeks ago by gopherbot
cmd/compile: multiple memories live at block start [1.19 backport]CherryPickApprovedcompiler/runtime
#59974 opened 3 weeks ago by gopherbot
cmd/compile: multiple memories live at block startcompiler/runtime
#59973 opened 3 weeks ago by randall77
#59960 opened 3 weeks ago by mknyszek
#59959 opened 3 weeks ago by prattmic
cmd/compile: passing a generic function as a function argument crashes the compilerNeedsInvestigationcompiler/runtimerelease-blocker
#59955 opened 3 weeks ago by griesemer
cmd/link: relative paths are not respected when checking supported linker flagsNeedsFixcompiler/runtime
#59952 opened 3 weeks ago by JamesMBartlett
cmd/compile: TestEmptyDwarfRanges and TestScopeRanges fail on ios-arm64-corelliumNeedsInvestigationOS-iOScompiler/runtime
#59939 opened 3 weeks ago by bcmills
#59887 opened 1 month ago by prattmic
cmd/compile: encoding/binary.PutUint32 generates unaligned data storage on arm64 archNeedsInvestigationcompiler/runtime
#59856 opened 1 month ago by mattypiper
#59807 opened 1 month ago by bcmills
#59758 opened 1 month ago by lcoffe-botify
cmd/compile: 'relocation target not defined' when building with CL 484859 (since reverted)NeedsFixcompiler/runtime
#59709 opened 1 month ago by thanm
runtime: windows/amd64 crash in -buildmode=c-shared libraryNeedsInvestigationOS-Windowscompiler/runtime
#59705 opened 1 month ago by fzwoch
#59692 opened 1 month ago by mknyszek
#59684 opened 1 month ago by randall77
#59680 opened 1 month ago by mknyszek
runtime: CL 481061 "runtime/cgo: store M for C-created thread in pthread key" causes C TSAN failuresNeedsFixcompiler/runtime
#59678 opened 1 month ago by prattmic
cmd/link: `warning: syscall() may go away, please rewrite code to use direct calls` on openbsdNeedsFixOS-OpenBSDcompiler/runtime
#59667 opened 1 month ago by bcmills
#59655 opened 1 month ago by merykitty
#59650 opened 1 month ago by vault-thirteen
runtime: `TestCollisions` failure on `linux-arm64-longtest` TryBotNeedsInvestigationcompiler/runtime
#59643 opened 1 month ago by bcmills
#59638 opened 1 month ago by thanm
#59630 opened 1 month ago by 578559967
#59613 opened 1 month ago by gopherbot
runtime: checkdead fires due to suspected race in the Go runtime when GOMAXPROCS=1 on AWSNeedsFixcompiler/runtime
#59600 opened 1 month ago by lcoffe-botify
runtime: possible memory corruption caused by CL 304470 "cmd/compile, runtime: add metadata for argument printing in traceback" [1.20 backport]compiler/runtime
#59589 opened 1 month ago by gopherbot
runtime: possible memory corruption caused by CL 304470 "cmd/compile, runtime: add metadata for argument printing in traceback" [1.19 backport]compiler/runtime
#59588 opened 1 month ago by gopherbot
cmd/compile: Unified IR exports table is binary unstable in presence of generics [1.20 backport]CherryPickApprovedcompiler/runtime
#59585 opened 1 month ago by gopherbot
#59580 opened 1 month ago by gopherbot
#59579 opened 1 month ago by gopherbot
runtime: possible hangs on Windowscompiler/runtime
#59576 opened 1 month ago by mknyszek
#59573 opened 1 month ago by adonovan
#59572 opened 1 month ago by wdvxdr1123
cmd/compile: Unified IR exports table is binary unstable in presence of genericsNeedsFixcompiler/runtime
#59571 opened 1 month ago by nemo-cpt
#59562 opened 1 month ago by gopherbot
#59560 opened 1 month ago by gopherbot
#59559 opened 1 month ago by gopherbot
cmd/compile: 4% kubelet compile time regression from CL 482356 "cmd/compile: allow more inlining of functions that construct closures"NeedsInvestigationPerformancecompiler/runtime
#59547 opened 1 month ago by prattmic
internal/poll, runtime: got `not pollable` err when reading fifo or socketWaitingForInfocompiler/runtime
#59545 opened 1 month ago by zhuangqh
cmd/compile: test timeouts on solaris-amd64-oraclerelBuildersNeedsInvestigationOS-Solariscompiler/runtime
#59536 opened 1 month ago by gopherbot
#59477 opened 1 month ago by nngffhj
cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex [1.20 backport]CherryPickApprovedcompiler/runtime
#59468 opened 1 month ago by gopherbot
#59467 opened 1 month ago by gopherbot
cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) [1.20 backport]CherryPickApprovedcompiler/runtime
#59450 opened 1 month ago by gopherbot
#59446 opened 1 month ago by krader1961
cmd/compile: valid go1.17 non-recursive program fails to compile with invalid recursive type errorcompiler/runtime
#59437 opened 1 month ago by zeebo
#59432 opened 1 month ago by sbinet
runtime: clear() on map doesn't correctly clear existing iteratorsNeedsInvestigationcompiler/runtimerelease-blocker
#59411 opened 1 month ago by randall77
#59404 opened 1 month ago by thanm
cmd/compile/internal/test: TestReproducibleBuilds failuresNeedsInvestigation
#59397 opened 1 month ago by gopherbot
cmd/compile/internal/test: TestIntendedInlining failuresNeedsInvestigation
#59396 opened 1 month ago by gopherbot
cmd/compile/internal/test: TestPGOIntendedInliningShiftedLines failuresNeedsInvestigation
#59395 opened 1 month ago by gopherbot
cmd/compile/internal/test: TestCode failuresNeedsInvestigation
#59394 opened 1 month ago by gopherbot
cmd/compile/internal/test: TestStmtLines failuresNeedsInvestigation
#59393 opened 1 month ago by gopherbot
#59389 opened 1 month ago by gopherbot
cmd/compile/internal/test: TestPGOSingleIndex failuresNeedsInvestigation
#59387 opened 1 month ago by gopherbot
#59386 opened 1 month ago by gopherbot
runtime: panic on memclrNoHeapPointers, unexpected fault addresscompiler/runtime
#59382 opened 1 month ago by payall4u
cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) NeedsFixcompiler/runtime
#59378 opened 1 month ago by abursavich
cmd/compile: encoding/binary.PutUint16 sometimes doesn't write [1.20 backport]CherryPickApprovedcompiler/runtime
#59374 opened 1 month ago by gopherbot
cmd/compile: encoding/binary.PutUint16 sometimes doesn't write [1.19 backport]CherryPickApprovedcompiler/runtime
#59373 opened 1 month ago by gopherbot
#59367 opened 1 month ago by rompetroll
cmd/compile: simple integer computation loop is relatively slowNeedsInvestigationPerformancecompiler/runtime
#59366 opened 1 month ago by keakon
#59360 opened 1 month ago by gopherbot
cmd/link/internal/ld: TestFallocate consistently failing on freebsd-riscv64-unmatchedBuildersNeedsInvestigationOS-FreeBSDarch-riscvcompiler/runtime
#59352 opened 1 month ago by bcmills
#59351 opened 1 month ago by gopherbot
#59324 opened 2 months ago by Jorropo
cmd/compile: 3.14% regression in AppendMsgResyncTargetsInfo-8 sec/op at 61bc17fPerformancecompiler/runtime
#59319 opened 2 months ago by mknyszek
cmd/compile: linkname symbol redeclared, unknown line numbercompiler/runtime
#59313 opened 2 months ago by ii64
cmd/compile: incorrect error message for types check in generic functionsNeedsInvestigationcompiler/runtime
#59312 opened 2 months ago by Dmitriy-Kulagin
cmd/compile: unsafe.SliceData incoherent resuilt with nil argument [1.20 backport]CherryPickApprovedcompiler/runtime
#59296 opened 2 months ago by gopherbot
#59294 opened 2 months ago by cherrymui
#59293 opened 2 months ago by lboulard
#59288 opened 2 months ago by rip-create-your-account
#59279 opened 2 months ago by gopherbot
cmd/compile: crypto/elliptic build error under -linkshared mode [1.20 backport]CherryPickApprovedcompiler/runtime
#59236 opened 2 months ago by gopherbot
#59235 opened 2 months ago by gopherbot
#59233 opened 2 months ago by gopherbot
#59225 opened 2 months ago by rip-create-your-account
#59220 opened 2 months ago by gopherbot
#59219 opened 2 months ago by gopherbot
#59213 opened 2 months ago by funte
#59196 opened 2 months ago by sumitd2
cmd/compile: internal compiler error: not lowered: v108, Zero SSA PTR SSANeedsInvestigationcompiler/runtime
#59174 opened 2 months ago by ALTree
cmd/compile: inlining function that references function literals generates bad code [1.19 backport]CherryPickApprovedcompiler/runtime
#59158 opened 2 months ago by gopherbot
#59156 opened 2 months ago by johanbrandhorst
#59154 opened 2 months ago by Relect
#59152 opened 2 months ago by Relect
cmd/compile: allow the use of go:wasmimport globallyProposalProposal-Acceptedarch-wasmcompiler/runtime
#59149 opened 2 months ago by johanbrandhorst
#59142 opened 2 months ago by JackMordaunt
#59111 opened 2 months ago by y1yang0
cmd/compile: incorrect inlining of function swapping two funcscompiler/runtime
#59108 opened 2 months ago by fabe-xx
cmd/compile: racy writes to global var not observedcompiler/runtime
#59088 opened 2 months ago by huzhiwen93
#59064 opened 2 months ago by gopherbot
#59063 opened 2 months ago by gopherbot
cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation [1.20 backport]CherryPickApproved
#59059 opened 2 months ago by gopherbot
cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation [1.19 backport]CherryPickApproved
#59058 opened 2 months ago by gopherbot
cmd/link: linker fails on linux/amd64 when gcc's lto options are used [1.20 backport]CherryPickApprovedGoCommandcompiler/runtime
#59051 opened 2 months ago by gopherbot
cmd/link: linker fails on linux/amd64 when gcc's lto options are used [1.19 backport]CherryPickApprovedGoCommandcompiler/runtime
#59050 opened 2 months ago by gopherbot
#59034 opened 2 months ago by thanm
#59000 opened 2 months ago by ihuang77
#58966 opened 2 months ago by quaresmajose
#58954 opened 2 months ago by gopherbot
#58935 opened 2 months ago by sywhang
#58905 opened 2 months ago by aclements
runtime, x/sys/windows: panic accessing (possibly) nil field of net_opNeedsDecisionOS-Windowscompiler/runtime
#58870 opened 2 months ago by hawkinsw
cmd/compile: github.com/opencontainers/runc for riscv64 build errorNeedsInvestigationarch-riscvcompiler/runtime
#58861 opened 2 months ago by zhangze0722
#58848 opened 2 months ago by leitzler
cmd/link, x/build: `android-arm-corellium` tries to link using `arm64` C toolchain BuildersNeedsInvestigationOS-AndroidTestingarch-armcompiler/runtime
#58829 opened 2 months ago by bcmills
#58814 opened 2 months ago by myitcv
cmd/compile: change the max allowed number of methods on a typeNeedsInvestigationUnfortunatecompiler/runtime
#58805 opened 2 months ago by go101
runtime: execution halts with goroutines stuck in `runtime.gopark` and `runtime.futex`WaitingForInfocompiler/runtime
#58798 opened 3 months ago by patrick-ogrady
#58785 opened 3 months ago by Vishwanatha-HD
#58784 opened 3 months ago by limeidan
#58783 opened 3 months ago by Vishwanatha-HD
cmd/compile: ICE on method value involving imported anonymous interface [1.20 backport]CherryPickApprovedcompiler/runtime
#58776 opened 3 months ago by gopherbot
runtime: malloc instancing generic function seems to deadlock(ish) during benchmarkNeedsInvestigationWaitingForInfocompiler/runtime
#58744 opened 3 months ago by joeycumines
cmd/compile: missing return value for undefined type mentions `<T>`NeedsInvestigationcompiler/runtimehelp wanted
#58742 opened 3 months ago by dominikh
cmd/compile: race is not supported on linux/riscv64compiler/runtime
#58739 opened 3 months ago by ArchFeh
#58729 opened 3 months ago by tianxiaogu
#58727 opened 3 months ago by TotallyGamerJet
#58725 opened 3 months ago by gopherbot
runtime/pprof, cmd/compile: simplified symbol names for generics break PGO matchingNeedsDecisioncompiler/runtime
#58712 opened 3 months ago by prattmic
#58694 opened 3 months ago by gopherbot
cmd/link, x/sys/unix: `unix.TestMmap` failing on `netbsd` as of CL 470298NeedsInvestigationOS-NetBSDcompiler/runtime
#58660 opened 3 months ago by bcmills
#58648 opened 3 months ago by prattmic
runtime: high CPU usage and hang in syscall_windows.go after recent Windows 10 updatesWaitingForInfocompiler/runtime
#58646 opened 3 months ago by tmm1
cmd/compile: go tool compile could not import fmtcompiler/runtime
#58629 opened 3 months ago by chimission
cmd/link: linker fails on linux/amd64 when gcc's annobin plugin is usedNeedsInvestigationcompiler/runtime
#58620 opened 3 months ago by jcajka
cmd/link: linker fails on linux/amd64 when gcc's lto options are usedGoCommandNeedsFixcompiler/runtime
#58619 opened 3 months ago by jcajka
cmd/compile: confusing error: cannot use x (variable of type []string) as []string value NeedsInvestigationcompiler/runtime
#58611 opened 3 months ago by ldemailly
cmd/link: crossbuild panic GOOS=openbsd GOARCH=mips64compiler/runtime
#58596 opened 3 months ago by sylr
#58588 opened 3 months ago by greatroar
#58584 opened 3 months ago by x1unix
#58572 opened 3 months ago by mdempsky
runtime: TestWindowsStackMemory flakes on windows-386-2016NeedsInvestigationcompiler/runtimehelp wanted
#58570 opened 3 months ago by prattmic
#58569 opened 3 months ago by prattmic
#58563 opened 3 months ago by zapo
#58536 opened 3 months ago by gopherbot
#58535 opened 3 months ago by gopherbot
#58533 opened 3 months ago by randall77
runtime: endless traceback when panic in generics funtion [1.20 backport]CherryPickApprovedcompiler/runtime
#58531 opened 3 months ago by gopherbot
#58530 opened 3 months ago by prattmic
#58513 opened 3 months ago by SilverRainZ
cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' [1.20 backport]CherryPickApprovedcompiler/runtime
#58503 opened 3 months ago by gopherbot
cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' [1.19 backport]CherryPickApprovedcompiler/runtime
#58502 opened 3 months ago by gopherbot
#58483 opened 3 months ago by badisch87
cmd/compile: instruction reordering with optimizations disabled (go1.21) NeedsInvestigationcompiler/runtime
#58482 opened 3 months ago by aarzilli
#58472 opened 3 months ago by marcogrecopriolo
cmd/compile: internal compiler error: '(*Tree[go.shape.int]).RemoveParent.func1': value .dict (nil) incorrectly live at entry [1.20 backport]CherryPickApprovedcompiler/runtime
#58467 opened 3 months ago by gopherbot
runtime: access faults to memory mapped files on windows can't be caught by using SetPanicOnFaultNeedsFixOS-Windowscompiler/runtime
#58457 opened 3 months ago by secDre4mer
cmd/compile: inline static init cause compile time error [1.20 backport]CherryPickApprovedcompiler/runtime
#58444 opened 3 months ago by gopherbot
#58442 opened 3 months ago by gopherbot
#58441 opened 3 months ago by gopherbot
runtime: some linkname signatures do not matchcompiler/runtime
#58440 opened 3 months ago by amscanne
#58439 opened 3 months ago by cuonglm
#58437 opened 3 months ago by shawndx
runtime: copystack doesn't adjust frame pointers on arm64NeedsInvestigationarch-arm64compiler/runtime
#58432 opened 3 months ago by felixge
cmd/link: compilation failure on armv6/armv7 due to truncated relocationsNeedsInvestigationcompiler/runtime
#58428 opened 3 months ago by tpaschalis
#58424 opened 3 months ago by hengwu0
#58422 opened 3 months ago by yangboyd
runtime: GOOS=ios fails Apple's app validation due to use of private API [1.20 backport]CherryPickApprovedcompiler/runtime
#58419 opened 3 months ago by gopherbot
cmd/compile: internal compiler error: Type.Elem UNION [1.20 backport]CherryPickApprovedcompiler/runtime
#58413 opened 3 months ago by gopherbot
#58385 opened 3 months ago by nmeum
runtime: support unwinding logical cgo stack transitions using frame pointersDebuggingNeedsDecisioncompiler/runtime
#58378 opened 3 months ago by qmuntal
#58349 opened 3 months ago by dgavedissian
#58345 opened 3 months ago by ClarkQAQ
cmd/compile: internal compiler error: '(*Tree[go.shape.int]).RemoveParent.func1': value .dict (nil) incorrectly live at entryNeedsFixcompiler/runtime
#58341 opened 3 months ago by anupcshan
cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.BasicLit, not *ir.ConstExprNeedsDecisioncompiler/runtime
#58339 opened 3 months ago by 578559967
cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.Name [1.20 backport]CherryPickApprovedcompiler/runtime
#58335 opened 3 months ago by gopherbot
#58334 opened 3 months ago by ericlagergren
#58332 opened 3 months ago by fthvgb1
cmd/link: failed to debug while succeeding to compile and start serverNeedsInvestigationWaitingForInfocompiler/runtime
#58330 opened 3 months ago by adzfolc
#58327 opened 3 months ago by subtle-byte
cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.NameNeedsFixcompiler/runtime
#58325 opened 3 months ago by evanj
runtime: GOOS=ios fails Apple's app validation due to use of private APINeedsFixOS-Darwincompiler/runtimemobile
#58323 opened 3 months ago by danderson
cmd/compile: constant overflows when assigned to package level var (Go 1.20 regression) [1.20 backport]CherryPickApprovedcompiler/runtime
#58319 opened 3 months ago by gopherbot
cmd/compile/internal/pgo: Detect sample value position instead of hard-coding [1.20 backport]CherryPickApproved
#58309 opened 3 months ago by gopherbot
#58300 opened 3 months ago by randall77
cmd/compile: constant overflows when assigned to package level var (Go 1.20 regression)NeedsFixcompiler/runtime
#58293 opened 3 months ago by tklauser
cmd/compile/internal/pgo: Detect sample value position instead of hard-codingNeedsFixrelease-blocker
#58292 opened 3 months ago by brancz
runtime: runtime_expandFinalInlineFrame doesn't skip trailing wrappersNeedsInvestigationcompiler/runtime
#58288 opened 3 months ago by korniltsev
#58256 opened 3 months ago by gopherbot
runtime: TestCgoLockOSThreadExit failures with `sub thread still running`NeedsFixTestingcompiler/runtime
#58247 opened 3 months ago by bcmills
cmd/link: nil pointer panic during compile for openbsd/mips64NeedsInvestigationOS-OpenBSDarch-mipscompiler/runtimehelp wanted
#58240 opened 3 months ago by calmh
#58224 opened 3 months ago by gopherbot
#58223 opened 3 months ago by gopherbot
#58222 opened 3 months ago by rsc
cmd/link: `TestBuildForTvOS` failing on `darwin-amd64-11_0`NeedsInvestigationOS-Darwincompiler/runtimemobile
#58221 opened 3 months ago by bcmills
runtime: intermittent slice bounds out of range panic on linux/mipsleNeedsInvestigationarch-mipscompiler/runtime
#58212 opened 3 months ago by racingmars
cmd/compile: internal compiler error: two final stores on ssa/checkNeedsInvestigationcompiler/runtime
#58161 opened 3 months ago by ALTree
cmd/compile: the output messages for some generic functions are confusing when using `-gcflags="-m -m"`NeedsInvestigationcompiler/runtimegenerics
#58140 opened 3 months ago by go101
cmd/compile: gcflags="-d=ssa/check_bce" doesn't work or doesn't work well for generic functionsNeedsInvestigationcompiler/runtimegenerics
#58139 opened 3 months ago by go101
#58111 opened 4 months ago by ar8327
runtime: `signal: segmentation fault` on `darwin/amd64`compiler/runtime
#58068 opened 4 months ago by bcmills
cmd/link/internal/ld: TestRuntimeTypeAttrExternal failuresNeedsInvestigation
#57992 opened 4 months ago by gopherbot
cmd/compile: performance regression on ppc64 due to change in scheduling CL 270940NeedsInvestigationPerformancearch-ppc64xcompiler/runtime
#57976 opened 4 months ago by laboger
#57969 opened 4 months ago by rsc
#57962 opened 4 months ago by bcmills
cmd/compile: compilation of a package >100x slower with 1.20rc3NeedsFixPerformancecompiler/runtimerelease-blocker
#57959 opened 4 months ago by aarzilli
cmd/compile: internal compiler error: 'Float64D3': no register available..." (1.20 regression?) NeedsInvestigationcompiler/runtimerelease-blocker
#57846 opened 4 months ago by thepudds
#57840 opened 4 months ago by gopherbot
cmd/compile: uint32(float32(-1)) returns 0 when crosscompiled for armNeedsInvestigationarch-armcompiler/runtime
#57837 opened 4 months ago by LongHairedHacker
#57834 opened 4 months ago by kevpar
cmd/compile: internal compiler error: NewBulk too big: nbit=60759 count=506114 nword=1899 size=961110486compiler/runtime
#57832 opened 4 months ago by vsin12
cmd/compile: unsafe.{SliceData,StringData} possible memory corruption in escape analysisNeedsFixcompiler/runtimerelease-blocker
#57823 opened 4 months ago by cuonglm
runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 [1.19 backport]CherryPickApprovedcompiler/runtime
#57812 opened 4 months ago by gopherbot
runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 [1.18 backport]CherryPickCandidatecompiler/runtime
#57811 opened 4 months ago by gopherbot
cmd/compile: internal compiler error: panic: unification reached recursion depth limitcompiler/runtime
#57800 opened 4 months ago by icholy
cmd/compile: internal compiler error: assertion failed compiler/runtime
#57796 opened 4 months ago by stephenafamo
cmd/compile: internal compiler error: 'init': value .dict (nil) incorrectly live at entryNeedsFixcompiler/runtimerelease-blocker
#57778 opened 4 months ago by dveeden
#57759 opened 4 months ago by go101
runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396NeedsFixcompiler/runtime
#57741 opened 4 months ago by laboger
runtime: futexwakeup addr=0x5adee8 returned -38compiler/runtime
#57723 opened 4 months ago by jxsl13
#57719 opened 4 months ago by superbobry
#57715 opened 4 months ago by richsoap
#57702 opened 4 months ago by SladeThe
#57659 opened 4 months ago by gopherbot
#57657 opened 4 months ago by josharian
cmd/compile: internal compiler error: unknown op in select ASOPcompiler/runtime
#57641 opened 4 months ago by jeremybobbin
#57637 opened 4 months ago by bcmills
#57636 opened 4 months ago by gopherbot
#57611 opened 4 months ago by gopherbot
#57601 opened 4 months ago by gopherbot
#57585 opened 4 months ago by cherrymui
cmd/compile: constraint satisfaction errors use "implements" instead of "satisfies"NeedsFixcompiler/runtime
#57564 opened 4 months ago by griesemer
#57563 opened 4 months ago by mdempsky
runtime: unexpected return pc for runtime.gcBgMarkWorker called from 0x0NeedsInvestigationWaitingForInfocompiler/runtime
#57550 opened 4 months ago by xingdl2007
cmd/compile: race is not supported on windows/386compiler/runtime
#57543 opened 4 months ago by VaibhavArora19
#57523 opened 5 months ago by zyguan
cmd/compile: incorrect type set intersection computation [1.19 backport]CherryPickCandidatecompiler/runtime
#57499 opened 5 months ago by gopherbot
cmd/compile: incorrect type set intersection computation [1.18 backport]CherryPickCandidatecompiler/runtime
#57498 opened 5 months ago by gopherbot
#57486 opened 5 months ago by go101
cmd/link: undefined reference to __imp___iob_func on windows with import C / x/sys/windowsOS-WindowsWaitingForInfo
#57455 opened 5 months ago by steowens
cmd/compile: internal compiler error: method ReleaseMessage on *uint8 not foundWaitingForInfocompiler/runtime
#57453 opened 5 months ago by k-pa
#57449 opened 5 months ago by cherrymui
cmd/link: need to handle new-style LoongArch relocs [1.19 backport]CherryPickApprovedarch-loong64compiler/runtime
#57444 opened 5 months ago by gopherbot
cmd/link: need to handle new-style LoongArch relocs [1.18 backport]CherryPickCandidatecompiler/runtime
#57443 opened 5 months ago by gopherbot
runtime: use WER for GOTRACEBACK=wer on WindowsDebuggingOS-WindowsProposalProposal-Acceptedcompiler/runtime
#57441 opened 5 months ago by qmuntal
#57440 opened 5 months ago by nejisama
#57434 opened 5 months ago by CannibalVox
#57410 opened 5 months ago by mdempsky
#57400 opened 5 months ago by jquirke
runtime: goroutine not startingcompiler/runtime
#57394 opened 5 months ago by krasnovu
#57383 opened 5 months ago by z1293271436
#57381 opened 5 months ago by gopherbot
#57380 opened 5 months ago by gopherbot
#57379 opened 5 months ago by gopherbot
runtime: TestCgoExternalThreadPanic failuresNeedsInvestigation
#57378 opened 5 months ago by gopherbot
#57377 opened 5 months ago by gopherbot
cmd/compile: "missing method" diagnostic can be confusing when methods aren't promoted due to ambiguityNeedsFixcompiler/runtime
#57352 opened 5 months ago by maxatome
cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. [1.19 backport]CherryPickApprovedarch-loong64arch-mipsarch-riscvcompiler/runtime
#57345 opened 5 months ago by gopherbot
cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. [1.18 backport]CherryPickApprovedarch-mipsarch-riscvcompiler/runtime
#57344 opened 5 months ago by gopherbot
cmd/compile: the riscv64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument [1.19 backport]CherryPickCandidatecompiler/runtime
#57343 opened 5 months ago by gopherbot
cmd/compile: the riscv64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument [1.18 backport]CherryPickCandidatecompiler/runtime
#57342 opened 5 months ago by gopherbot
cmd/compile: the mips64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument [1.19 backport]CherryPickCandidatecompiler/runtime
#57341 opened 5 months ago by gopherbot
cmd/compile: the mips64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument [1.18 backport]CherryPickCandidatecompiler/runtime
#57340 opened 5 months ago by gopherbot
cmd/link: error building standard lib using -buildmode=shared Go 1.20rc1NeedsInvestigationcompiler/runtimerelease-blocker
#57334 opened 5 months ago by derekparker
cmd/compile: the mips64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argumentNeedsFixarch-mipscompiler/runtimerelease-blocker
#57332 opened 5 months ago by dr2chase
cmd/compile: the riscv64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argumentNeedsFixarch-riscvcompiler/runtimerelease-blocker
#57331 opened 5 months ago by dr2chase
#57319 opened 5 months ago by zdyj3170101136
#57309 opened 5 months ago by dbc60
#57308 opened 5 months ago by hoeppi-google
cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument.NeedsFixarch-loong64arch-mipsarch-riscvcompiler/runtime
#57282 opened 5 months ago by abner-chenc
runtime: programs using Cocoa/OpenGL/Metal APIs on macOS exhibit problems at tip not seen in 1.19.4NeedsFixOS-Darwincompiler/runtimerelease-blocker
#57263 opened 5 months ago by dmitshur
cmd/compile: internal compiler error: 'weak': unhandled stmt ASOPNeedsInvestigationWaitingForInfocompiler/runtime
#57255 opened 5 months ago by maoxiaojie1
#57243 opened 5 months ago by greatroar
cmd/compile: spurious invalid recursive typecompiler/runtime
#57176 opened 5 months ago by philhofer
#57166 opened 5 months ago by gopherbot
cmd/compile, go/types: ICE due to recursive unification inside func literalscompiler/runtimerelease-blocker
#57155 opened 5 months ago by findleyr
#57100 opened 5 months ago by gopherbot
#57097 opened 5 months ago by trippleflux
#57096 opened 5 months ago by griesemer
runtime: TestCgoLockOSThreadExit failures with `WaitDelay expired`NeedsInvestigationarch-mipscompiler/runtime
#57083 opened 5 months ago by gopherbot
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferencecompiler/runtime
#57078 opened 5 months ago by karalef
cmd/compile: Prove doesn't understand division of slice lengthcompiler/runtime
#57077 opened 5 months ago by Nigma1337
runtime: excessive scavengeOne work slows mutator progressNeedsInvestigationPerformancecompiler/runtime
#57069 opened 5 months ago by rhysh
#57035 opened 5 months ago by cherrymui
cmd/compile: enable new `comparable` behavior by default [freeze exception]NeedsDecisioncompiler/runtimerelease-blocker
#57011 opened 6 months ago by griesemer
cmd/compile: incosistent behaviour when assigning slices from a base slice with appendcompiler/runtime
#56999 opened 6 months ago by sipwarriper
#56990 opened 6 months ago by randall77
#56989 opened 6 months ago by 9072997
runtime: failure in `TestRaiseException` on windows-amd64-2012 [1.19 backport]CherryPickApprovedcompiler/runtime
#56983 opened 6 months ago by gopherbot
cmd/compile: value assignment to pointer converted from unsafe pointer exceeds structure boundary on 32-bit armcompiler/runtime
#56979 opened 6 months ago by database64128
#56954 opened 6 months ago by greatroar
cmd/compile: internal compiler error: shape types have no methods SomeFunc[go.shape.[]uint8]NeedsFixcompiler/runtime
#56923 opened 6 months ago by csgura
cmd/compile: internal compiler error: found illegal assignment on test exampleNeedsInvestigationWaitingForInfocompiler/runtime
#56916 opened 6 months ago by esimov
cmd/compile: further failures relating to CL 450136 (inlined static initializer optimization)NeedsFixcompiler/runtime
#56894 opened 6 months ago by mdempsky
#56882 opened 6 months ago by gopherbot
cmd/compile: optimization across packages to avoid allocationscompiler/runtime
#56873 opened 6 months ago by thockin
runtime: `failed to create new OS thread` when building toolchain2 on openbsd-mips64-jsing since CL 447175NeedsInvestigationOS-OpenBSDarch-mipscompiler/runtime
#56839 opened 6 months ago by bcmills
cmd/link/internal/ppc64: too-far trampoline is reused [1.19 backport]CherryPickApproved
#56834 opened 6 months ago by gopherbot
cmd/link/internal/ppc64: too-far trampoline is reused [1.18 backport]CherryPickApproved
#56833 opened 6 months ago by gopherbot
cmd/compile: internal compiler error: 'init': Value live at entry. It shouldn't be. func init, node size, value nilcompiler/runtime
#56821 opened 6 months ago by Rajalakshmi-Girish
#56778 opened 6 months ago by tdakkota
#56777 opened 6 months ago by olegbespalov
#56776 opened 6 months ago by erifan
#56775 opened 6 months ago by pmur
#56770 opened 6 months ago by gopherbot
#56768 opened 6 months ago by cuonglm
runtime: heap size reached GOMEMLIMIT but no GC activity triggeredNeedsInvestigationWaitingForInfocompiler/runtime
#56764 opened 6 months ago by hitzhangjie
runtime, cmd/compile: apparent memory corruption in compress/flate [1.19 backport]CherryPickApprovedcompiler/runtime
#56752 opened 6 months ago by cherrymui
runtime, cmd/compile: apparent memory corruption in compress/flate [1.18 backport]CherryPickApprovedcompiler/runtime
#56751 opened 6 months ago by cherrymui
runtime, cmd/compile: apparent memory corruption in compress/flate [1.20 backport]CherryPickCandidatecompiler/runtime
#56750 opened 6 months ago by gopherbot
runtime: `fatal error: winmm.dll not found` on windows-amd64-2016 during bootstrappingNeedsInvestigationOS-WindowsWaitingForInfocompiler/runtime
#56745 opened 6 months ago by bcmills
cmd/compile: internal compiler error: missing typecheck [1.19 backport]CherryPickApprovedcompiler/runtime
#56744 opened 6 months ago by gopherbot
#56727 opened 6 months ago by biffen
runtime: fmt.Sprintf crash the processcompiler/runtime
#56725 opened 6 months ago by Hansanshi
cmd/compile: type parameter unexpectedly does not implement constraintNeedsInvestigationcompiler/runtimegenerics
#56716 opened 6 months ago by silviucm
runtime: poor performance in simulated environmentNeedsInvestigationWaitingForInfoarch-s390xcompiler/runtime
#56704 opened 6 months ago by Hendrik-H
#56702 opened 6 months ago by mbrancato
runtime: crash without a message, potentially in the signal handlerNeedsInvestigationWaitingForInfocompiler/runtime
#56701 opened 6 months ago by huskar-t
#56699 opened 6 months ago by randall77
#56685 opened 6 months ago by aviramha
#56681 opened 6 months ago by findleyr
cmd/link: link time regression for kubelet at `fix transitive inlining of generic functions`NeedsInvestigationcompiler/runtime
#56678 opened 6 months ago by mknyszek
cmd/compile: index out of bounds in code the compiler can prove is never executedNeedsDecisioncompiler/runtime
#56667 opened 6 months ago by ncw
#56665 opened 6 months ago by Merovius
cmd/compile: generic type cause "internal compiler error: 'main': Value live at entry. It shouldn't be."NeedsInvestigationcompiler/runtime
#56652 opened 6 months ago by weirenxue
runtime: cgo stuck because of go signal handler went into dead loopNeedsInvestigationWaitingForInfocompiler/runtime
#56649 opened 6 months ago by cocktail828
#56636 opened 6 months ago by gopherbot
#56635 opened 6 months ago by gopherbot
cmd/compile: ICE instantiating a generic type `B` in `type A[T] struct{}; type B[T] A[[]T]` with `error`NeedsInvestigationcompiler/runtimegenerics
#56626 opened 6 months ago by twz123
#56620 opened 6 months ago by erifan
#56584 opened 6 months ago by gopherbot
#56582 opened 6 months ago by gopherbot
#56581 opened 6 months ago by gopherbot
#56580 opened 6 months ago by gopherbot
#56579 opened 6 months ago by gopherbot
cmd/compile/internal/types2: TestSelf fails if a built pkg/.../syntax.a doesn't existNeedsFixTestingcompiler/runtime
#56573 opened 6 months ago by dmitshur
cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" [1.19 backport]CherryPickApprovedcompiler/runtime
#56557 opened 6 months ago by gopherbot
cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" [1.18 backport]CherryPickApprovedcompiler/runtime
#56556 opened 6 months ago by gopherbot
runtime: fatal error: found bad pointer in Go heap (1.19.1)NeedsInvestigationWaitingForInfocompiler/runtime
#56552 opened 6 months ago by mobiusmalware
cmd/compile: Dgeev/Circulant100-8 sec/op 1.1% regression, 1.1%point change between 3d92205 and da6042ePerformancecompiler/runtime
#56532 opened 6 months ago by mknyszek
cmd/compile: `Maximum call stack size exceeded` testing go/parser with Node.js v18.7.0NeedsFixOS-JSarch-wasmcompiler/runtime
#56498 opened 7 months ago by bcmills
cmd/compile: performance regression compiling crypto/internal/edwards25519/field.feMulGeneric on PPC64arch-ppc64xcompiler/runtime
#56497 opened 7 months ago by pmur
#56476 opened 7 months ago by klauspost
cmd/compile: "redo growslice calling convention" caused a 14.7% regression in AppendMsgReplicateDecisionPerformancecompiler/runtime
#56440 opened 7 months ago by mknyszek
runtime: fatal error: AllThreadsSyscall6 results differ between threads; runtime corrupted [mipsle]ExpertNeededNeedsInvestigationarch-mipscompiler/runtime
#56426 opened 7 months ago by bradfitz
runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter [1.19 backport]CherryPickApprovedcompiler/runtime
#56397 opened 7 months ago by gopherbot
runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter [1.18 backport]CherryPickApprovedcompiler/runtime
#56396 opened 7 months ago by gopherbot
#56386 opened 7 months ago by motiejus
#56374 opened 7 months ago by pmur
#56370 opened 7 months ago by olegbespalov
#56360 opened 7 months ago by gopherbot
#56359 opened 7 months ago by gopherbot
runtime: "runtime·lock: lock count" fatal error when cgo is enabled [1.19 backport]CherryPickApprovedcompiler/runtime
#56309 opened 7 months ago by gopherbot
runtime: "runtime·lock: lock count" fatal error when cgo is enabled [1.18 backport]CherryPickApprovedcompiler/runtime
#56308 opened 7 months ago by gopherbot
cmd/compile: did not infer implementation[actual] passed to interface[generic]NeedsInvestigationTypeInferencecompiler/runtimegenerics
#56294 opened 7 months ago by vahid-sohrabloo
cmd/compile: change in initialization order when using go test -coverNeedsInvestigationcompiler/runtime
#56293 opened 7 months ago by ianlancetaylor
cmd/compile: functions with type parameters cannot inline multiple levels deep across packagescompiler/runtimegenerics
#56280 opened 7 months ago by prattmic
#56277 opened 7 months ago by bcmills
runtime: SIGPROF incompatibility with PHP SIGPROF-based timeout functionalityNeedsInvestigationcompiler/runtime
#56260 opened 7 months ago by dunglas
cmd/compile: jump table optimisation is not utilised when a case has multiple clausescompiler/runtime
#56253 opened 7 months ago by renthraysk
runtime: "runtime·lock: lock count" fatal error when cgo is enabledNeedsInvestigationcompiler/runtimerelease-blocker
#56243 opened 7 months ago by corhere
cmd/link/internal/ld: TestVarDeclCoordsWithLineDirective failuresNeedsInvestigation
#56232 opened 7 months ago by gopherbot
cmd/compile: gcc_linux_amd64.c:63:2: error: unknown type name 'sigset_t'NeedsInvestigationcompiler/runtime
#56225 opened 7 months ago by kityun
#56220 opened 7 months ago by NOMORECOFFEE
cmd/compile: internal compiler error: missing pkgcompiler/runtime
#56186 opened 7 months ago by csgura
#56180 opened 7 months ago by bcmills
#56175 opened 7 months ago by thanm
cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch [1.19 backport]CherryPickApprovedcompiler/runtime
#56168 opened 7 months ago by gopherbot
cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch [1.18 backport]CherryPickCandidatecompiler/runtime
#56167 opened 7 months ago by gopherbot
#56141 opened 7 months ago by cuonglm
runtime: linux/amd64 crash in runtime.adjustSignalStackNeedsInvestigationWaitingForInfocompiler/runtime
#56119 opened 7 months ago by zhuyuesut
#56080 opened 7 months ago by billziss-gh
#56037 opened 7 months ago by gopherbot
#56022 opened 7 months ago by ianlancetaylor
cmd/compile: cannot use s (type [][]Typ) as type []go.shape.[]int_0 in assignmentNeedsInvestigationcompiler/runtime
#55964 opened 8 months ago by YueMengGu
#55961 opened 8 months ago by varungandhi-src
runtime: found pointer to free objectWaitingForInfo
#55934 opened 8 months ago by kaushikdharamshi
#55922 opened 8 months ago by gopherbot
cmd/compile: slower performance of array copies on arm64NeedsInvestigationPerformancecompiler/runtime
#55920 opened 8 months ago by randall77
cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable"NeedsInvestigationcompiler/runtime
#55889 opened 8 months ago by mvdan
cmd/link: ld: warning: -no_pie is deprecated in new macOS versionNeedsInvestigationOS-Darwincompiler/runtime
#55871 opened 8 months ago by huanghy6268
#55851 opened 8 months ago by lizthegrey
#55844 opened 8 months ago by tdewolff
#55357 opened 8 months ago by elagergren-spideroak
runtime: the scavenger doesn't call `MADV_NOHUGEPAGE` like it used toNeedsInvestigationOS-LinuxPerformancecompiler/runtime
#55328 opened 8 months ago by mknyszek
#55304 opened 8 months ago by cherrymui
cmd/compile: internal compiler error: expression has untyped type: compiler/runtime
#55297 opened 8 months ago by AemonSwift
cmd/compile: internal compiler error: method Len on *uint8 not found [1.19 backport]CherryPickApprovedcompiler/runtime
#55270 opened 8 months ago by gopherbot
cmd/compile: internal compiler error building k8sNeedsInvestigationSooncompiler/runtimerelease-blocker
#55269 opened 8 months ago by mknyszek
#55254 opened 8 months ago by mkumatag
#55233 opened 8 months ago by gopherbot
#55212 opened 8 months ago by gopherbot
#55199 opened 8 months ago by gopherbot
cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 [1.19 backport]CherryPickApprovedcompiler/runtime
#55152 opened 8 months ago by gopherbot
#55134 opened 8 months ago by amirdlt
runtime: go stuck in a dead lock between threads epoll_pwait/futex(..., FUTEX_WAKE_PRIVATE, 1) on arm64NeedsInvestigationcompiler/runtime
#55120 opened 8 months ago by schaefi
runtime: crash in `TestScript/cover_atomic_pkgall` due to missing //go:nosplit annotationNeedsFixSoonrelease-blocker
#55117 opened 8 months ago by mknyszek
cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation [1.19 backport]CherryPickApprovedcompiler/runtime
#55114 opened 8 months ago by gopherbot
cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation [1.18 backport]CherryPickApprovedcompiler/runtime
#55113 opened 8 months ago by gopherbot
cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecationNeedsFixOS-Darwincompiler/runtime
#55112 opened 8 months ago by cherrymui
cmd/compile: "internal compiler error: missing pkg" on `error` type argumentNeedsFixcompiler/runtime
#55101 opened 8 months ago by itsabgr
#55100 opened 8 months ago by 578559967
runtime: TestDebugCallUnsafePoint failures with `<nil>` instead of error on noopt builder since 2022-09-05WaitingForInfocompiler/runtime
#55075 opened 8 months ago by bcmills
runtime: TestVDSO failures due to hang or crash in SignalInVDSO since 2022-09-02NeedsInvestigationcompiler/runtimerelease-blocker
#55073 opened 8 months ago by bcmills
runtime: found bad pointer in Go heap compiler/runtime
#55040 opened 8 months ago by tapesource
cmd/compile: don't move/copy rematerializeable op when allocating registersNeedsInvestigationcompiler/runtime
#55039 opened 8 months ago by erifan
#55038 opened 8 months ago by markusheukelom
#55025 opened 8 months ago by jinlin-bayarea
cmd/compile: profile-guided optimizationProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#55022 opened 8 months ago by cherrymui
cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4NeedsFixcompiler/runtime
#54991 opened 8 months ago by stv0g
cmd/compile: unnamed functions missing FuncInfocompiler/runtime
#54959 opened 8 months ago by prattmic
#54929 opened 8 months ago by godcong
#54918 opened 8 months ago by cuonglm
#54917 opened 8 months ago by gopherbot
#54912 opened 8 months ago by csgura
#54911 opened 8 months ago by DrJosh9000
#54910 opened 8 months ago by jmacd
cmd/compile, runtime: found pointer to free object on linux-amd64-nooptNeedsInvestigationcompiler/runtimerelease-blocker
#54907 opened 8 months ago by mknyszek
#54892 opened 8 months ago by mvdan
runtime: mayMoreStackPreempt tests flaky after stack frame CLsNeedsInvestigationcompiler/runtimerelease-blocker
#54885 opened 8 months ago by prattmic
runtime: crash accessing C/C++ memory on WindowsNeedsInvestigationOS-WindowsWaitingForInfocompiler/runtime
#54871 opened 8 months ago by Logonz
#54849 opened 8 months ago by prattmic
cmd/compile: "too many open files in system" on macos VenturaNeedsInvestigationWaitingForInfocompiler/runtime
#54833 opened 8 months ago by jamesli2021
#54814 opened 9 months ago by cuonglm
#54791 opened 9 months ago by handsomefox
#54787 opened 9 months ago by zhangyunhao116
cmd/compile: ICE building issue5162.go on linux-amd64-nooptNeedsInvestigationcompiler/runtimerelease-blocker
#54779 opened 9 months ago by heschi
#54778 opened 9 months ago by heschi
runtime: bgsweep's use of Gosched bloats runtime traces and wastes CPU timeNeedsDecisioncompiler/runtime
#54767 opened 9 months ago by dominikh
#54765 opened 9 months ago by mdempsky
#54757 opened 9 months ago by heschi
runtime: "fatal: systemstack called from unexpected goroutine" on android-arm64-corelliumNeedsInvestigationcompiler/runtime
#54756 opened 9 months ago by heschi
#54755 opened 9 months ago by tamird
#54753 opened 9 months ago by tamird
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferencecompiler/runtime
#54746 opened 9 months ago by kralicky
cmd/dist, cmd/compile: `unexpected stale targets` on freebsd-arm64-dmgk since 2022-08-23NeedsInvestigationOS-FreeBSDarch-arm64
#54729 opened 9 months ago by bcmills
cmd/compile: compile failed with "Value live at entry" [1.19 backport]CherryPickApprovedcompiler/runtime
#54726 opened 9 months ago by gopherbot
cmd/compile: compile failed with "Value live at entry" [1.18 backport]CherryPickApprovedcompiler/runtime
#54725 opened 9 months ago by gopherbot
#54722 opened 9 months ago by cuonglm
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferencecompiler/runtime
#54703 opened 9 months ago by earl-warren
cmd/compile: ICE at composite literal assignment with alignment > PtrSize [1.19 backport]CherryPickApprovedcompiler/runtime
#54697 opened 9 months ago by gopherbot
runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert [1.19 backport]CherryPickApprovedcompiler/runtime
#54675 opened 9 months ago by gopherbot
runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert [1.18 backport]CherryPickApprovedcompiler/runtime
#54674 opened 9 months ago by gopherbot
cmd/compile: <autogenerated>:1: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferencecompiler/runtime
#54671 opened 9 months ago by reusee
runtime: segfault running ppc64/linux binaries with kernel 5.18 [1.19 backport]CherryPickApprovedcompiler/runtime
#54665 opened 9 months ago by gopherbot
runtime: segfault running ppc64/linux binaries with kernel 5.18 [1.18 backport]CherryPickApprovedcompiler/runtime
#54664 opened 9 months ago by gopherbot
#54649 opened 9 months ago by go101
#54638 opened 9 months ago by cherrymui
cmd/compile: inlining function that references function literals generates bad codeNeedsFixcompiler/runtime
#54632 opened 9 months ago by dr2chase
cmd/compile: miscompilation of partially-overlapping array assignments [1.19 backport]CherryPickApprovedcompiler/runtime
#54629 opened 9 months ago by randall77
#54615 opened 9 months ago by aarzilli
cmd/compile: miscompilation of partially-overlapping array assignments [1.18 backport]CherryPickApprovedcompiler/runtime
#54603 opened 9 months ago by gopherbot
#54597 opened 9 months ago by bcmills
runtime, cmd/compile: apparent memory corruption in compress/flateNeedsFixcompiler/runtimerelease-blocker
#54596 opened 9 months ago by bcmills
cmd/compile: k8s scalability load test failure (latency regression) with unified IRNeedsInvestigationPerformancecompiler/runtimerelease-blocker
#54593 opened 9 months ago by mknyszek
cmd/compile: ppc64 port is brokencompiler/runtime
#54572 opened 9 months ago by yejibro
#54558 opened 9 months ago by rolandshoemaker
#54553 opened 9 months ago by heschi
cmd/compile: stenciling fails due to confusion with underlying type through generic function call's call of a method on a generic functioncompiler/runtime
#54552 opened 9 months ago by dfinkel
#54547 opened 9 months ago by pmur
#54537 opened 9 months ago by johejo
#54535 opened 9 months ago by johejo
cmd/compile: possibly incorrect fused-multiply-add bypassing floating-point to integer conversionscompiler/runtime
#54533 opened 9 months ago by jmacd
#54514 opened 9 months ago by mdempsky
#54513 opened 9 months ago by mdempsky
#54512 opened 9 months ago by mdempsky
cmd/compile: <autogenerated>:1: internal compiler errorcompiler/runtime
#54504 opened 9 months ago by DmitriyMV
cmd/link: Trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 [1.18 backport]CherryPickApprovedcompiler/runtime
#54502 opened 9 months ago by gopherbot
#54497 opened 9 months ago by piotr-sneller
cmd/compile: missed optimization: binary alignment is unnecessarily complexNeedsFixPerformancecompiler/runtime
#54496 opened 9 months ago by piotr-sneller
#54482 opened 9 months ago by kevmo314
#54471 opened 9 months ago by bangzek
cmd/compile: constraint type inference for generic types is not implementedNeedsDecisionTypeInferencegenerics
#54469 opened 9 months ago by MrFox131
#54467 opened 9 months ago by mdempsky
#54466 opened 9 months ago by aclements
#54458 opened 9 months ago by prattmic
cmd/compile: Type confusion vulnerability on identically named generic structsNeedsFixcompiler/runtimegenerics
#54456 opened 9 months ago by polarina
cmd/compile: when cmd/compile is compiled with `-gcflags = "all=-N -l"`, the output binary panic on startcompiler/runtime
#54412 opened 9 months ago by jacobishao
cmd/compile: low function inline costcompiler/runtime
#54407 opened 9 months ago by subtle-byte
cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 [1.19 backport]CherryPickApprovedcompiler/runtime
#54406 opened 9 months ago by jquirke
#54405 opened 9 months ago by rsc
cmd/compile: investigate test/fixedbugs/issue20250.go with GOEXPERIMENT=unifiedNeedsFixcompiler/runtime
#54402 opened 9 months ago by mdempsky
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferencecompiler/runtime
#54399 opened 9 months ago by dmholtz
cmd/compile: internal compiler error: method X on struct {} not foundNeedsInvestigationcompiler/runtime
#54356 opened 9 months ago by squareheadc
cmd/compile: ICE when a promoted method on an instantiated type implements a type parameter constraintNeedsFixcompiler/runtime
#54348 opened 9 months ago by mdempsky
#54346 opened 9 months ago by mdempsky
cmd/compile: generic method values at package scope pin their receiver valueNeedsFixcompiler/runtime
#54343 opened 9 months ago by mdempsky
#54337 opened 9 months ago by dmitshur
#54332 opened 9 months ago by lizthegrey
#54331 opened 9 months ago by ii64
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferenceNeedsInvestigation
#54326 opened 9 months ago by bytemare
cmd/link: Trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 NeedsFixOS-Darwinarch-arm64compiler/runtimehelp wanted
#54320 opened 9 months ago by jquirke
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference [1.19 backport]CherryPickApprovedcompiler/runtime
#54309 opened 9 months ago by gopherbot
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference [1.18 backport]CherryPickCandidatecompiler/runtime
#54308 opened 9 months ago by gopherbot
cmd/compile: unified IR needs to treat conversion of constants to type parameter type as non-constantNeedsFixcompiler/runtime
#54307 opened 9 months ago by mdempsky
#54306 opened 9 months ago by rsc
cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereferenceNeedsInvestigationcompiler/runtime
#54302 opened 9 months ago by jmacd
cmd/compile: nosplit stack overflow with -gcflags "all=-N -l" -race (darwin/arm64 | Goland debug cmd)NeedsInvestigationcompiler/runtime
#54291 opened 9 months ago by ghostiam
cmd/compile: internal compiler error: panic: runtime error: slice bounds out of range [712097:26324]WaitingForInfocompiler/runtime
#54282 opened 9 months ago by Pxingtian
#54280 opened 9 months ago by JayMonari
#54247 opened 9 months ago by linsite
cmd/compile: internal compiler error when compiling code with unbound method of generic type [1.19 backport]CherryPickApprovedcompiler/runtime
#54243 opened 9 months ago by gopherbot
#54238 opened 9 months ago by kscooo
cmd/compile: internal compiler error of atomic type and offsetof [1.19 backport]CherryPickApprovedcompiler/runtime
#54235 opened 9 months ago by gopherbot
cmd/compile: internal compiler error: method Len on *uint8 not foundNeedsFixcompiler/runtimegenerics
#54225 opened 9 months ago by andig
#54222 opened 9 months ago by xen0n
#54220 opened 9 months ago by shawndx
runtime: unable to build code on go1.19, fails with errors around runtime gc `fatal error: mallocgc called without a P or outside bootstrapping`NeedsInvestigationcompiler/runtime
#54213 opened 10 months ago by arirubinstein
cmd/link: determine GO_LDSO on Linux at link time instead of baking in make.bashNeedsFixcompiler/runtime
#54197 opened 10 months ago by rsc
cmd/compile: enable Duff's device on darwin/arm64FeatureRequestNeedsFixOS-DarwinPerformancearch-arm64compiler/runtime
#54189 opened 10 months ago by erifan
runtime: cpu suboption for GODEBUG is not documented with the others for GODEBUGDocumentationNeedsFixcompiler/runtimehelp wanted
#54183 opened 10 months ago by laboger
#54159 opened 10 months ago by 578559967
#54135 opened 10 months ago by r-hang
#54125 opened 10 months ago by dsxack
#54120 opened 10 months ago by randall77
#54104 opened 10 months ago by phpeterson-usf
runtime: go.uber.org/zap/zapcore BenchmarkZapJSON performance regression in 1.19Performancecompiler/runtime
#54076 opened 10 months ago by prattmic
cmd/link: fail to build with -race (unrecognized relocation (0x2a) in section `.text')compiler/runtime
#54060 opened 10 months ago by shawndx
cmd/compile: ICE on embedded method expression with receiver parameter of derived typeNeedsFixcompiler/runtime
#54058 opened 10 months ago by mdempsky
cmd/compile: internal compiler error: assertion failedcompiler/runtime
#54028 opened 10 months ago by siliconbrain
cmd/compile: compiler does vet thingscompiler/runtime
#54019 opened 10 months ago by go101
#54001 opened 10 months ago by nd
cmd/compile: internal compiler error when compiling code with unbound method of generic typeNeedsFixcompiler/runtimegenerics
#53982 opened 10 months ago by jammer312
#53979 opened 10 months ago by aclements
cmd/compile: improve mknode.gocompiler/runtime
#53959 opened 10 months ago by randall77
#53954 opened 10 months ago by dr2chase
cmd/compile: Loop not being optimized even though it can be evaluated at compile timecompiler/runtime
#53952 opened 10 months ago by boriskrisanov
cmd/compile: nosplit stack overflow with gcflags "-N -l"compiler/runtime
#53942 opened 10 months ago by spikecurtis
#53937 opened 10 months ago by dr2chase
cmd/compile: go cross build random failNeedsInvestigation
#53924 opened 10 months ago by zzjin
runtime: simplify cons/mark smoothing and use the correct trigger point in the cons/mark calculationNeedsFixcompiler/runtime
#53892 opened 10 months ago by mknyszek
#53888 opened 10 months ago by dsnet
cmd/compile: interface conversion with generics reports "types from different scopes" [1.18 backport] CherryPickApprovedcompiler/runtimegenerics
#53883 opened 10 months ago by fractalqb
#53860 opened 10 months ago by randall77
cmd/compile: internal compiler error: assertion failed [1.18 backport] CherryPickApprovedcompiler/runtime
#53852 opened 10 months ago by dmgk
runtime: modified timer results in extreme cpu load [1.18 backport]CherryPickApprovedcompiler/runtime
#53847 opened 10 months ago by gopherbot
runtime: modified timer results in extreme cpu load [1.17 backport]CherryPickApprovedcompiler/runtime
#53846 opened 10 months ago by gopherbot
runtime: runtime.Breakpoint() generates illegal instruction on windows/arm64NeedsFixOS-Windowsarch-arm64compiler/runtime
#53837 opened 10 months ago by qmuntal
#53818 opened 10 months ago by bcmills
cmd/link, cmd/dist: wrong loader/interpreter used with cross-compiled toolchain for ppc64leNeedsInvestigationcompiler/runtime
#53813 opened 10 months ago by laboger
cmd/compile: shallow copy of a struct does not always compile as MOVLNeedsInvestigationPerformanceWaitingForInfo
#53810 opened 10 months ago by LeGamerDc
runtime: random crashes on macOS 13 Ventura Public BetaNeedsInvestigationOS-DarwinWaitingForInfocompiler/runtimehelp wanted
#53800 opened 10 months ago by ismail
runtime: express lock rank graph as a DAG like go/build/deps_test.goFeatureRequestNeedsInvestigationcompiler/runtime
#53789 opened 10 months ago by aclements
#53762 opened 10 months ago by Clemens-H
cmd/compile: excessive instrumentation for libFuzzerNeedsInvestigationPerformancecompiler/runtimefuzz
#53760 opened 10 months ago by randall77
#53752 opened 10 months ago by gopherbot
runtime: memory use regressions in various benchmarks on perf.golang.org/dashboardNeedsFixPerformancecompiler/runtimerelease-blocker
#53738 opened 10 months ago by mknyszek
cmd/compile: ambiguous selector with generic interface & embedded types [1.18 backport]CherryPickApproved
#53723 opened 10 months ago by gopherbot
#53702 opened 10 months ago by YueMengGu
cmd/compile: inconsistent error messages based on type constraintsNeedsInvestigationTypeInferencecompiler/runtime
#53692 opened 10 months ago by sethvargo
#53688 opened 10 months ago by nd
#53669 opened 11 months ago by oridb
#53663 opened 11 months ago by randall77
#53653 opened 11 months ago by randall77
#53641 opened 11 months ago by bcmills
runtime: invalid string valuesWaitingForInfo
#53636 opened 11 months ago by alxtrsintegra
cmd/compile: incorrect runtime panic on switch statement involving generic slice/map/func typeNeedsFix
#53635 opened 11 months ago by mdempsky
cmd/compile: condition in for loop body is incorrectly optimised away [1.18 backport]CherryPickApproved
#53618 opened 11 months ago by gopherbot
cmd/compile: condition in for loop body is incorrectly optimised away [1.17 backport]CherryPickApproved
#53617 opened 11 months ago by gopherbot
#53600 opened 11 months ago by kortschak
cmd/compile: miscompilation of value switch involving generic interface types [1.18 backport]CherryPickApproved
#53587 opened 11 months ago by gopherbot
#53579 opened 11 months ago by ianlancetaylor
#53551 opened 11 months ago by randall77
#53525 opened 11 months ago by Jorropo
cmd/compile: testing with -race emits internal compiler errorNeedsInvestigation
#53519 opened 11 months ago by tbhartman
#53495 opened 11 months ago by 578559967
runtime: add symbolic constants for freebsd 386/amd64 syscallsNeedsInvestigationOS-FreeBSDcompiler/runtime
#53479 opened 11 months ago by dmgk
cmd/compile: miscompilation of value switch involving generic interface typesNeedsFixrelease-blocker
#53477 opened 11 months ago by mdempsky
cmd/compile: internal compiler error: width not calculated: int128 [1.18 backport]CherryPickApproved
#53471 opened 11 months ago by gopherbot
cmd/compile: internal compiler error: width not calculated: int128 [1.17 backport]CherryPickApproved
#53470 opened 11 months ago by gopherbot
#53456 opened 11 months ago by aarzilli
#53454 opened 11 months ago by ShadiestGoat
cmd/compile: internal compiler error: found illegal assignment go.shape.int_0 -> main.F.TNeedsFixcompiler/runtime
#53439 opened 11 months ago by ALTree
runtime: frequent TestSemTableOneAddrCollisionLinear failures since 2022-06-16NeedsInvestigationTestingrelease-blocker
#53428 opened 11 months ago by bcmills
cmd/compile: Wrong line number on "ambiguous selector" message NeedsInvestigation
#53420 opened 11 months ago by phemmer
#53419 opened 11 months ago by phemmer
#53409 opened 11 months ago by FallenKhadgar
#53406 opened 11 months ago by wdvxdr1123
cmd/compile: internal compiler error: assertion failed (on 1.18 and tip)NeedsInvestigation
#53390 opened 11 months ago by ALTree
cmd/compile: "type does not match inferred type" even though it compiles when the inferred type is explicitly provided as type argumentNeedsDecisionThinkingTypeInferenceearly-in-cycle
#53389 opened 11 months ago by arvidfm
cmd/compile: panic in generics (types from different scopes on interface conversion)NeedsInvestigation
#53376 opened 11 months ago by ernado
runtime: misc/cgo/test.TestSetgid panic with `unexpected return pc for runtime.sigpanic` on linux-arm64-packet since 2022-06-04NeedsFixrelease-blocker
#53374 opened 11 months ago by bcmills
#53372 opened 11 months ago by ptxmac
go/types, cmd/compile: error message of 1.18 is less helpful with T.m instead of (*T).mNeedsInvestigationcompiler/runtime
#53358 opened 11 months ago by gnojus
#53357 opened 11 months ago by gopherbot
#53349 opened 11 months ago by rogpeppe
cmd/compile: incomplete relocation support on ppc64leFeatureRequestNeedsInvestigationarch-ppc64xcompiler/runtime
#53345 opened 11 months ago by nehaljwani
cmd/compile: Switch on four-byte string constants repeats comparisonsNeedsFixPerformancecompiler/runtime
#53333 opened 11 months ago by greatroar
#53328 opened 11 months ago by mdempsky
cmd/compile: missing combine constant store cases on amd64FeatureRequestNeedsInvestigationPerformancecompiler/runtime
#53324 opened 11 months ago by wdvxdr1123
#53309 opened 11 months ago by heschi
runtime, cmd/go, cmd/dist: enable -msan on freebsd/amd64FeatureRequestNeedsInvestigationOS-FreeBSDcompiler/runtime
#53298 opened 11 months ago by dmgk
runtime: TestFakeTime fails with fatal error "must be able to track idle limiter event"NeedsInvestigationokay-after-beta1release-blocker
#53294 opened 11 months ago by cherrymui
cmd/link: go.1.18.3 unexpected fault SIGBUS: bus error in Linux (Ubuntu)NeedsInvestigationWaitingForInfo
#53292 opened 11 months ago by josvazg
cmd/compile: panic message for failed assertion of generic type mentions shape type, not user typeNeedsFixcompiler/runtime
#53276 opened 11 months ago by mdempsky
#53274 opened 11 months ago by gopherbot
cmd/compile: internal compiler error: assertion failedNeedsInvestigation
#53254 opened 11 months ago by fogfish
#53249 opened 11 months ago by limpo1989
cmd/link: invalid TLS access model used with -buildmode c-sharedNeedsInvestigationWaitingForInfocompiler/runtime
#53214 opened 1 year ago by aadamowski
runtime: on Linux, better do not treat the initial thread/task group leader as any other thread/task
#53210 opened 1 year ago by thediveo
#53190 opened 1 year ago by catenacyber
#53176 opened 1 year ago by bcmills
runtime: TestMutexFairness failures after 120s on openbsd-arm64-jsing with `-cpu=10`OS-OpenBSDWaitingForInfoarch-arm64
#53174 opened 1 year ago by bcmills
cmd/compile: unsafe.Offsetof returns incorrect value in embedded struct with type parameters [1.18 backport]CherryPickApproved
#53159 opened 1 year ago by gopherbot