Skip to content

debug/dwarf: unrecognized failures #73250

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

debug/dwarf: unrecognized failures #73250

gopherbot opened this issue Apr 8, 2025 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "debug/dwarf" && test == ""

Issue created automatically to collect these failures.

Example (log):

# debug/dwarf
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff682d6c905?, 0x4001300000?})
	runtime/panic.go:1089 +0x34 fp=0x8861fffa00 sp=0x8861fff9d0 pc=0x7ff682430ea4
runtime.sysUsedOS(0x4001300000, 0x2000)
	runtime/mem_windows.go:83 +0x168 fp=0x8861fffa60 sp=0x8861fffa00 pc=0x7ff6823ce558
runtime.sysUsed(...)
...
runtime.chanrecv1(0x7ff683551b60?, 0x7ff6823fa870?)
	runtime/chan.go:506 +0x14 fp=0x4000053fa0 sp=0x4000053f70 pc=0x7ff6823c1564
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	runtime/mgc.go:1804
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1807 +0x3c fp=0x4000053fd0 sp=0x4000053fa0 pc=0x7ff6823d4afc
runtime.goexit({})
	runtime/asm_arm64.s:1266 +0x4 fp=0x4000053fd0 sp=0x4000053fd0 pc=0x7ff6824385c4
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1802 +0x74

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 == "debug/dwarf" && test == ""
2025-04-07 19:32 x_tools-gotip-windows-arm64 tools@e73cd5af go@92309ff7 debug/dwarf (log)
# debug/dwarf
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff682d6c905?, 0x4001300000?})
	runtime/panic.go:1089 +0x34 fp=0x8861fffa00 sp=0x8861fff9d0 pc=0x7ff682430ea4
runtime.sysUsedOS(0x4001300000, 0x2000)
	runtime/mem_windows.go:83 +0x168 fp=0x8861fffa60 sp=0x8861fffa00 pc=0x7ff6823ce558
runtime.sysUsed(...)
...
runtime.chanrecv1(0x7ff683551b60?, 0x7ff6823fa870?)
	runtime/chan.go:506 +0x14 fp=0x4000053fa0 sp=0x4000053f70 pc=0x7ff6823c1564
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
	runtime/mgc.go:1804
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1807 +0x3c fp=0x4000053fd0 sp=0x4000053fa0 pc=0x7ff6823d4afc
runtime.goexit({})
	runtime/asm_arm64.s:1266 +0x4 fp=0x4000053fd0 sp=0x4000053fd0 pc=0x7ff6824385c4
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1802 +0x74

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Apr 8, 2025
@qmuntal qmuntal closed this as completed Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants