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: lock ordering problems involving "fin" #49361

Closed
bcmills opened this issue Nov 4, 2021 · 2 comments
Closed

runtime: lock ordering problems involving "fin" #49361

bcmills opened this issue Nov 4, 2021 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Nov 4, 2021

greplogs --dashboard -md -l -e 'fatal error: lock ordering problem' --since=2021-05-01

2021-11-04T20:00:54-961aab2/linux-amd64-staticlockranking

37874  ======
0 : sysmon 1 0x82f9f8
1 : traceBuf 19 0x846fd8
2 : fin 17 0x860010
fatal error: lock ordering problem

2021-11-02T16:12:23-599de4b/linux-amd64-staticlockranking

48811  ======
0 : reflectOffs 15 0xd890a0
1 : fin 17 0xdbc700
fatal error: lock ordering problem
@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker labels Nov 4, 2021
@bcmills bcmills added this to the Go1.18 milestone Nov 4, 2021
@danscales
Copy link
Contributor

I will do the easy fix for this.

@danscales danscales self-assigned this Nov 4, 2021
@gopherbot
Copy link

Change https://golang.org/cl/361407 mentions this issue: cmd/compile: fix a lock rank ordering and some edges.

@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants