Skip to content
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

cmd/link/internal/ld: TestEmbeddedStructMarker failures #68986

Closed
gopherbot opened this issue Aug 21, 2024 · 2 comments
Closed

cmd/link/internal/ld: TestEmbeddedStructMarker failures #68986

gopherbot opened this issue Aug 21, 2024 · 2 comments
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/link/internal/ld" && test == "TestEmbeddedStructMarker"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestEmbeddedStructMarker
=== PAUSE TestEmbeddedStructMarker
=== CONT  TestEmbeddedStructMarker
    dwarf_test.go:119: ## build output:
        SIGSEGV: segmentation violation
        PC=0x56870 m=6 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f6828c540 m=6 mp=0x3f68288708 [idle]:
        runtime.preemptone(0x3f6828c540?)
        	runtime/proc.go:6310 +0x38 fp=0x3f682bff28 sp=0x3f682bff10 pc=0x56870
...
        a7  0x2a179	s2  0x3f682bfed0
        s3  0x3f68288708	s4  0x3f682b0000
        s5  0x3f681a4900	s6  0x0
        s7  0x4	s8  0x3f6803f290
        s9  0x3f682bffa0	s10 0x6c9600
        s11 0x3f6828c540	t3  0xd9049d1f67567
        t4  0xffffffffffffffff	t5  0x3c36643e75b
        t6  0x0	pc  0x56870
    dwarf_test.go:122: build error: exit status 2
--- FAIL: TestEmbeddedStructMarker (0.27s)

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 Aug 21, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link/internal/ld" && test == "TestEmbeddedStructMarker"
2024-08-20 22:55 gotip-linux-riscv64 go@7dc1ee81 cmd/link/internal/ld.TestEmbeddedStructMarker (log)
=== RUN   TestEmbeddedStructMarker
=== PAUSE TestEmbeddedStructMarker
=== CONT  TestEmbeddedStructMarker
    dwarf_test.go:119: ## build output:
        SIGSEGV: segmentation violation
        PC=0x56870 m=6 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f6828c540 m=6 mp=0x3f68288708 [idle]:
        runtime.preemptone(0x3f6828c540?)
        	runtime/proc.go:6310 +0x38 fp=0x3f682bff28 sp=0x3f682bff10 pc=0x56870
...
        a7  0x2a179	s2  0x3f682bfed0
        s3  0x3f68288708	s4  0x3f682b0000
        s5  0x3f681a4900	s6  0x0
        s7  0x4	s8  0x3f6803f290
        s9  0x3f682bffa0	s10 0x6c9600
        s11 0x3f6828c540	t3  0xd9049d1f67567
        t4  0xffffffffffffffff	t5  0x3c36643e75b
        t6  0x0	pc  0x56870
    dwarf_test.go:122: build error: exit status 2
--- FAIL: TestEmbeddedStructMarker (0.27s)

watchflakes

@mengzhuo
Copy link
Contributor

Related to #68862 , Closed

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
Archived in project
Development

No branches or pull requests

2 participants