cmd/compile/... cmd/link/... runtime
Issues and changes for 68 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
- ... (58 more)
#54544 opened 1 hour ago by mvdan
cmd/compile: internal compiler error on import on mismatch between -p and package nameNeedsInvestigationcompiler/runtime
#54542 opened 2 hours ago by ALTree
#54537 opened 10 hours ago by johejo
#54535 opened 10 hours ago by johejo
cmd/compile: design doc explaining unified IR implementationcompiler/runtime
#54534 opened 14 hours ago by mdempsky
#54517 opened 1 day ago by zdyj3170101136
#54512 opened 1 day ago by mdempsky
cmd/link: Trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 [1.18 backport]CherryPickApprovedcompiler/runtime
#54502 opened 1 day ago by gopherbot
cmd/compile: missed optimization: binary alignment is unnecessarily complexNeedsFixPerformancecompiler/runtime
#54496 opened 2 days ago by piotr-sneller
cmd/link: cgo generates incorrect symbols on macOS 13 beta 5compiler/runtime
#54482 opened 2 days ago by kevmo314
#54475 opened 2 days ago by prattmic
#54471 opened 2 days ago by bangzek
#54469 opened 3 days ago by MrFox131
#54467 opened 3 days ago by mdempsky
#54466 opened 3 days ago by aclements
cmd/compile: Type confusion vulnerability on identically named generic structsNeedsFixcompiler/runtimegenerics
#54456 opened 4 days ago by polarina
#54447 opened 5 days ago by mdempsky
runtime: wasm GC causes stop the world for a very long timeNeedsInvestigationPerformancearch-wasmcompiler/runtime
#54444 opened 5 days ago by mokiat
cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 [1.19 backport]CherryPickApprovedcompiler/runtime
#54406 opened 1 week ago by jquirke
cmd/compile: investigate test/fixedbugs/issue20250.go with GOEXPERIMENT=unifiedNeedsInvestigationcompiler/runtime
#54402 opened 1 week ago by mdempsky
cmd/compile: internal compiler error: method X on struct {} not foundNeedsInvestigationcompiler/runtime
#54356 opened 1 week ago by squareheadc
#54352 opened 1 week ago by thanm
cmd/compile: generic method values at package scope pin their receiver valueNeedsFixcompiler/runtime
#54343 opened 1 week ago by mdempsky
#54332 opened 1 week ago by lizthegrey
#54331 opened 1 week ago by ii64
#54306 opened 1 week ago by rsc
#54305 opened 1 week ago by 4a6f656c
cmd/compile: nosplit stack overflow with -gcflags "all=-N -l" -race (darwin/arm64 | Goland debug cmd)NeedsInvestigationcompiler/runtime
#54291 opened 2 weeks ago by ghostiam
cmd/compile: internal compiler error: panic: runtime error: slice bounds out of range [712097:26324]WaitingForInfocompiler/runtime
#54282 opened 2 weeks ago by Pxingtian
#54238 opened 2 weeks ago by kscooo
cmd/compile: internal compiler error of atomic type and offsetof [1.19 backport]CherryPickApprovedcompiler/runtime
#54235 opened 2 weeks ago by gopherbot
cmd/compile: internal compiler error: method Len on *uint8 not foundNeedsInvestigationcompiler/runtimegenerics
#54225 opened 2 weeks ago by andig
runtime: occasional "exit status 0xc0000005" on windows-386-2012 builderNeedsInvestigationcompiler/runtime
#54187 opened 2 weeks ago by dmitshur
#54159 opened 2 weeks ago by 578559967
#54104 opened 3 weeks ago by phpeterson-usf
#54088 opened 3 weeks ago by prattmic
cmd/compile: ICE on embedded method expression with receiver parameter of derived typeNeedsFixcompiler/runtime
#54058 opened 3 weeks ago by mdempsky
#54029 opened 3 weeks ago by randall77
runtime: create runtime_realgcount func to reduce one time stw when fetch goroutine profileNeedsInvestigation
#54014 opened 3 weeks ago by Jun10ng
cmd/compile: improve mknode.gocompiler/runtime
#53959 opened 1 month ago by randall77
#53953 opened 1 month ago by OmidHekayati
runtime: simplify cons/mark smoothing and use the correct trigger point in the cons/mark calculationNeedsFixcompiler/runtime
#53892 opened 1 month ago by mknyszek
#53887 opened 1 month ago by cherrymui
#53885 opened 1 month ago by cherrymui
runtime: running cmd.exec within goroutine sometimes leaves process with 100% CPUNeedsInvestigationOS-Darwincompiler/runtime
#53863 opened 1 month ago by ostrowr
#53824 opened 1 month ago by ianlancetaylor
runtime: convert atomic values to runtime/internal/atomic typescompiler/runtime
#53821 opened 1 month ago by prattmic
cmd/link, cmd/dist: wrong loader/interpreter used with cross-compiled toolchain for ppc64leNeedsInvestigationcompiler/runtime
#53813 opened 1 month ago by laboger
cmd/compile: shallow copy of a struct does not always compile as MOVLNeedsInvestigationPerformanceWaitingForInfo
#53810 opened 1 month ago by LeGamerDc
#53804 opened 1 month ago by stapelberg
runtime: random crashes on macOS 13 Ventura Public BetaNeedsInvestigationOS-DarwinWaitingForInfocompiler/runtimehelp wanted
#53800 opened 1 month ago by ismail
cmd/compile: excessive instrumentation for libFuzzerNeedsInvestigationPerformancecompiler/runtimefuzz
#53760 opened 1 month ago by randall77
#53721 opened 1 month ago by heschi
#53702 opened 1 month ago by YueMengGu
cmd/compile: inconsistent error messages based on type constraintsNeedsInvestigationTypeInferencecompiler/runtime
#53692 opened 1 month ago by sethvargo
#53705 opened 1 month ago by bayucandra
#53650 opened 1 month ago by RelicOfTesla
runtime: TestCgoCCodeSIGPROF failure due to hang in subprocessNeedsInvestigation
#53648 opened 1 month ago by bcmills
cmd/compile: suboptimal cloning/optimization in slices.CloneNeedsDecisionPerformancecompiler/runtime
#53643 opened 1 month ago by ainar-g
cmd/compile: reduce unnecessary register copies in regallocNeedsInvestigationPerformancecompiler/runtime
#53599 opened 1 month ago by erifan
#53579 opened 1 month ago by ianlancetaylor
runtime, cmd/go: `runtime: out of memory` in `runtime.sysMapOS` NeedsInvestigationOS-OpenBSDcompiler/runtime
#53576 opened 1 month ago by bcmills
#53535 opened 1 month ago by Snaipe
#53495 opened 1 month ago by 578559967
runtime: add symbolic constants for freebsd 386/amd64 syscallsNeedsInvestigationOS-FreeBSDcompiler/runtime
#53479 opened 1 month ago by dmgk
cmd/compile: inlining confuses escape analysis with interface{} paramsNeedsInvestigationPerformancecompiler/runtime
#53465 opened 1 month ago by mvdan
cmd/compile: internal compiler error: found illegal assignment go.shape.int_0 -> main.F.TNeedsFixcompiler/runtime
#53439 opened 2 months ago by ALTree
runtime: TestNetpollBreak failures with `netpollBreak did not interrupt netpoll`NeedsInvestigationcompiler/runtime
#53434 opened 2 months ago by bcmills
runtime: TestGdbPython failure with "PC not saved" on linux-s390x-ibmNeedsInvestigationarch-s390xcompiler/runtime
#53431 opened 2 months ago by bcmills
cmd/compile: "type does not match inferred type" even though it compiles when the inferred type is explicitly provided as type argumentNeedsDecisionThinkingTypeInference
#53389 opened 2 months ago by arvidfm
runtime: `fatal: systemstack called from unexpected goroutine` testing runtime/trace on freebsd-386-12_3NeedsInvestigationcompiler/runtime
#53375 opened 2 months ago by bcmills
go/types, cmd/compile: error message of 1.18 is less helpful with T.m instead of (*T).mNeedsInvestigationcompiler/runtime
#53358 opened 2 months ago by nojus297
cmd/compile: incomplete relocation support on ppc64leFeatureRequestNeedsInvestigationarch-ppc64xcompiler/runtime
#53345 opened 2 months ago by nehaljwani
cmd/compile: Switch on four-byte string constants repeats comparisonsNeedsFixPerformancecompiler/runtime
#53333 opened 2 months ago by greatroar
cmd/compile: jump tables perform much worse on AMD zen3?NeedsInvestigationPerformancecompiler/runtime
#53331 opened 2 months ago by dsnet
#53328 opened 2 months ago by mdempsky
cmd/compile, cmd/link: c-shared not supported on linux/loong64 FeatureRequestNeedsInvestigationarch-loong64compiler/runtime
#53301 opened 2 months ago by suchao-lv
#53300 opened 2 months ago by Jorropo
runtime, cmd/go, cmd/dist: enable -msan on freebsd/amd64FeatureRequestNeedsInvestigationOS-FreeBSDcompiler/runtime
#53298 opened 2 months ago by dmgk
runtime: frequent GC related asserts seen on illumos based OSes (but only on AMD!)NeedsInvestigationOS-illumoscompiler/runtime
#53289 opened 2 months ago by jmpesp
cmd/compile: panic message for failed assertion of generic type mentions shape type, not user typeNeedsFixcompiler/runtime
#53276 opened 2 months ago by mdempsky
runtime: "morestack on g0" in debugcall on android-amd64NeedsInvestigationOS-Androidcompiler/runtime
#53250 opened 2 months ago by prattmic
cmd/link: invalid TLS access model used with -buildmode c-sharedNeedsInvestigationWaitingForInfocompiler/runtime
#53214 opened 2 months ago by aadamowski
cmd/compile: maps doesn't recognize map-clearing range idiom after be inlinedNeedsInvestigationPerformancecompiler/runtime
#53157 opened 2 months ago by cwbhhjl
cmd/compile: "exec format error" when running newly-built binary on linux-loong64-3a5000NeedsInvestigationarch-loong64compiler/runtime
#53116 opened 2 months ago by bcmills
cmd/compile, runtime: SIGILL on `linux-loong64-3a5000`NeedsInvestigationarch-loong64compiler/runtime
#53093 opened 2 months ago by bcmills
cmd/compile: slow compilation of a package with a very large APINeedsInvestigationToolSpeedcompiler/runtime
#53092 opened 2 months ago by baywet
cmd/compile: generic code seems to produce duplicate type descriptorNeedsInvestigationcompiler/runtime
#53087 opened 2 months ago by Porges
#53058 opened 2 months ago by mdempsky
runtime: SIGSEGV with no other output when running `runtime` test on android-arm64-corellium since 2022-05-19NeedsInvestigationOS-Androidarch-arm64compiler/runtime
#53037 opened 2 months ago by bcmills
cmd/compile: slowdown in location list generation, possible remediesNeedsDecisionToolSpeedcompiler/runtime
#52975 opened 3 months ago by dr2chase
cmd/compile: allocation when string key already exists in a map when using map[string([]byte{})]NeedsInvestigationPerformancecompiler/runtime
#52971 opened 3 months ago by renthraysk
runtime: TestSegv/Segv failure with 'unknown pc' on linux-riscv64-unmatchedNeedsInvestigationarch-riscvcompiler/runtime
#52963 opened 3 months ago by bcmills
runtime: new goroutine launches can starve other work indefinitelyNeedsInvestigationcompiler/runtime
#52934 opened 3 months ago by rhysh
cmd/compile/internal/ssa: "panic during regalloc" in `(*sparseSet).add` on linux/ppc64leNeedsInvestigation
#52924 opened 3 months ago by bcmills
#52902 opened 3 months ago by simonhf
#52767 opened 3 months ago by ddaa2000
cmd/compile: replace uses of ir.Node with ir.Expr or ir.Stmt where appropriateNeedsDecisioncompiler/runtime
#52731 opened 3 months ago by mdempsky
runtime: TestSpuriousWakeupsNeverHangSemasleep failure with `file already closed`NeedsFixcompiler/runtime
#52725 opened 3 months ago by bcmills
#52717 opened 3 months ago by zhouguangyuan0718
#52697 opened 3 months ago by ddaa2000
runtime: frequent TestPreemptionAfterSyscall failures on freebsd-arm-paulzholNeedsInvestigationOS-FreeBSDarch-armcompiler/runtime
#52679 opened 3 months ago by bcmills
runtime, cmd/compile: SIGSEGV on netbsd-arm64-bsiegert during bootstrappingNeedsInvestigationOS-NetBSDarch-arm64compiler/runtime
#52678 opened 3 months ago by bcmills
runtime: improve the "best effort" of the execution tracer's CPU sample deliveryNeedsInvestigationcompiler/runtime
#52674 opened 3 months ago by rhysh
#52672 opened 3 months ago by rhysh
runtime, cmd/link: "found pointer to free object" during asyncPreempt2 on ios-arm64-corelliumNeedsInvestigationOS-Darwinarch-arm64compiler/runtimemobile
#52657 opened 3 months ago by bcmills
runtime: make underlying implementation of channels more efficient (Reference -> https://github.com/alphadose/ZenQ)NeedsInvestigationPerformance
#52652 opened 3 months ago by alphadose
cmd/compile: SIGILL when cross-compiling from netbsd/arm64 to linux/mipsNeedsInvestigationOS-NetBSDarch-arm64compiler/runtime
#52651 opened 3 months ago by bcmills
runtime, cmd/compile: `exit status 0xc0000374` (`STATUS_HEAP_CORRUPTION`) on windows-amd64-longtestNeedsInvestigationOS-Windowscompiler/runtime
#52647 opened 3 months ago by bcmills
runtime: `cannot allocate memory` testing `x/sys/unix` on linux-386-stretchNeedsInvestigationcompiler/runtime
#52576 opened 3 months ago by bcmills
runtime: `unexpected return pc for runtime.sigpanic` on openbsd-amd64-68NeedsInvestigationOS-OpenBSDcompiler/runtime
#52548 opened 3 months ago by bcmills
runtime: OOM in time_test.TestUnixMilli on solaris-amd64-oraclerelNeedsInvestigationcompiler/runtime
#52547 opened 3 months ago by bcmills
#52546 opened 3 months ago by bcmills
cmd/link, embed: store only one copy of an embedded []byteNeedsInvestigation
#52533 opened 3 months ago by pjebs
#52515 opened 3 months ago by WangLeonard
#52465 opened 3 months ago by bcmills
runtime: heap goal overrun due to scheduler delays in mark terminationNeedsInvestigationcompiler/runtime
#52433 opened 4 months ago by mknyszek
runtime: mexit leads to SIGSEGV due to g.m becoming nilNeedsInvestigation
#52394 opened 4 months ago by 4a6f656c
cmd/compile: Support `make jobserver` for dynamic negotiable concurreny during compilationNeedsInvestigationcompiler/runtimehelp wanted
#52387 opened 4 months ago by kunaltyagi
#52373 opened 4 months ago by dsnet
#52341 opened 4 months ago by vinoblade
runtime, x/mobile: SIGABRT ABORT, runtime.raise_trampoline.abi0 + 462 (sys_darwin_arm64.s:462) for Mac Catalyst targets running on arm64NeedsInvestigationOS-Darwinarch-arm64compiler/runtime
#52299 opened 4 months ago by CatStudioApp
cmd/compile: under what circumstances does 1.18 generate significantly larger binaries than 1.17 when compiling the same source code?NeedsInvestigationcompiler/runtime
#52270 opened 4 months ago by adriancable
cmd/compile, cmd/link: generate dwarf type info in compilerNeedsInvestigation
#52209 opened 4 months ago by zhouguangyuan0718
#52193 opened 4 months ago by FiloSottile
cmd/compile: hang in `ssa.(*regAllocState).computeLive` when optimizations are disabledNeedsInvestigationcompiler/runtime
#52180 opened 4 months ago by pioz
#52178 opened 4 months ago by sanjayvora
#52093 opened 4 months ago by ysmood
#52072 opened 4 months ago by go101
runtime: `TestSegv/Segv` failure with `unexpected return pc` on `openbsd-386-68`NeedsInvestigationOS-OpenBSDarch-386
#52043 opened 4 months ago by bcmills
#52025 opened 4 months ago by ianlancetaylor
#51966 opened 4 months ago by doujiang24
#51957 opened 4 months ago by seborama
cmd/compile: confusing error when trying to instantiate type parameter on other-package constraint with unexported fieldsNeedsDecisioncompiler/runtime
#51942 opened 4 months ago by ALTree
#51913 opened 4 months ago by jcp19
runtime: segment violation when large slice allocation on riscv64NeedsInvestigation
#51835 opened 5 months ago by jagan-sivakumar
cmd/link: stack check too deep when compiling deep call graph with -gcflags=-lNeedsInvestigationWaitingForInfocompiler/runtime
#51814 opened 5 months ago by maruel
runtime: FuncForPC FileLine returns autogenerated instead of actual pathNeedsInvestigationcompiler/runtime
#51774 opened 5 months ago by vearutop
cmd/compile: global vars initialized with func calls like net.IPv4 allocate at init timeNeedsInvestigationPerformancecompiler/runtime
#51773 opened 5 months ago by mvdan
#51734 opened 5 months ago by mdempsky
#51707 opened 5 months ago by neo-hu
#51694 opened 5 months ago by satmandu
cmd/link: generate external DWARF debuginfo archives directlyProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#51692 opened 5 months ago by ringerc
#51676 opened 5 months ago by doujiang24
cmd/compile: unnecessary bounds check when indexing relative to the endNeedsInvestigationPerformancecompiler/runtime
#51622 opened 5 months ago by dsnet
runtime: test failure with `segmentation fault` (and no other output) on `linux-ppc64le-buildlet`NeedsInvestigationOS-Linuxarch-ppc64xcompiler/runtime
#51600 opened 5 months ago by bcmills
#51554 opened 5 months ago by CAFxX
#51553 opened 5 months ago by CAFxX
cmd/compile: wrong panic message for method call on nil of generic interface typeNeedsFixcompiler/runtime
#51521 opened 5 months ago by mdempsky
cmd/compile: suggest clearer error regarding when a non-pointer type cannot be used as type parameterNeedsInvestigationcompiler/runtime
#51515 opened 5 months ago by changkun
#51482 opened 5 months ago by prattmic
runtime: "found pointer to free object" on aix-ppc64NeedsInvestigationOS-AIXarch-ppc64xcompiler/runtime
#51481 opened 5 months ago by bcmills
#51473 opened 5 months ago by rittneje
#51462 opened 5 months ago by dsnet
runtime: frequent test timeouts on solaris-amd64-oraclerelBuildersNeedsInvestigationOS-Solariscompiler/runtime
#51443 opened 5 months ago by bcmills
runtime: crashes with `netpollBreak write failed with 14` [EFAULT] on `openbsd-arm-jsing`NeedsInvestigationOS-OpenBSDarch-armcompiler/runtime
#51341 opened 5 months ago by bcmills
cmd/compile: better escape analysis for net.SyscallConnNeedsInvestigation
#51334 opened 5 months ago by rsc
#51302 opened 5 months ago by vpachkov
#51276 opened 6 months ago by octobered
runtime: esbuild sometimes crashes with `fatal: morestack on g0` on 64-bit WindowsNeedsInvestigationOS-Windowscompiler/runtime
#51266 opened 6 months ago by evanw
#51256 opened 6 months ago by cherrymui
#51244 opened 6 months ago by mdempsky
cmd/compile: WebAssembly built from fyne_demo command crashes browser optimizer in ChromeNeedsInvestigationOS-JSarch-wasmcompiler/runtime
#51241 opened 6 months ago by Bluebugs
cmd/compile: require build systems to specify -importcfgProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#51225 opened 6 months ago by mdempsky
cmd/compile: nil pointer deref when printing error message for invalid program in 1.17 NeedsInvestigationcompiler/runtime
#51165 opened 6 months ago by nobozo
cmd/compile: optimize convI2I, assertI2I, assertE2I for statically known typesNeedsInvestigationPerformancecompiler/runtime
#51133 opened 6 months ago by quasilyte
runtime: SIGSEGV crash on Linux in docker container, possible net/http crashNeedsInvestigationcompiler/runtime
#51113 opened 6 months ago by szuecs
#51087 opened 6 months ago by prattmic
runtime: investigate possible Go scheduler improvements inspired by Linux Kernel's CFSNeedsInvestigationPerformance
#51071 opened 6 months ago by hnes
cmd/compile: missing `T.m is a field, not a method` error upon assignments to interfacesNeedsFixcompiler/runtime
#51025 opened 6 months ago by griesemer
cmd/link: cgo linking fails on Windows with GCC 11.2.0 + MinGW-w64 9.0.0 (UCRT) from winlibs.comNeedsInvestigationOS-Windows
#51007 opened 6 months ago by NewUserHa
runtime: "fatal: systemstack called from unexpected goroutine" on AndroidNeedsInvestigationOS-Androidcompiler/runtime
#51001 opened 6 months ago by bcmills
cmd/compile/internal/types2: runtime.mapassign1 throws in (*Checker.recordScope) during bootstrappingNeedsInvestigationcompiler/runtime
#50999 opened 6 months ago by bcmills
#50990 opened 6 months ago by michael-obermueller
runtime: continuing TestSegv/SegvInCgo failures with "unknown pc"NeedsInvestigationarch-armcompiler/runtime
#50979 opened 6 months ago by bcmills
#50952 opened 6 months ago by prattmic
runtime: FreeBSD nanotime performance regression with different CPU setupsNeedsInvestigationOS-FreeBSDPerformancecompiler/runtime
#50947 opened 6 months ago by TriAnMan
runtime: crashes with "sys: trap: invalid opcode" on plan9/386NeedsInvestigationOS-Plan9compiler/runtime
#50878 opened 6 months ago by bcmills
runtime: don't crash in exception handler on windows/arm64NeedsInvestigationOS-Windowsarch-arm64compiler/runtime
#50877 opened 6 months ago by TopperDEL
cmd/compile: consider to add move-like optimization for some string<->[]byte operationsFeatureRequestNeedsInvestigationcompiler/runtime
#50846 opened 6 months ago by quasilyte
runtime: TestCgoCrashHandler failure on windows-amd64-2008 with "runtime: failed to create new OS thread"NeedsInvestigationOS-Windowscompiler/runtime
#50834 opened 6 months ago by bcmills
cmd/compile/internal/amd64: huge performance degradation (register allocation issue?)NeedsInvestigationcompiler/runtime
#50821 opened 6 months ago by ikravets
cmd/compile: adjustment needed for conversion rules for pointer conversions (?)NeedsDecisiongenerics
#50815 opened 6 months ago by keep94
cmd/compile: confusing assignment mismatch error when indexing map with invalid keyNeedsInvestigationcompiler/runtime
#50762 opened 6 months ago by Snaipe
#50728 opened 7 months ago by mei-rune
runtime: frequent ReadMemStats will cause heap_live to exceed next_gc NeedsInvestigationcompiler/runtime
#50592 opened 7 months ago by WangLeonard
#50560 opened 7 months ago by bcmills
#50557 opened 7 months ago by prattmic
#50504 opened 7 months ago by prattmic
cmd/compile: SIGSEGV on openbsd-arm64-jsing builderNeedsInvestigationOS-OpenBSDarch-arm64compiler/runtime
#50452 opened 7 months ago by bcmills
cmd/compile: object file much larger than final executableNeedsInvestigationcompiler/runtimegenerics
#50438 opened 7 months ago by csgura
#50424 opened 7 months ago by letian0805
cmd/compile: calling string(...) on generic slices fails regardless of type constraints.NeedsDecisiongenerics
#50421 opened 7 months ago by tmr232
cmd/link: add internal linking support for pie build mode on armFeatureRequestNeedsInvestigationarch-armcompiler/runtime
#50405 opened 7 months ago by hollowaykeanho
cmd/compile: some subsequent bounds checks are not eliminatedNeedsInvestigationPerformancecompiler/runtime
#50365 opened 7 months ago by tdakkota
#50325 opened 7 months ago by katsusan
#50294 opened 8 months ago by aktau
#50204 opened 8 months ago by csgura
runtime: access violation in gentraceback on windows/386NeedsInvestigationOS-Windowscompiler/runtime
#50144 opened 8 months ago by bcmills
cmd/compile/internal/logopt: occasional timeouts on netbsd-amd64-9_0 buildersNeedsInvestigationOS-NetBSD
#50141 opened 8 months ago by bcmills
runtime: frequent failures with "sys: trap: fault" or "fatal error: fault" on plan9-386-0introNeedsInvestigationOS-Plan9compiler/runtime
#50137 opened 8 months ago by bcmills
#50133 opened 8 months ago by go101
#50126 opened 8 months ago by Jacalz
#49997 opened 8 months ago by ainar-g
cmd/compile: strange performance difference between two implementationsNeedsInvestigationPerformancecompiler/runtime
#49785 opened 8 months ago by go101
runtime: upgrade to v3 version of race detectorcompiler/runtime
#49761 opened 8 months ago by randall77
#49736 opened 8 months ago by danscales
#49725 opened 8 months ago by bcmills
#49684 opened 9 months ago by bcmills
runtime: failure in `TestRaiseException` on windows-amd64-2012ExpertNeededNeedsInvestigationOS-Windows
#49681 opened 9 months ago by bcmills
runtime: Simple HTTP server causes high thread count on macOS MontereyNeedsInvestigationcompiler/runtime
#49679 opened 9 months ago by chrisprobst
cmd/compile: defer wrapper has more instructions than hand-written wrapperNeedsDecisioncompiler/runtime
#49656 opened 9 months ago by codefromthecrypt
cmd/compile: compiler/inliner leads to suboptimal register usageNeedsInvestigationPerformancecompiler/runtime
#49634 opened 9 months ago by holiman
cmd/compile: Go 1.18 compile time may be about 18% slower than Go.17 (largely from changes due to generics)NeedsInvestigationToolSpeed
#49569 opened 9 months ago by danscales
#49542 opened 9 months ago by dop251
#49480 opened 9 months ago by quasilyte
runtime: use MiniDumpWriteDump for GOTRACEBACK=crash on WindowsProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#49471 opened 9 months ago by zx2c4
#49438 opened 9 months ago by asuffield
runtime: `TestArenaCollision` should be skipped when `sysReserve` cannot return an address based on the given hintNeedsDecisioncompiler/runtime
#49415 opened 9 months ago by hajimehoshi
#49405 opened 9 months ago by Sonicadvance1
runtime: apparent deadlock in TestNoShrinkStackWhileParking on netbsd-arm64-bsiegertNeedsInvestigationOS-NetBSDarch-arm64
#49382 opened 9 months ago by bcmills
cmd/compile/internal/ssa: TestStmtLines fails due to auto-generated crypto codeNeedsInvestigationcompiler/runtime
#49372 opened 9 months ago by FiloSottile
#49332 opened 9 months ago by josharian
cmd/compile: reorganize associative computation to allow superscalar executionNeedsInvestigationPerformancecompiler/runtime
#49331 opened 9 months ago by josharian
#49319 opened 9 months ago by bcmills
runtime: AVX512 register state clobbered by signal on macOSNeedsInvestigationOS-Darwincompiler/runtime
#49233 opened 9 months ago by vsivsi
#49169 opened 9 months ago by mknyszek
#49156 opened 9 months ago by prattmic
cmd/compile, runtime: initialization order within a file appears to have changedNeedsInvestigationcompiler/runtime
#49150 opened 9 months ago by cosnicolaou
cmd/compile: Get rid of redundant TEST instructions by using the ZF flag of DEC/INCNeedsInvestigationPerformancecompiler/runtime
#49113 opened 10 months ago by jake-ciolek
runtime: possible memory corruption caused by CL 304470 "cmd/compile, runtime: add metadata for argument printing in traceback"NeedsInvestigationcompiler/runtime
#49075 opened 10 months ago by katiehockman
runtime: optimize memmove for 1-16 MB overlapping case on AMD64NeedsInvestigationPerformancecompiler/runtime
#49058 opened 10 months ago by weishi-deng
#49031 opened 10 months ago by hailingluo
#49026 opened 10 months ago by zhouguangyuan0718
cmd/compile: fuzzing triggers various crashes or internal compiler errors on tipNeedsFixcompiler/runtime
#49019 opened 10 months ago by thepudds
#49008 opened 10 months ago by prattmic
runtime: SIGBUS during runtime.init when running an executable stored on GCS via gcsfuseWaitingForInfocompiler/runtime
#48997 opened 10 months ago by tetsuok
#48967 opened 10 months ago by honsunrise
#48921 opened 10 months ago by zhaoyiping0622
#48882 opened 10 months ago by flypig
cmd/compile: generic function argument causes escape to heapNeedsInvestigationPerformancecompiler/runtimegenerics
#48849 opened 10 months ago by bboreham
#48828 opened 10 months ago by josharian
#48780 opened 10 months ago by ianlancetaylor
runtime: apparent deadlock in TestConcurrentReadsAfterGrowth on FreeBSDNeedsInvestigationOS-FreeBSDcompiler/runtime
#48764 opened 10 months ago by bcmills
#48687 opened 10 months ago by simonhf
cmd/compile, unicode/utf8: utf8.EncodeRune has different performance from the equivalent string conversionNeedsInvestigationPerformancecompiler/runtime
#48684 opened 10 months ago by bcmills
cmd/compile: worse performance looping through arrays identifiable at compile timeNeedsInvestigationPerformancecompiler/runtime
#48637 opened 10 months ago by seebs
#48596 opened 10 months ago by auzhva
#48585 opened 10 months ago by griesemer
cmd/compile: bad line number assigned to instruction loading value into argument registerNeedsFixcompiler/runtime
#48546 opened 11 months ago by aarzilli
cmd/compile: inline-able function with named results performs worseNeedsInvestigationPerformancecompiler/runtime
#48507 opened 11 months ago by go101
cmd/go, cmd/compile: let cmd/compile choose how much concurrency to useNeedsInvestigationToolSpeedcompiler/runtime
#48497 opened 11 months ago by bcmills
#48469 opened 11 months ago by JAicewizard
runtime: Error related to `runtime.open_trampoline` in darwin/arm64NeedsInvestigationcompiler/runtime
#48437 opened 11 months ago by richard-ramos
runtime: possible contention on epollwaitNeedsInvestigation
#48428 opened 11 months ago by zizon
#48405 opened 11 months ago by mahdi-hm
#48248 opened 11 months ago by mundaym
#48245 opened 11 months ago by CAFxX
#48222 opened 11 months ago by klauspost
cmd/compile: cannot elim binary search typeHash on a type switch for a known typeNeedsInvestigationPerformancecompiler/runtime
#48220 opened 11 months ago by wdvxdr1123
#48213 opened 11 months ago by JAicewizard
#48199 opened 11 months ago by ericlagergren
cmd/compile: inline functions with only an error wrapperNeedsInvestigationPerformancecompiler/runtime
#48192 opened 11 months ago by dsnet
runtime: fatal error: acquireSudog: found s.elem != nil in cacheNeedsInvestigationWaitingForInfocompiler/runtime
#48188 opened 11 months ago by AdamKorcz
#48164 opened 11 months ago by igalic
cmd/compile: parser rejects unambiguous unparenthesized TypeName composite literals in Condition expression of ForClauseNeedsDecisioncompiler/runtime
#48159 opened 11 months ago by mdempsky
#48077 opened 11 months ago by bcmills
#48059 opened 11 months ago by suikast42
cmd/link: trying to get a C function pointer from Go breaks if the function is stdcallNeedsInvestigationOS-Windowscompiler/runtimehelp wanted
#47992 opened 11 months ago by Keithcat1
cmd/compile: reduce binary space used for register spillingNeedsInvestigationbinary-sizecompiler/runtime
#47970 opened 11 months ago by martisch
cmd/compile: shorter slicing instruction sequence on x86/amd64NeedsInvestigationPerformancebinary-sizecompiler/runtime
#47969 opened 11 months ago by martisch
cmd/link: Support buildmode=pie with internal linking on Linux 386NeedsInvestigationcompiler/runtime
#47949 opened 11 months ago by subsr97
cmd/compile: deduplicate alg and noalg type descriptors to allow binary space optimizationsNeedsDecisionbinary-sizecompiler/runtime
#47904 opened 1 year ago by martisch
#47866 opened 1 year ago by mattn
#47850 opened 1 year ago by mahdi-hm
#47831 opened 1 year ago by gangdeng-intel
cmd/link: invalid relocation: R_DWARFSECREF when building as c-shared on windows/arm64NeedsInvestigationcompiler/runtime
#47791 opened 1 year ago by zx2c4
#47656 opened 1 year ago by josharian
cmd/compile: local type declarations in generic code don't workNeedsFixcompiler/runtimegenericsrelease-blocker
#47631 opened 1 year ago by randall77
cmd/compile: escape analysis reports that make() is using a non-constant size after inlining with a constant sizeNeedsInvestigationPerformancecompiler/runtime
#47524 opened 1 year ago by renthraysk
cmd/compile: optimize append([]byte(string), ...) to avoid a duplicationNeedsInvestigationPerformancecompiler/runtime
#47454 opened 1 year ago by go101
#47448 opened 1 year ago by mdempsky
cmd/link: "HEADR too small" error when linking against huge static libraryNeedsInvestigationcompiler/runtime
#47312 opened 1 year ago by mortie
runtime: large initial values for GOMAXPROCS can cause runtime test failuresNeedsInvestigationcompiler/runtime
#47246 opened 1 year ago by laboger
cmd/compile: large slice literals allocated in stack, causing very big frameNeedsFixcompiler/runtime
#47197 opened 1 year ago by go101
#47168 opened 1 year ago by qingyunha
go/types, cmd/compile/internal/types2: extend types.Info with implicit conversions from assignabilityNeedsInvestigationcompiler/runtime
#47151 opened 1 year ago by mdempsky
#47120 opened 1 year ago by rsc
cmd/compile: eliminate redundant zeroing after lower passNeedsInvestigationPerformancecompiler/runtime
#47107 opened 1 year ago by tdakkota
cmd/compile, go/types: rename 'imported and not used' error to 'imported but not used'NeedsFixhelp wanted
#47089 opened 1 year ago by gazerro
#47072 opened 1 year ago by colin-sitehost
cmd/compile, go/types: unclear error message on initialization loop and invalid parameter typeNeedsFix
#47059 opened 1 year ago by gazerro
cmd/compile: typeparams: should //go:nointerface methods satisfy type parameter constraints?NeedsDecisioncompiler/runtime
#47045 opened 1 year ago by mdempsky
cmd/compile: missed phi elim opportunity using result of function callFeatureRequestNeedsInvestigationToolSpeedcompiler/runtime
#47023 opened 1 year ago by josharian
cmd/compile: inappropriate suggested token in case of syntax error in "if" statementNeedsInvestigationcompiler/runtime
#47013 opened 1 year ago by gazerro
#47003 opened 1 year ago by imcom
runtime: some runtime throws print all goroutine stack dumps by defaultNeedsInvestigationcompiler/runtime
#46995 opened 1 year ago by mvdan
cmd/compile: memory corruption from `//go:notinheap` interface method wrappersNeedsFixcompiler/runtime
#46903 opened 1 year ago by mdempsky
runtime: type-assertion on Safari/WASM sometimes generates "types from different scopes"NeedsInvestigationarch-wasmcompiler/runtime
#46895 opened 1 year ago by inkeliz
runtime, cmd/compile, cmd/internal/obj/ppc64: set up stack on ppc64/ppc64le to more closely match the PPC64 ABINeedsInvestigationcompiler/runtime
#46850 opened 1 year ago by laboger
runtime: document gctrace output in relation to MemStatsDocumentationNeedsInvestigationcompiler/runtime
#46846 opened 1 year ago by JohnRusk
#46827 opened 1 year ago by seebs
#46822 opened 1 year ago by prattmic
runtime: provide Pinner API for object pinningProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#46787 opened 1 year ago by ansiwen
runtime: stack traces do not indicate the caller for deferred callsNeedsInvestigationcompiler/runtime
#46757 opened 1 year ago by bcmills
cmd/compile: replace `//go:notinheap` with runtime/internal/sys.NotInHeapProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#46731 opened 1 year ago by mdempsky
cmd/compile: Optimise branches that could be behind other branches, to avoid running those branches when known to be falseNeedsInvestigationPerformancecompiler/runtime
#46711 opened 1 year ago by JAicewizard
cmd/compile: no debug information emitted for type used only as initializerNeedsInvestigationcompiler/runtime
#46670 opened 1 year ago by heschi
runtime: unexpected signal during runtime execution - segmentation violation SIGSEGVWaitingForInfocompiler/runtime
#46666 opened 1 year ago by levesquejf
cmd/link: `go tool dist test testshared` failed if linked with lld or moldNeedsInvestigationcompiler/runtime
#46560 opened 1 year ago by rui314
#46529 opened 1 year ago by mdempsky
runtime: drop NetBSD kernel bug sysmon workaround fixed in NetBSD 9.2NeedsFixOS-NetBSDcompiler/runtime
#46495 opened 1 year ago by prattmic
runtime: unexpected failure and garbage data when c-shared Go DLL on Windows receives CtrlBreak signal concurrently with runtime initializationNeedsInvestigationOS-Windowscompiler/runtimehelp wanted
#46354 opened 1 year ago by mknyszek
cmd/link: external linking is not reproducible on some platformsNeedsInvestigationToolscompiler/runtime
#46334 opened 1 year ago by mdempsky
runtime: misleading panic information when an unexpected signal is received running signal handlerNeedsInvestigationcompiler/runtime
#46286 opened 1 year ago by pmur
runtime: pMask index out of range errorsNeedsInvestigation
#46271 opened 1 year ago by mknyszek
cmd/link: panic with cgo export and //go:linkname when main.main not declared NeedsInvestigationcompiler/runtime
#46255 opened 1 year ago by zhuah
#46216 opened 1 year ago by dr2chase
go/types, cmd/compile/internal/types2: shared type expressions are evaluated once per variableFeatureRequestNeedsDecisioncompiler/runtime
#46208 opened 1 year ago by mdempsky
#46178 opened 1 year ago by 4a6f656c
runtime: SIGBUS / SIGSEGV during asmcgocallNeedsInvestigation
#46170 opened 1 year ago by bcmills
cmd/compile: failures with "wait: no child processes" on solaris-amd64-oraclerel since 2021-04-02NeedsInvestigationOS-Solariscompiler/runtime
#46135 opened 1 year ago by bcmills
#46114 opened 1 year ago by bemasc
cmd/compile: treat "d = append(make([]T, 0, len(s)), s...)" as "d = make([]T, len(s)); copy(d, s)"NeedsFixPerformancecompiler/runtime
#46079 opened 1 year ago by go101
cmd/compile: only use sequential compile queue algorithm for -v compiles, not all -c=1 compilesNeedsFixcompiler/runtime
#46074 opened 1 year ago by mdempsky
#46030 opened 1 year ago by aimuz
#45928 opened 1 year ago by JAicewizard
cmd/compile: investigate maintaining TOC register r2 for ppc64x by default.NeedsInvestigationarch-ppc64xcompiler/runtime
#45925 opened 1 year ago by laboger
#45894 opened 1 year ago by rhysh
#45887 opened 1 year ago by bcmills
#45837 opened 1 year ago by griesemer
runtime: stacktrace for deferred code which panics is too subtle for meNeedsInvestigationcompiler/runtime
#45794 opened 1 year ago by seebs
cmd/compile: DWARF IsStmt flag not set for line although it is executedDebuggingNeedsInvestigationcompiler/runtime
#45680 opened 1 year ago by mahdi-hm
runtime: netpoll port_getn() fails with impossible errno on illumosNeedsInvestigationOS-Solariscompiler/runtime
#45643 opened 1 year ago by whorfin
#45573 opened 1 year ago by icholy
cmd/compile, runtime: GOEXPERIMENT to add two non-pointer words to iface/efaceNeedsInvestigationhelp wanted
#45494 opened 1 year ago by zephyrtronium
cmd/link: would like a way to emit DT_RPATH tags (instead of DT_RUNPATH)NeedsInvestigation
#45412 opened 1 year ago by mwhudson
#45300 opened 1 year ago by emarj
cmd/compile: emitted DWARF location for complex128 param is incorrectNeedsInvestigationcompiler/runtime
#45281 opened 1 year ago by thanm
#45269 opened 1 year ago by go101
#45078 opened 1 year ago by rsc
#45021 opened 1 year ago by egonelbre
runtime: crosscompiled to AIX/ppc64 not working in IBMi PASE (AIX7.2) due to "not in usable address space"NeedsInvestigationcompiler/runtime
#45017 opened 1 year ago by rfx77
runtime: GODEBUG=efence=1 causes panic during build on M1NeedsInvestigationarch-arm64compiler/runtime
#44993 opened 1 year ago by bartgrantham
#44949 opened 1 year ago by JAicewizard
#44941 opened 1 year ago by VojtechVitek
runtime: "found pointer to free object" on solaris-amd64-oraclerelNeedsInvestigationOS-Solariscompiler/runtime
#44902 opened 1 year ago by bcmills
#44898 opened 1 year ago by rogpeppe
cmd/compile: pass pointer-shaped receivers using context registerNeedsDecisionPerformancebinary-sizecompiler/runtime
#44827 opened 1 year ago by mdempsky
#44824 opened 1 year ago by cherrymui
cmd/link: binary failed to execute with "This version of %1 is not compatible with the version of Windows you're running."NeedsInvestigationOS-Windowscompiler/runtime
#44817 opened 1 year ago by bcmills
cmd/compile: register ABI bringup testcase failures (tracking issue)NeedsInvestigationcompiler/runtime
#44816 opened 1 year ago by thanm
cmd/link/internal/ld: hang in TestRuntimeTypeAttrExternal on netbsd-386-9_0NeedsInvestigationOS-NetBSD
#44801 opened 1 year ago by bcmills
#44722 opened 1 year ago by urbanishimwe
cmd/compile: regalloc fails to reserve key register (CX) for future codeNeedsInvestigationPerformancecompiler/runtime
#44671 opened 1 year ago by josharian
#44670 opened 1 year ago by josharian
cmd/compile: avoid unnecessary allocations for consecutive appendsNeedsInvestigationPerformancecompiler/runtime
#44628 opened 1 year ago by rogpeppe
cmd/compile: open-coded defers keep pointer arguments alive past the deferred callNeedsFixcompiler/runtime
#44623 opened 1 year ago by mdempsky
#44578 opened 2 years ago by go101
runtime: 2-3x memory usage when running in container increase in 1.16 vs 1.15 (MADV_DONTNEED related)NeedsInvestigationcompiler/runtime
#44554 opened 2 years ago by pitr
cmd/asm, cmd/compile, cmd/link, cmd/objdump: ppc64 ISA 3.1 supportNeedsInvestigationarch-ppc64xcompiler/runtime
#44549 opened 2 years ago by pmur
runtime: "runlock of unlocked rwmutex" on plan9-armNeedsInvestigationOS-Plan9arch-armcompiler/runtime
#44545 opened 2 years ago by bcmills
runtime: time.Sleep takes more time than expectedNeedsInvestigationOS-LinuxOS-Windowscompiler/runtime
#44343 opened 2 years ago by egonelbre
#44321 opened 2 years ago by go101
runtime: timeout in TestNeedmDeadlock on darwin-amd64-10_12 builderNeedsInvestigation
#44303 opened 2 years ago by bcmills
#44201 opened 2 years ago by kstenerud
#44108 opened 2 years ago by rakeshlacework
runtime: unactionable "runtime: failed to create new OS thread (13)" error messages during Chromium buildNeedsFixOS-Windowscompiler/runtimehelp wanted
#44093 opened 2 years ago by randomascii
cmd/link: support c-archive for freebsd/arm and freebsd/arm64FeatureRequestNeedsInvestigationOS-FreeBSD
#44084 opened 2 years ago by hajimehoshi
cmd/compile: consider increasing the internal precision limit for integer valuesNeedsDecisioncompiler/runtime
#44057 opened 2 years ago by griesemer
#44051 opened 2 years ago by josharian
cmd/link: ELF `e_flags` does not contain `EF_ARM_VFP_FLOAT` on armv7l when statically linkedNeedsInvestigationcompiler/runtimehelp wanted
#44002 opened 2 years ago by staticfloat
runtime: fatal error: invalid runtime symbol table. runtime: panic before malloc heap initializedNeedsInvestigationcompiler/runtime
#43969 opened 2 years ago by abhi-m-simformsolutons
#43934 opened 2 years ago by hagarjibm
runtime: panics and/or deadlocks on FreeBSD 12.2-RELEASENeedsInvestigationOS-FreeBSDcompiler/runtime
#43873 opened 2 years ago by problame
#43843 opened 2 years ago by bcmills
#43836 opened 2 years ago by james-li
cmd/compile: "internal compiler error: curfn mismatch" on darwin-amd64-race builderNeedsInvestigationOS-Darwincompiler/runtime
#43826 opened 2 years ago by bcmills
runtime: hang in TestGdbAutotmpTypes on linux-mips64le-mengzhuo builderNeedsInvestigationcompiler/runtime
#43825 opened 2 years ago by bcmills
#43820 opened 2 years ago by dwillemv
cmd/link: -buildmode=c-shared not supported on windows/armFeatureRequestNeedsInvestigationOS-Windowsarch-armarch-arm64compiler/runtime
#43800 opened 2 years ago by TopperDEL
runtime: enable scheduler randomization independent of the race detectorFeatureRequestNeedsInvestigationcompiler/runtime
#43794 opened 2 years ago by josharian
#43753 opened 2 years ago by mdempsky
cmd/compile: better escape analysis of `[]byte` -> `string` conversionsFeatureRequestNeedsFixPerformancecompiler/runtime
#43752 opened 2 years ago by mdempsky
#43699 opened 2 years ago by laoshaw
cmd/compile: unhelpful error message if type assertion has mismatching pointer/non-pointer typeNeedsFixcompiler/runtimehelp wanted
#43673 opened 2 years ago by mprobst
runtime: heap, allocs, block, and mutex profiles truncate stacks at 32 framesNeedsDecisioncompiler/runtime
#43669 opened 2 years ago by aclements
runtime: TestCallbackInAnotherThread timeout on windows-arm-zx2c4NeedsInvestigationOS-Windowscompiler/runtime
#43668 opened 2 years ago by bcmills
#43625 opened 2 years ago by bcmills
cmd/link: provide a way to always use external linking if cgo is usedNeedsInvestigationcompiler/runtime
#43525 opened 2 years ago by mwhudson
cmd/link, cmd/cgo: internal linking fails if CGO_CFLAGS enables LTONeedsInvestigationcompiler/runtime
#43505 opened 2 years ago by mwhudson
runtime: unexpected return pc for runtime.sigpanic called from 0x1NeedsInvestigationcompiler/runtime
#43496 opened 2 years ago by egonelbre
cmd/compile: better optimization/inlining for sort.SearchFeatureRequestNeedsFixPerformancecompiler/runtime
#43423 opened 2 years ago by yangwenmai
#43403 opened 2 years ago by egonelbre
cmd/compile: inefficient assembly code on arm64NeedsInvestigationPerformancearch-arm64compiler/runtime
#43357 opened 2 years ago by fkuehnel
cmd/compile: panic.Fatalf should not report "use of builtin panic not in function call" but instead "panic.Fatalf undefined (builtin panic has no field or method Fatalf)"NeedsInvestigationcompiler/runtime
#43285 opened 2 years ago by odeke-em
#43264 opened 2 years ago by Mengkzhaoyun
cmd/compile: missed opportunity to coalesce loads that compare with constantsNeedsInvestigationPerformancecompiler/runtime
#43248 opened 2 years ago by josharian
#43145 opened 2 years ago by FiloSottile
#43007 opened 2 years ago by dvyukov
#42999 opened 2 years ago by egonelbre
#42990 opened 2 years ago by mdempsky
#42880 opened 2 years ago by chewxy
runtime: os/exec fatal error: all goroutines are asleep - deadlock! on mips64NeedsInvestigationcompiler/runtime
#42825 opened 2 years ago by jgbooks
runtime: ill-fated GC outcome in spiky/bursty scenariosGarbageCollectorNeedsInvestigationcompiler/runtime
#42805 opened 2 years ago by raulk
cmd/compile: function argument value escapes no matter the run-time conditionNeedsInvestigationcompiler/runtime
#42781 opened 2 years ago by Julio-Guerra
runtime: Running two go program with 1GB mem GC not releases free package variable memNeedsInvestigationcompiler/runtime
#42780 opened 2 years ago by wasmup
cmd/link: panic: sym already present in installSym on FreeBSD/amd64NeedsInvestigationcompiler/runtime
#42772 opened 2 years ago by SamWhited
#42724 opened 2 years ago by bradfitz
cmd/compile: nil check not scheduled correctlyNeedsInvestigation
#42673 opened 2 years ago by randall77
#42672 opened 2 years ago by randall77
#42664 opened 2 years ago by qingyunha
runtime: using AVX-512 instruction without supporting CPUID flag(s) on MacOS hangs the Go runtimeNeedsInvestigationOS-Darwincompiler/runtime
#42649 opened 2 years ago by vsivsi
cmd/compile: notice when function variables are never reassigned, avoid indirect callsNeedsInvestigationPerformancecompiler/runtime
#42569 opened 2 years ago by bradfitz
runtime: "sweep increased allocation count" on linux/arm64 during bootstrapNeedsInvestigationOS-Linuxarch-arm64compiler/runtime
#42543 opened 2 years ago by bcmills
cmd/compile: SIGILL when building golang.org/x/sys/unix on openbsd/arm64NeedsInvestigationOS-OpenBSDarch-arm64compiler/runtime
#42517 opened 2 years ago by vext01
#42505 opened 2 years ago by fxrlv
runtime: TestCrashDumpsAllThreads fails on openbsd/mips64NeedsInvestigationOS-OpenBSDcompiler/runtime
#42464 opened 2 years ago by 4a6f656c
#42430 opened 2 years ago by mknyszek
runtime: frequent crashes with "exit status 16962" on netbsd-arm64-bsiegert builderNeedsInvestigationOS-NetBSDarch-arm64compiler/runtime
#42422 opened 2 years ago by 4a6f656c
cmd/compile: rearrange hairyVisitors to reduce struct slop and reclaim 33.33% space wastedNeedsDecisioncompiler/runtime
#42416 opened 2 years ago by odeke-em
#42372 opened 2 years ago by slinkydeveloper
runtime: "out of memory allocating heap arena map" on solaris-amd64-oraclerelNeedsInvestigationcompiler/runtime
#42359 opened 2 years ago by bcmills
runtime: difficult to find memory leak that is a result lots of defers in a hot loopNeedsInvestigationcompiler/runtime
#42357 opened 2 years ago by leighhopcroft
#42238 opened 2 years ago by esmailzadeh1
runtime: 'unexpected fault address 0x0' in crypto/sha256.blockGeneric on linux/mips64leNeedsInvestigationcompiler/runtime
#42229 opened 2 years ago by XiaodongLoong
#42190 opened 2 years ago by tungmangtdh3
cmd/compile: unneeded panicshift for bounded shift amountNeedsInvestigationPerformancecompiler/runtime
#42179 opened 2 years ago by CAFxX
cmd/compile: escape analysis for backing arraysNeedsInvestigation
#42165 opened 2 years ago by snadrus
#42162 opened 2 years ago by zhangfannie
runtime, cmd/compile: implicit allocations allowed in the runtimeFeatureRequestNeedsInvestigationcompiler/runtime
#42158 opened 2 years ago by randall77
cmd/compile: inconsistent error message when identifier begins with invalid characterNeedsInvestigationcompiler/runtime
#42114 opened 2 years ago by smasher164
#42094 opened 2 years ago by niaow
runtime: TestCgoExecSignalMask failures due to apparent deadlock on *BSDNeedsInvestigationOS-FreeBSDOS-NetBSDcompiler/runtime
#42093 opened 2 years ago by bcmills
cmd/link: fallocate_test.go:46: unexpected disk usage: got 1 blocks, want 2048NeedsDecisioncompiler/runtime
#42005 opened 2 years ago by wheelcomplex
runtime: debugCheckBP = true crashes compiler compilation on WindowsNeedsInvestigationOS-Windowscompiler/runtime
#41995 opened 2 years ago by egonelbre
#41989 opened 2 years ago by dreamerjackson
cmd/compile: not inlined closures can't inline inner closuresNeedsInvestigationPerformancecompiler/runtime
#41988 opened 2 years ago by DmitriyMV
runtime: selectgo need not lock all the channels involved in the select NeedsInvestigationcompiler/runtime
#41948 opened 2 years ago by dreamerjackson
#41827 opened 2 years ago by michalderkacz
#41776 opened 2 years ago by josharian
#41774 opened 2 years ago by josharian
cmd/compile: ICE: panic during late deadcode while compiling (*ServeMux).shouldRedirectRLockedWaitingForInfocompiler/runtime
#41770 opened 2 years ago by zhsj
cmd/compile: checking pointers for nilness inside a loopNeedsInvestigationPerformancecompiler/runtime
#41666 opened 2 years ago by seebs
#41554 opened 2 years ago by asubiotto
runtime: occasional "exit status -1073741819" on windows-386-2008 builderNeedsInvestigationOS-Windowscompiler/runtime
#41450 opened 2 years ago by bcmills
runtime: bad "deadlock" fatal error when there are pending finalizersNeedsInvestigationcompiler/runtime
#41362 opened 2 years ago by mdempsky
#41335 opened 2 years ago by choleraehyq
runtime: panic: non-empty mark queue after concurrent mark (Go1.14, Go1.15)NeedsInvestigationWaitingForInfocompiler/runtime
#41303 opened 2 years ago by navytux
#41253 opened 2 years ago by CAFxX
cmd/compile: optimize redundant iface->iface type assertionsNeedsInvestigationPerformancecompiler/runtime
#41174 opened 2 years ago by quasilyte
runtime: process crash instead of panic on SIGBUS with SetPanicOnDefault(true)NeedsFixcompiler/runtimehelp wanted
#41155 opened 2 years ago by florisch
runtime: remove VZEROUPPER patch once Darwin <10.15.6 is not supportedNeedsFixPerformancecompiler/runtimeearly-in-cycle
#41152 opened 2 years ago by cuonglm
#41127 opened 2 years ago by rehack
cmd/compile: don't compile some unexported, inlined functionsNeedsInvestigationToolSpeedcompiler/runtimehelp wanted
#41117 opened 2 years ago by josharian
#41015 opened 2 years ago by bcmills
cmd/link: add support for automatically generating .note.gnu.build-idFeatureRequestNeedsInvestigationcompiler/runtime
#41004 opened 2 years ago by segevfiner
#40987 opened 2 years ago by go101
#40750 opened 2 years ago by mvdan
cmd/compile: switch to a register-based calling convention for Go functionsProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#40724 opened 2 years ago by aclements
#40722 opened 2 years ago by gwillem
#40704 opened 2 years ago by elichai
#40677 opened 2 years ago by prattmic
runtime: usleep does not check for early wakeupNeedsInvestigation
#40653 opened 2 years ago by ruyi789
cmd/compile: -d=checkptr should provide more details when reporting about conversions that straddle multiple allocationsNeedsInvestigationcompiler/runtime
#40639 opened 2 years ago by seebs
runtime: gcc_libinit.c _cgo_try_pthread_create 'EAGAIN' undeclaredNeedsInvestigationcompiler/runtime
#40617 opened 2 years ago by kazmccullum
#40610 opened 2 years ago by surechen
#40518 opened 2 years ago by prattmic
#40469 opened 2 years ago by chalkwu
#40460 opened 2 years ago by mknyszek
#40445 opened 2 years ago by GKempsell
#40434 opened 2 years ago by prattmic
#40401 opened 2 years ago by chalkwu
#40397 opened 2 years ago by prestonvanloon
runtime: mTreap corruption in go1.13.10NeedsInvestigation
#40372 opened 2 years ago by luckyxiaoqiang
runtime: request for comment: reducing preemption in suspendG when G is running large nosplit functionsNeedsInvestigationcompiler/runtime
#40229 opened 2 years ago by shawndx
#40225 opened 2 years ago by choleraehyq
runtime: darwin using -buildmode=c-shared so got runtime: unexpected return pc for runtime.sigpanic called from 0x41e745aNeedsInvestigationOS-Darwincompiler/runtime
#40131 opened 2 years ago by wangzz719
#40108 opened 2 years ago by randall77
#40094 opened 2 years ago by rsc
cmd/compile: teach prove about range of results of math/bits.*ZerosNeedsInvestigationPerformancecompiler/runtime
#40084 opened 2 years ago by randall77
cmd/compile: teach prove about arguments of & expressionsNeedsInvestigationPerformancecompiler/runtime
#40083 opened 2 years ago by randall77
#40044 opened 2 years ago by steeve
cmd/compile: reclaim binary size increase from CL 35554 constant to interface allocation optimizationsNeedsInvestigationPerformancecompiler/runtime
#40039 opened 2 years ago by thepudds
#39983 opened 2 years ago by aclements
#39918 opened 2 years ago by josharian
cmd/compile: panic: runtime error: floating point error when building on FreeBSD armv6 on RPi-BWaitingForInfocompiler/runtime
#39816 opened 2 years ago by seasox
cmd/compile: unnecessary bounds check in a loop passed as a closureNeedsInvestigationPerformancecompiler/runtime
#39756 opened 2 years ago by jordanlewis
#39710 opened 2 years ago by niaow
runtime: unnecessary heap allocations when `range`ing over an empty arrayNeedsInvestigationPerformancecompiler/runtime
#39668 opened 2 years ago by kallsyms
cmd/compile: inaccurate DWARF location information -> misleading profileNeedsInvestigationcompiler/runtime
#39667 opened 2 years ago by alandonovan
runtime: SIGSEGV during sigpanic in TestCgoCallbackGC on netbsd-386-9_0 builderNeedsInvestigationOS-NetBSDcompiler/runtime
#39595 opened 2 years ago by bcmills
#39524 opened 2 years ago by eliasnaur
#39521 opened 2 years ago by steeve
#39514 opened 2 years ago by holiman
runtime: segfault during conservative scan of asynchronously preempted goroutineNeedsInvestigationcompiler/runtime
#39499 opened 2 years ago by jamesl33
runtime: "morestack on g0" in TestSegv on darwin-amd64 buildersNeedsInvestigationOS-Darwincompiler/runtime
#39457 opened 2 years ago by bcmills
#39419 opened 2 years ago by bsiegert
runtime: “unknown pc” exception for amd64 programs on Windows 7 with EMET and Export Address Table Access Filtering enabledExpertNeededNeedsInvestigationOS-Windowscompiler/runtime
#39410 opened 2 years ago by merces
runtime: OOM when runing in sparse available memory systemNeedsInvestigation
#39400 opened 2 years ago by jeremyshisong
runtime: "fatal error: all goroutines are asleep - deadlock!" with GC assist waitNeedsInvestigationcompiler/runtime
#39390 opened 2 years ago by prattmic
runtime: crash on linux/arm64 with "invalid p state" on 1.13NeedsInvestigation
#39252 opened 2 years ago by choury
runtime: move tests for runtime-gdb.py to misc/ and do not run them during all.bashDebuggingNeedsDecisionTesting
#39204 opened 2 years ago by bcmills
#39139 opened 2 years ago by assadobaid
runtime: error error 3221226356 (C0000374) in CGO module in WindowsNeedsInvestigationOS-Windowscompiler/runtime
#39127 opened 2 years ago by bsrdjan
#39053 opened 2 years ago by bradfitz
cmd/compile: generated DWARF triggers objdump warning for large uint64 constNeedsInvestigationcompiler/runtime
#39048 opened 2 years ago by thanm
#39003 opened 2 years ago by go101
cmd/compile: Missed opportunity for post-inlining devirtualizationNeedsInvestigationPerformancecompiler/runtime
#38992 opened 2 years ago by alex
#38971 opened 2 years ago by povilasv
cmd/compile: further improve precision of "has no field or method" by prescriptively mentioning what kind of property it is either "field" or "method"NeedsInvestigationcompiler/runtime
#38965 opened 2 years ago by odeke-em
#38918 opened 2 years ago by eliasnaur
cmd/compile: package-scope and function-scope types get the same nameNeedsInvestigationcompiler/runtime
#38893 opened 2 years ago by ianlancetaylor
#38882 opened 2 years ago by JohnReedLOL
#38858 opened 2 years ago by mygrsun
cmd/compile: more compact initialization of maps with dynamic contentNeedsInvestigationbinary-sizecompiler/runtime
#38784 opened 2 years ago by martisch
#38782 opened 2 years ago by bradfitz
#38734 opened 2 years ago by mdempsky
cmd/compile: experiment with more integer comparison optimizationsNeedsInvestigationPerformancecompiler/runtime
#38721 opened 2 years ago by mundaym
#38692 opened 2 years ago by khaitranvan96kt
#38651 opened 2 years ago by firelizzard18
#38648 opened 2 years ago by randall77
#38639 opened 2 years ago by wadey
cmd/compile: confusing compiler error when using if instead of for with range operator inside anonymous functionNeedsInvestigationcompiler/runtime
#38624 opened 2 years ago by mzimmerman
runtime: weird panic while dumping non-pointer struct with wrapped errorNeedsInvestigationcompiler/runtime
#38601 opened 2 years ago by powerman
#38547 opened 2 years ago by josharian
runtime: "fatal: systemstack called from unexpected goroutine" on armv6NeedsInvestigationcompiler/runtime
#38539 opened 2 years ago by diamondo25
#38512 opened 2 years ago by barakmich
cmd/compile: improve inline memrun decision in generated alg eq routinesNeedsInvestigationPerformancecompiler/runtimehelp wanted
#38494 opened 2 years ago by josharian
runtime: frequent "fatal error: checkdead: runnable g" on plan9 buildersNeedsInvestigationOS-Plan9compiler/runtime
#38489 opened 2 years ago by bcmills
cmd/compile: Eliminate bound checks on access to positive moduloNeedsInvestigationPerformancecompiler/runtime
#38476 opened 2 years ago by cbeuw
#38471 opened 2 years ago by prattmic
runtime: sema: many many goroutines queueing up on many many distinct addresses -> slowNeedsInvestigationPerformancecompiler/runtime
#38420 opened 2 years ago by navytux
#38419 opened 2 years ago by qmuntal
runtime: timeout in TestCgoCCodeSIGPROF and TestCgoExecSignalMask on linux-ppc64le-buildletBuildersNeedsInvestigationarch-ppc64xcompiler/runtime
#38333 opened 2 years ago by bcmills
#38331 opened 2 years ago by gcormier
runtime: cgo calls are way faster when enabling CPU profileNeedsInvestigationPerformancecompiler/runtime
#38325 opened 2 years ago by didrocks
#38291 opened 2 years ago by egonelbre
#38248 opened 2 years ago by neelance
cmd/compile: consider extending '-spectre' option to other architecturesNeedsInvestigationSecuritycompiler/runtime
#38066 opened 2 years ago by mundaym
runtime: high startup address space usage (RLIMIT_AS) on Linux AMD64NeedsInvestigationcompiler/runtime
#38010 opened 2 years ago by pkramme
#37885 opened 2 years ago by gadelkareem
runtime: TestGdbPythonCgo is flaky on linux-mips64le-rtrk builderNeedsInvestigationarch-mipscompiler/runtime
#37794 opened 2 years ago by bcmills
runtime: Benchmarking reports unexpected memory allocation when using range with map structureNeedsInvestigationcompiler/runtime
#37757 opened 2 years ago by DhiaTN
cmd/compile: type safety failure in generic ssa due to representing integer signedness conversions by OpCopyNeedsDecision
#37753 opened 2 years ago by kortschak
cmd/compile: avoid unnecessary calls to runtime.panicIndexNeedsInvestigationPerformancecompiler/runtime
#37740 opened 2 years ago by rillig
#37737 opened 2 years ago by josharian
#37712 opened 2 years ago by stevenh
cmd/compile: inlined messaging is unclear when inlining functions from other packagesNeedsInvestigationcompiler/runtime
#37704 opened 2 years ago by snadrus
#37694 opened 2 years ago by sylr
runtime: save CPU registers for the frame calling runtime.sigpanicDebuggingNeedsInvestigationcompiler/runtime
#37683 opened 2 years ago by aarzilli
#37651 opened 2 years ago by sb10
cmd/compile: __SOURCE__ constant like __FILE__, __LINE__, __FUNCTION__ C++ macroFeatureRequestNeedsInvestigationcompiler/runtime
#37620 opened 2 years ago by kokizzu
#37612 opened 2 years ago by josharian
cmd/compile: branch elimination opportunites when comparing constantsNeedsInvestigationPerformancecompiler/runtime
#37608 opened 2 years ago by laboger
cmd/compile: spurious "cannot use reflect.Kind(9) … as type uint64 in assignment" on darwin-amd64-race builderNeedsInvestigationcompiler/runtime
#37600 opened 2 years ago by bcmills
#37575 opened 2 years ago by derekparker
cmd/compile: a flaw in algebraic simplification rules inside Go compilerNeedsInvestigationPerformancecompiler/runtime
#37508 opened 2 years ago by true-grue
runtime: "found bad pointer in Go heap" on solaris-amd64-oraclerel builderNeedsInvestigationOS-Solariscompiler/runtime
#37502 opened 2 years ago by bcmills
runtime: frequent enlisting of short-lived background workers leads to performance regression with async preemptionNeedsFixPerformancehelp wanted
#37465 opened 2 years ago by klauspost
cmd/compile: investigate performance regression vs Go 1.13NeedsInvestigationPerformancecompiler/runtime
#37429 opened 2 years ago by dr2chase
#37423 opened 2 years ago by josharian
#37415 opened 2 years ago by josharian
#37404 opened 2 years ago by bcmills
runtime: "interface {} is nil, not *main.T" on linux-amd64-noopt builderNeedsInvestigationcompiler/runtime
#37401 opened 2 years ago by bcmills
cmd/link: -X does not work on variables with non-constant default valuesNeedsInvestigation
#37369 opened 2 years ago by jayconrod
#37366 opened 2 years ago by bcmills
cmd/compile/internal/ssa: occasional "exit status 541111823" on windows-386-2008 builderBuildersNeedsInvestigationOS-Windowscompiler/runtime
#37360 opened 2 years ago by bcmills
runtime: TestGcSys is still flakyNeedsInvestigation
#37331 opened 2 years ago by bcmills
#37310 opened 2 years ago by bradfitz
#37275 opened 2 years ago by josharian
#37274 opened 2 years ago by josharian
#37180 opened 2 years ago by quackenbush
runtime: gdb stepping behavior when debugging Go program on ppc64le changed when split-stack prologue marked non-preemptibleNeedsInvestigationcompiler/runtime
#37126 opened 2 years ago by laboger
cmd/compile: ARM's MOVWnop causes regalloc to insert unnecessary copiesNeedsInvestigationPerformancecompiler/runtime
#37096 opened 2 years ago by josharian
#36981 opened 2 years ago by kortschak
cmd/compile: it is not possible to prevent FMA with complex valuesNeedsInvestigationcompiler/runtime
#36971 opened 2 years ago by kortschak
#36964 opened 2 years ago by kirillx
#36915 opened 2 years ago by eric-s-raymond
cmd/compile: possible latent codegen issue on amd64 removing zero extensionsNeedsInvestigationcompiler/runtime
#36897 opened 2 years ago by josharian
cmd/compile: prove misses obvious facts about constantsNeedsInvestigationPerformancecompiler/runtime
#36889 opened 2 years ago by josharian
cmd/compile: error line number reported is incorrect if it appears after line 0xFFFFFNeedsInvestigationcompiler/runtime
#36850 opened 2 years ago by icza
#36719 opened 2 years ago by mdempsky
runtime: add a debug flag that force runtime debug logs are sent to stdout rather than stderrNeedsDecisioncompiler/runtime
#36675 opened 2 years ago by tibetsam
#36612 opened 2 years ago by derekparker
cmd/compile: make 64-bit fields be 64-bit aligned on 32-bit systems, add //go:packed directive on structsProposalProposal-Hold
#36606 opened 2 years ago by danscales
#36603 opened 2 years ago by mknyszek
cmd/compile: decide how to better document -wb write barrier flagDocumentationNeedsDecisioncompiler/runtime
#36597 opened 2 years ago by xaionaro
cmd/link: add a flag to the linker to do not write function names to runtime.pclntabNeedsInvestigationcompiler/runtime
#36555 opened 2 years ago by xaionaro
runtime: Go 1.14/Windows asynchronous preemption mechanism likely incompatible with debuggingDebuggingNeedsInvestigationOS-Windowscompiler/runtimehelp wanted
#36494 opened 2 years ago by aarzilli
#36492 opened 2 years ago by alexbrainman
cmd/compile: different behaviors between short and normal variable declarationsNeedsInvestigationcompiler/runtime
#36449 opened 2 years ago by go101
#36443 opened 2 years ago by josharian
#36365 opened 2 years ago by aclements
cmd/compile: optimize overhead from CPU feature detectionNeedsInvestigationPerformancecompiler/runtime
#36351 opened 2 years ago by smasher164
cmd/compile: teach prove about incrementing, len, and overflowNeedsInvestigationPerformancecompiler/runtime
#36346 opened 2 years ago by josharian
#36313 opened 2 years ago by robpike
#36192 opened 2 years ago by qingyunha
runtime: go1.13.5/go tip worst gc pause time increase from go1.9.7 in darwin/amd64NeedsInvestigationcompiler/runtime
#36147 opened 2 years ago by bronze1man
cmd/compile: Finer grained visibility debug info for variablesDebuggingNeedsInvestigationcompiler/runtime
#36125 opened 2 years ago by aarzilli
#36118 opened 2 years ago by jayconrod
cmd/link: crash with -E <nonexisting symbol>NeedsDecision
#36103 opened 2 years ago by eliasnaur
#36067 opened 2 years ago by CAFxX
cmd/compile: redundant typecheck errors when using map[T]func(Undefined)NeedsInvestigationcompiler/runtime
#36039 opened 2 years ago by mvdan
cmd/go, net, runtime: TestScript flake with "Failed to find getsockname procedure in ws2_32.dll: The specified procedure could not be found." NeedsInvestigationcompiler/runtime
#36029 opened 2 years ago by odeke-em
cmd/compile: -d=checkptr doesn't detect invalid pointer fields in converted pointers-to-structsNeedsInvestigationcompiler/runtimehelp wanted
#36017 opened 2 years ago by dennwc
cmd/compile: unneeded MOV's caused by channel operationsNeedsInvestigationPerformancecompiler/runtime
#35969 opened 2 years ago by mariecurried
#35890 opened 2 years ago by savalin
#35853 opened 2 years ago by cherrymui
runtime: being unable to allocate across scavenged and unscavenged memory leads to fragmentation blow-up in some casesNeedsInvestigation
#35848 opened 2 years ago by savalin
runtime: TestGdbPythonCgo failure with "malformed backtrace" on linux-amd64 builderNeedsInvestigationcompiler/runtime
#35743 opened 2 years ago by bcmills
#35710 opened 2 years ago by Helflym
#35677 opened 2 years ago by tmm1
#35569 opened 2 years ago by aclements
cmd/compile: encoded pkg path shown in stack traceNeedsInvestigation
#35558 opened 2 years ago by myitcv
cmd/link/internal/ld: TestArchiveBuildInvokeWithExec flaky on Darwin buildersNeedsInvestigationOS-Darwin
#35542 opened 2 years ago by bcmills
cmd/compile: constant inlining happens even when disabling inlining and optimizationsDebuggingNeedsInvestigationcompiler/runtime
#35527 opened 2 years ago by dlsniper
#35518 opened 2 years ago by mdempsky
cmd/link/internal/ld: TestDynSymShInfo failure on darwin-amd64-10_11 builderNeedsInvestigationOS-Darwin
#35497 opened 2 years ago by bcmills
runtime: "unexpected signal during runtime execution" during bgscavenge on plan9-386-0introNeedsInvestigationOS-Plan9compiler/runtimehelp wanted
#35456 opened 2 years ago by bcmills
#35379 opened 2 years ago by ianlancetaylor
#35324 opened 2 years ago by eliasnaur
cmd/compile: no closure inlining even in the simple case?NeedsInvestigationPerformancecompiler/runtime
#35196 opened 2 years ago by ivoras
#35158 opened 2 years ago by klauspost
cmd/compile: minimally align variables in memory when -d=checkptr is usedNeedsInvestigationcompiler/runtimehelp wanted
#35128 opened 2 years ago by mdempsky
cmd/link: DWARF CFI rejected when function does not allocate stack space on ARM64NeedsInvestigationcompiler/runtime
#35100 opened 2 years ago by gawen
cmd/compile: review compiler-generated symbol naming schemeNeedsInvestigationcompiler/runtimehelp wanted
#35088 opened 2 years ago by mdempsky
cmd/link: allow asking linker to *not* eliminate a "dead" functionNeedsInvestigationcompiler/runtime
#35055 opened 2 years ago by hugelgupf