8cc19911b1
The smartStatusOutput.done channel is read from a goroutine that locks smartStatusOutput.lock. If the goroutine that writes to smartStatusOutput.done is holding smartStatusOutput.lock it can lead to an AB-BA deadlock. Call stopActionTableTick from outside the lock. Fixes: 143558785 Test: none Change-Id: I93a10ef9ff16c3953a1c5ccb102b024158358fe4 |
||
---|---|---|
.. | ||
Android.bp | ||
dumb_status.go | ||
format.go | ||
smart_status.go | ||
status.go | ||
status_test.go | ||
stdio.go | ||
util.go | ||
util_darwin.go | ||
util_linux.go | ||
util_test.go |