New issue
Advanced search Search tips

Issue 856673 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 1
Type: Bug



Sign in to add a comment

Check failed: !WebStateAlreadyEvicted(terminated_web_state).

Project Member Reported by justincohen@chromium.org, Jun 26 2018

Issue description

#3  0x000000010412c75c in TabUsageRecorder::RendererTerminated(web::WebState*, bool, bool) at ios/chrome/browser/metrics/tab_usage_recorder.mm:293
#4  0x000000010412d518 in TabUsageRecorder::RenderProcessGone(web::WebState*) at ios/chrome/browser/metrics/tab_usage_recorder.mm:464
#5  0x0000000103b90964 in web::WebStateImpl::OnRenderProcessGone() at ios/web/web_state/web_state_impl.mm:196
#6  0x0000000103abf08c in ::-[CRWWebController webViewWebProcessDidCrash]() at ios/web/web_state/ui/crw_web_controller.mm:3991
#7  0x0000000103acb354 in ::-[CRWWebController webViewWebContentProcessDidTerminate:](WKWebView *) at ios/web/web_state/ui/crw_web_controller.mm:5000

 

Comment 1 by pkl@chromium.org, Jun 26 2018

justincohen: What were you doing at the time of the crash?
Visit nytimes or washingtonpost, try to login.  I tried this back and forth a few times before DCHECKing.
I could not reproduce, but I hit the DCHECK
        DCHECK(web::GetWebClient()->IsAppSpecificURL(url_) ||
               web_view_url == url_);
in ErrorRetryStateMachine::DidFinishNavigation
Components: Mobile>iOSWeb
Components: -Mobile>WebView>Glue

Sign in to add a comment