Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRWMutex panic stack is confuse #35614
Comments
This comment has been minimized.
This comment has been minimized.
This looks like it is already fixed at tip. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this problem not happen in go1.10, but happen on go1.12,1.13
what i expected is do and do2 should have almost same panic stack.
but the RLock panic print is not say c.RWMutext is nil point but RLock function have problem.