• arthursonzogni's avatar
    Ignore unexpected RFH::OnAssociatedInterfaceRequest. · 5449f59a
    arthursonzogni authored
    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: default avatarDave Tapuska <dtapuska@chromium.org>
    Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#823984}
    5449f59a
render_frame_host_impl.cc 400 KB