New issue
Advanced search Search tips

Issue 861657 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 12
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 846235



Sign in to add a comment

NetS13nSW: ChromeResourceDispatcherHostDelegateBrowserTest.NavigationDataProcessed crashes

Project Member Reported by bashi@chromium.org, Jul 9

Issue description

The test a part of browser_tests (in chrome/). This test passes with --enable-features=NetworkService.

#0 0x7ff1ef5a7a3c base::debug::StackTrace::StackTrace()                                            
#1 0x0000032db145 content::(anonymous namespace)::DumpStackTraceSignalHandler()               
#2 0x7ff1e18c9030 <unknown>                                                                   
#3 0x00000154e7e6 (anonymous namespace)::DidFinishNavigationObserver::DidFinishNavigation()   
#4 0x7ff1eb682858 content::WebContentsImpl::DidFinishNavigation()                             
#5 0x7ff1eb2ce442 content::NavigationHandleImpl::~NavigationHandleImpl()                      
#6 0x7ff1eb2ce8be content::NavigationHandleImpl::~NavigationHandleImpl()                
#7 0x7ff1eb2df41b content::NavigatorImpl::DidNavigate()
#8 0x7ff1eb2f2e3f content::RenderFrameHostImpl::DidCommitNavigationInternal()
#9 0x7ff1eb2f2a73 content::RenderFrameHostImpl::DidCommitProvisionalLoad()

 
Status: Available (was: Untriaged)
Owner: bashi@chromium.org
Status: Started (was: Available)
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 12

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f1fbed9c375f8c5301ea55a28320e56c0a4653ac

commit f1fbed9c375f8c5301ea55a28320e56c0a4653ac
Author: Kenichi Ishibashi <bashi@chromium.org>
Date: Thu Jul 12 02:54:47 2018

Skip a ChromeResourceDispatcherHostDelegateBrowserTest when S13nSW is enabled

ChromeResourceDispatcherHostDelegateBrowserTest.NavigationDataProcessed
tries to get NavigationData from NavigationHandle but we dont set
NavigationData when S13nSW is enabled. Skip it when S13nSW is enabled.

Bug:  861657 
Change-Id: I7af24fa1981d66c76cf5f83920b29b49d3988f33
Reviewed-on: https://chromium-review.googlesource.com/1131041
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574471}
[modify] https://crrev.com/f1fbed9c375f8c5301ea55a28320e56c0a4653ac/chrome/browser/loader/chrome_resource_dispatcher_host_delegate_browsertest.cc

Status: Fixed (was: Started)

Sign in to add a comment