DescriptionSpeculative patch: Make it safe to delete the TQM inside a Task
We are seeing null pointer dereferences inside UpdateWorkQueues called
from DoWork. My theory is this is caused by the RenderThreadImpl
getting deleted inside a task which causes the TQM to get deleted while
DoWork is executing.
This patch makes it safe to delete the TQM inside a task.
BUG=474461
Committed: https://crrev.com/18aa2c5d15db2b890fa583a063efcff94a4caa1f
Cr-Commit-Position: refs/heads/master@{#324251}
Patch Set 1 #
Total comments: 4
Patch Set 2 : responding to feedback #
Total comments: 2
Patch Set 3 : Added some comments #
Messages
Total messages: 17 (7 generated)
|