DescriptionSIGSEGV in content::RenderWidgetHostViewAura::ApplyEventFilterForPopupExit()
The cause is very likely that an event-handler is destroyed inside the
event-handling function (OnMouseEvent). Furthermore, this destruction
is not needed due to state variable "in_shutdown_". It was there for a
very marginal efficiency gain. Removed the handler destruction.
BUG=230872
R=ben@chromium.org
TEST=manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195064
Patch Set 1 #
Total comments: 1
Patch Set 2 : 230872 #
Total comments: 2
Patch Set 3 : removed DCHECK #Messages
Total messages: 16 (0 generated)
|