DescriptionMake sure to to check weak ptr validity before use in UnpackedInstaller
The stack in this crash report indicates that we're inside
UnpackedInstaller::InstallExtension, and we know that function gets
called via a posted task (via OnInstallChecksComplete). The code inside
InstallExtension uses the weak pointer to the ExtensionService without
validating it first, so we strongly suspect a null ExtensionService to
be the root cause of the crash.
BUG=647265
Committed: https://crrev.com/1e46c51094e8d7576226ae3f119ad1b266f0aa7f
Cr-Commit-Position: refs/heads/master@{#419060}
Patch Set 1 #
Total comments: 2
Patch Set 2 : reset callback #Messages
Total messages: 14 (8 generated)
|