Skip to content

debug/pe: TestExternalLinkerDWARF failures #73230

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/pe: TestExternalLinkerDWARF failures #73230

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 == "debug/pe" && test == "TestExternalLinkerDWARF"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestExternalLinkerDWARF
    file_test.go:389: building test executable for linktype 3 failed: exit status 1 # command-line-arguments
        runtime: VirtualAlloc of 8192 bytes failed with errno=1455
        fatal error: out of memory
        
        runtime stack:
        runtime.throw({0x7ff6a93b4a04?, 0x400005b000?})
        	runtime/panic.go:1089 +0x34 fp=0xcc70fff700 sp=0xcc70fff6d0 pc=0x7ff6a91fa1c4
        runtime.sysUsedOS(0x400005a000, 0x2000)
        	runtime/mem_windows.go:83 +0x168 fp=0xcc70fff760 sp=0xcc70fff700 pc=0x7ff6a91a7658
...
        	runtime/mgcscavenge.go:425 +0x5c fp=0x4000051f90 sp=0x4000051f60 pc=0x7ff6a91b3c0c
        runtime.bgscavenge(0x400004a000)
        	runtime/mgcscavenge.go:653 +0x44 fp=0x4000051fb0 sp=0x4000051f90 pc=0x7ff6a91b4114
        runtime.gcenable.gowrap2()
        	runtime/mgc.go:204 +0x28 fp=0x4000051fd0 sp=0x4000051fb0 pc=0x7ff6a91aa3a8
        runtime.goexit({})
        	runtime/asm_arm64.s:1266 +0x4 fp=0x4000051fd0 sp=0x4000051fd0 pc=0x7ff6a9201194
        created by runtime.gcenable in goroutine 1
        	runtime/mgc.go:204 +0xac
--- FAIL: TestExternalLinkerDWARF (2.50s)

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/pe" && test == "TestExternalLinkerDWARF"
2025-04-07 20:35 gotip-windows-arm64 go@b2819d13 debug/pe.TestExternalLinkerDWARF (log)
=== RUN   TestExternalLinkerDWARF
    file_test.go:389: building test executable for linktype 3 failed: exit status 1 # command-line-arguments
        runtime: VirtualAlloc of 8192 bytes failed with errno=1455
        fatal error: out of memory
        
        runtime stack:
        runtime.throw({0x7ff6a93b4a04?, 0x400005b000?})
        	runtime/panic.go:1089 +0x34 fp=0xcc70fff700 sp=0xcc70fff6d0 pc=0x7ff6a91fa1c4
        runtime.sysUsedOS(0x400005a000, 0x2000)
        	runtime/mem_windows.go:83 +0x168 fp=0xcc70fff760 sp=0xcc70fff700 pc=0x7ff6a91a7658
...
        	runtime/mgcscavenge.go:425 +0x5c fp=0x4000051f90 sp=0x4000051f60 pc=0x7ff6a91b3c0c
        runtime.bgscavenge(0x400004a000)
        	runtime/mgcscavenge.go:653 +0x44 fp=0x4000051fb0 sp=0x4000051f90 pc=0x7ff6a91b4114
        runtime.gcenable.gowrap2()
        	runtime/mgc.go:204 +0x28 fp=0x4000051fd0 sp=0x4000051fb0 pc=0x7ff6a91aa3a8
        runtime.goexit({})
        	runtime/asm_arm64.s:1266 +0x4 fp=0x4000051fd0 sp=0x4000051fd0 pc=0x7ff6a9201194
        created by runtime.gcenable in goroutine 1
        	runtime/mgc.go:204 +0xac
--- FAIL: TestExternalLinkerDWARF (2.50s)

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