diff options
| author | Dan Scales <danscales@google.com> | 2020-10-27 15:52:42 -0700 |
|---|---|---|
| committer | Dan Scales <danscales@google.com> | 2020-10-28 15:52:02 +0000 |
| commit | a69cda9a6541b7d0a1f25159b2eee9b058f4ac70 (patch) | |
| tree | 2f0ebcd528d79b3abde56681d5e161d4285471e5 /src/database/sql/sql_test.go | |
| parent | b85c2dd56c4ecc7bf445bd1615467ecd38598eee (diff) | |
| download | go-a69cda9a6541b7d0a1f25159b2eee9b058f4ac70.tar.xz | |
runtime: add edge lockRankSysmon -> lockRankRwmutexR
Sysmon can actually get the RW lock execLock while holding the sysmon
lock (if no M is available), so there is an edge from lockRankSysmon to
lockRankRwmutexR. The stack trace is sysmon() [gets sched.sysmonlock] ->
startm() -> newm() -> newm1() -> execLock.runlock() [gets
execLock.rLock]
Change-Id: I9658659ba3899afb5219114d66b989abd50540db
Reviewed-on: https://go-review.googlesource.com/c/go/+/265721
Trust: Dan Scales <danscales@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/database/sql/sql_test.go')
0 files changed, 0 insertions, 0 deletions
