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: TestCheckPtr2 failures #56037

Closed
gopherbot opened this issue Oct 4, 2022 · 2 comments
Closed

runtime: TestCheckPtr2 failures #56037

gopherbot opened this issue Oct 4, 2022 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestCheckPtr2"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCheckPtr2 (9.14s)
    crash_test.go:124: running go build -o /workdir/tmp/go-build1404137334/testprog_-gcflags=all=-d=checkptr=2.exe -gcflags=all=-d=checkptr=2
    checkptr_test.go:79: building testprog [-gcflags=all=-d=checkptr=2]: exit status 2
        # runtime
        ../../proc.go:371:14: write barrier prohibited by caller; gopark
        	../../sema.go:160:15: called by semacquire1
        	../../mgc.go:607:12: called by gcStart
        	../../malloc.go:1145:11: called by mallocgc
        	../../malloc.go:1199:17: called by newobject
        	../../netpoll_epoll.go:115:6: called by netpoll
...
        	../../netpoll_epoll.go:115:6: called by netpoll
        	../../proc.go:5339:19: called by sysmon
        ../../sema.go:394:11: write barrier prohibited by caller; (*semaRoot).dequeue
        	../../sema.go:194:23: called by semrelease1
        	../../mgc.go:610:13: called by gcStart
        	../../malloc.go:1145:11: called by mallocgc
        	../../malloc.go:1199:17: called by newobject
        	../../netpoll_epoll.go:115:6: called by netpoll
        	../../proc.go:5339:19: called by sysmon
        ../../proc.go:4954:8: too many errors

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 Oct 4, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCheckPtr2"
2022-09-30 17:35 linux-386-longtest go@4e6f9634 runtime.TestCheckPtr2 (log)
--- FAIL: TestCheckPtr2 (9.14s)
    crash_test.go:124: running go build -o /workdir/tmp/go-build1404137334/testprog_-gcflags=all=-d=checkptr=2.exe -gcflags=all=-d=checkptr=2
    checkptr_test.go:79: building testprog [-gcflags=all=-d=checkptr=2]: exit status 2
        # runtime
        ../../proc.go:371:14: write barrier prohibited by caller; gopark
        	../../sema.go:160:15: called by semacquire1
        	../../mgc.go:607:12: called by gcStart
        	../../malloc.go:1145:11: called by mallocgc
        	../../malloc.go:1199:17: called by newobject
        	../../netpoll_epoll.go:115:6: called by netpoll
...
        	../../netpoll_epoll.go:115:6: called by netpoll
        	../../proc.go:5339:19: called by sysmon
        ../../sema.go:394:11: write barrier prohibited by caller; (*semaRoot).dequeue
        	../../sema.go:194:23: called by semrelease1
        	../../mgc.go:610:13: called by gcStart
        	../../malloc.go:1145:11: called by mallocgc
        	../../malloc.go:1199:17: called by newobject
        	../../netpoll_epoll.go:115:6: called by netpoll
        	../../proc.go:5339:19: called by sysmon
        ../../proc.go:4954:8: too many errors
2022-09-30 17:35 linux-amd64-longtest go@4e6f9634 runtime.TestCheckPtr2 (log)
--- FAIL: TestCheckPtr2 (9.64s)
    crash_test.go:124: running go build -o /workdir/tmp/go-build2337741160/testprog_-gcflags=all=-d=checkptr=2.exe -gcflags=all=-d=checkptr=2
    checkptr_test.go:79: building testprog [-gcflags=all=-d=checkptr=2]: exit status 2
        # runtime
        ../../proc.go:371:14: write barrier prohibited by caller; gopark
        	../../sema.go:160:15: called by semacquire1
        	../../mgc.go:607:12: called by gcStart
        	../../malloc.go:1145:11: called by mallocgc
        	../../malloc.go:1199:17: called by newobject
        	../../netpoll_epoll.go:115:6: called by netpoll
...
        	../../netpoll_epoll.go:115:6: called by netpoll
        	../../proc.go:5339:19: called by sysmon
        ../../sema.go:394:11: write barrier prohibited by caller; (*semaRoot).dequeue
        	../../sema.go:194:23: called by semrelease1
        	../../mgc.go:610:13: called by gcStart
        	../../malloc.go:1145:11: called by mallocgc
        	../../malloc.go:1199:17: called by newobject
        	../../netpoll_epoll.go:115:6: called by netpoll
        	../../proc.go:5339:19: called by sysmon
        ../../proc.go:4954:8: too many errors

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 4, 2022
@cherrymui
Copy link
Member

Fixed. CL 421994 immediately reverted.

@golang golang locked and limited conversation to collaborators Oct 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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