Ignore unexpected RFH::OnAssociatedInterfaceRequest.
This is intended to be merged into M87 Beta M87. This is actually the #3 crasher on 87.0.4280.38 I have no clue what the problem is here. This patch removes the consequences of the bug, not the cause. This is caused by receiving RFH::OnAssociatedInterfaceRequest() after the process has called ResetIPC and the RenderFrameHost has called InvalidateMojoConnection(). This patch just ignore the call when this happens, because it doesn't expect receiving any call from the renderer anymore. Bug: 1123438 Change-Id: I1ada1d3a27f53198afc84ec56f00e0a278fdbd90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517586Reviewed-by:Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#823984}
Showing
Please register or sign in to comment