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

runtime: TestCoroCgoCallback/CoroCgoIterCallback failures #68951

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

runtime: TestCoroCgoCallback/CoroCgoIterCallback failures #68951

gopherbot opened this issue Aug 19, 2024 · 2 comments
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 == "runtime" && test == "TestCoroCgoCallback/CoroCgoIterCallback"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCoroCgoCallback/CoroCgoIterCallback
    crash_test.go:169: running /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/go-build3149080743/testprogcgo.exe
    coro_test.go:50: building testprogcgo []: exit status 2
        SIGSEGV: segmentation violation
        PC=0x568c0 m=6 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f585041c0 m=6 mp=0x3f58500008 [idle]:
        runtime.preemptone(0x3f585041c0?)
        	runtime/proc.go:6310 +0x38 fp=0x3f58517f28 sp=0x3f58517f10 pc=0x568c0
        runtime.preemptall()
...
        a7  0x1477b	s2  0x3f58517ed0
        s3  0x3f58500008	s4  0x3f58506000
        s5  0x3f5831ab40	s6  0x0
        s7  0x0	s8  0x3f5803f788
        s9  0x3f58517fa0	s10 0x6c9398
        s11 0x3f585041c0	t3  0x6d1a159436bf4
        t4  0xffffffffffffffff	t5  0x1d47a27747a
        t6  0x1	pc  0x568c0
        
--- FAIL: TestCoroCgoCallback/CoroCgoIterCallback (0.55s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestCoroCgoCallback/CoroCgoIterCallback"
2024-08-16 23:50 gotip-linux-riscv64 go@0b23e477 runtime.TestCoroCgoCallback/CoroCgoIterCallback (log)
=== RUN   TestCoroCgoCallback/CoroCgoIterCallback
    crash_test.go:169: running /home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -o /home/swarming/.swarming/w/ir/x/t/go-build3149080743/testprogcgo.exe
    coro_test.go:50: building testprogcgo []: exit status 2
        SIGSEGV: segmentation violation
        PC=0x568c0 m=6 sigcode=1 addr=0xc0
        
        goroutine 0 gp=0x3f585041c0 m=6 mp=0x3f58500008 [idle]:
        runtime.preemptone(0x3f585041c0?)
        	runtime/proc.go:6310 +0x38 fp=0x3f58517f28 sp=0x3f58517f10 pc=0x568c0
        runtime.preemptall()
...
        a7  0x1477b	s2  0x3f58517ed0
        s3  0x3f58500008	s4  0x3f58506000
        s5  0x3f5831ab40	s6  0x0
        s7  0x0	s8  0x3f5803f788
        s9  0x3f58517fa0	s10 0x6c9398
        s11 0x3f585041c0	t3  0x6d1a159436bf4
        t4  0xffffffffffffffff	t5  0x1d47a27747a
        t6  0x1	pc  0x568c0
        
--- FAIL: TestCoroCgoCallback/CoroCgoIterCallback (0.55s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Aug 19, 2024
@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
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
Archived in project
Development

No branches or pull requests

2 participants