New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 724989 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 723841
Owner: ----
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

PlzNavigate: module import => ModuleMap.cpp(99) Check failed: !is_fetching_.

Project Member Reported by arthurso...@chromium.org, May 22 2017

Issue description

When PlzNavigate(--enable-browser-side-navigation) is enabled, the test: http/tests/dom/script-module-load-incomplete-no-crash.html is failing.

Stack trace:

[FATAL:ModuleMap.cpp(99)] Check failed: !is_fetching_. 
#0 0x2b1f0eb516bb base::debug::StackTrace::StackTrace()
#1 0x2b1f0eb503bc base::debug::StackTrace::StackTrace()
#2 0x2b1f0ebc3f63 logging::LogMessage::~LogMessage()
#3 0x2b1f162ceeed blink::ModuleMap::Entry::GetModuleScript()
#4 0x2b1f162cf528 blink::ModuleMap::GetFetchedModuleScript()
#5 0x2b1f162cbb8c blink::ModulatorImpl::GetFetchedModuleScript()
#6 0x2b1f16e9e53b blink::ModuleTreeLinker::UninstantiatedInclusiveDescendants()
#7 0x2b1f16e9da40 blink::ModuleTreeLinker::Instantiate()
#8 0x2b1f16e9e073 blink::ModuleTreeLinker::NotifyOneDescendantFinished()
#9 0x2b1f16e9dbc0 blink::ModuleTreeLinker::DependencyModuleClient::NotifyModuleTreeLoadFinished()
#10 0x2b1f16e9c899 blink::ModuleTreeLinker::AdvanceState()
#11 0x2b1f16e9d692 blink::ModuleTreeLinker::NotifyModuleLoadFinished()
#12 0x2b1f162d1707 _ZN4base8internal13FunctorTraitsIMN5blink18SingleModuleClientEFvPNS2_12ModuleScriptEEvE6InvokeIRKNS2_10PersistentIS3_EEJRKNSA_IS4_EEEEEvS7_OT_DpOT0_
#13 0x2b1f162d1616 _ZN4base8internal12InvokeHelperILb0EvE8MakeItSoIRKMN5blink18SingleModuleClientEFvPNS4_12ModuleScriptEEJRKNS4_10PersistentIS5_EERKNSC_IS6_EEEEEvOT_DpOT0_
#14 0x2b1f162d15a3 _ZN4base8internal7InvokerINS0_9BindStateIMN5blink18SingleModuleClientEFvPNS3_12ModuleScriptEEJNS3_10PersistentIS4_EENS9_IS5_EEEEEFvvEE7RunImplIRKS8_RKSt5tupleIJSA_SB_EEJLm0ELm1EEEEvOT_OT0_NS_13IndexSequenceIJXspT1_EEEE
#15 0x2b1f162d14bc _ZN4base8internal7InvokerINS0_9BindStateIMN5blink18SingleModuleClientEFvPNS3_12ModuleScriptEEJNS3_10PersistentIS4_EENS9_IS5_EEEEEFvvEE3RunEPNS0_13BindStateBaseE
#16 0x2b1f0eb0ce9e _ZNO4base8CallbackIFvvELNS_8internal8CopyModeE0ELNS2_10RepeatModeE0EE3RunEv
#17 0x2b1f0eb5731e base::debug::TaskAnnotator::RunTask()
[...]
 
Project Member

Comment 1 by bugdroid1@chromium.org, May 22 2017

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

commit 102feab6fd73e6b0510c572165d10e2b3831790c
Author: arthursonzogni <arthursonzogni@chromium.org>
Date: Mon May 22 14:20:27 2017

PlzNavigate: Add webkit layout test TestExpectations.

Several regressions happened with PlzNavigate.
This CL updates the
Webkit/LayoutTests/FlagExpectations/enable-browser-side-navigation file.

BUG= 723595 ,  723602 , 713388,  724989 
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_browser_side_navigation_rel;master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2893563002
Cr-Commit-Position: refs/heads/master@{#473574}

[modify] https://crrev.com/102feab6fd73e6b0510c572165d10e2b3831790c/third_party/WebKit/LayoutTests/FlagExpectations/enable-browser-side-navigation

Labels: -Proj-PlzNavigate-Blocking -Proj-PlzNavigate
Mergedinto: 723841
Status: Duplicate (was: Available)
I made a mistake, this is a very recent bug that is not related to PlzNavigate.

Sign in to add a comment