Skip to content

cmd/compile/internal/abi: unrecognized failures #73231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gopherbot opened this issue Apr 8, 2025 · 1 comment
Closed

cmd/compile/internal/abi: unrecognized failures #73231

gopherbot opened this issue Apr 8, 2025 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/compile/internal/abi" && test == ""

Issue created automatically to collect these failures.

Example (log):

FAIL	cmd/compile/internal/abi [build failed]
# cmd/compile/internal/types
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory
runtime: VirtualAlloc of 32768 bytes failed with errno=1455
fatal error: out of memory
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
...
runtime.(*mheap).allocManual(0xaa8f1ff9d0?, 0xaa8f1ffa48?, 0x8?)
	runtime/mheap.go:1010 +0x28 fp=0xaa8f1ff940 sp=0xaa8f1ff910 pc=0x7ff6d7393d28
runtime.stackalloc(...)
	runtime/stack.go:408
runtime.copystack(0x4002d0a000, 0x8000)
	runtime/stack.go:874 +0xbb0 fp=0xaa8f1ffb10 sp=0xaa8f1ff940 pc=0x7ff6d73c3fa0
runtime.newstack()
	runtime/stack.go:1116 +0x3a4 fp=0xaa8f1ffc70 sp=0xaa8f1ffb10 pc=0x7ff6d73c45f4
runtime.morestack()
	runtime/asm_arm64.s:390 +0x70 fp=0xaa8f1ffc70 sp=0xaa8f1ffc70 pc=0x7ff6d73e6260

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 8, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/abi" && test == ""
2025-04-07 20:59 gotip-windows-arm64 go@92309ff7 cmd/compile/internal/abi (log)
FAIL	cmd/compile/internal/abi [build failed]
# cmd/compile/internal/types
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory
runtime: VirtualAlloc of 32768 bytes failed with errno=1455
fatal error: out of memory
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
...
runtime.(*mheap).allocManual(0xaa8f1ff9d0?, 0xaa8f1ffa48?, 0x8?)
	runtime/mheap.go:1010 +0x28 fp=0xaa8f1ff940 sp=0xaa8f1ff910 pc=0x7ff6d7393d28
runtime.stackalloc(...)
	runtime/stack.go:408
runtime.copystack(0x4002d0a000, 0x8000)
	runtime/stack.go:874 +0xbb0 fp=0xaa8f1ffb10 sp=0xaa8f1ff940 pc=0x7ff6d73c3fa0
runtime.newstack()
	runtime/stack.go:1116 +0x3a4 fp=0xaa8f1ffc70 sp=0xaa8f1ffb10 pc=0x7ff6d73c45f4
runtime.morestack()
	runtime/asm_arm64.s:390 +0x70 fp=0xaa8f1ffc70 sp=0xaa8f1ffc70 pc=0x7ff6d73e6260

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants