New issue
Advanced search Search tips

Issue 847836 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 760181



Sign in to add a comment

WebViewAPITest.TestContextMenu Fails with Viz

Project Member Reported by jonr...@chromium.org, May 30 2018

Issue description

OS: Linux
Test Suite: extensions_browsertests
Test: WebViewAPITest.TestContextMenu

Right now with running this test in Viz (--enable-features=VizDisplayCompositor) the test times out due to its usage of WaitForGuestSurfaceReady.

A replacement for this api is being developed: https://chromium-review.googlesource.com/c/chromium/src/+/1071886

However when you run this test after the replacement a different crash appears:

[207143:207143:0530/100013.941677:86032553579:FATAL:render_widget_host_view_child_frame.cc(681)] Check failed: false. 
#0 0x7f362c434aec base::debug::StackTrace::StackTrace()
#1 0x7f362c37c6db logging::LogMessage::~LogMessage()
#2 0x7f362d8f42a9 content::RenderWidgetHostViewChildFrame::GetOffsetFromRootSurface()
#3 0x7f362d8e24f5 content::RenderWidgetHostInputEventRouter::FindViewAtLocation()
#4 0x7f362d8e21f1 content::RenderWidgetHostInputEventRouter::FindMouseEventTarget()
#5 0x7f362d8e6454 content::RenderWidgetHostInputEventRouter::FindTargetSynchronously()
#6 0x7f362d8e6632 content::RenderWidgetHostInputEventRouter::FindTargetSynchronously()
#7 0x7f362d8f5f80 content::RenderWidgetTargeter::FindTargetAndDispatch()
#8 0x0000009085f4 content::SimulateRoutedMouseClickAt()
#9 0x0000004df334 extensions::WebViewAPITest_TestContextMenu_Test::RunTestOnMainThread()
#10 0x0000009071de content::BrowserTestBase::ProxyRunTestOnMainThreadLoop()
#11 0x000000709167 extensions::ShellBrowserMainParts::PreMainMessageLoopRun()
#12 0x7f362d4f4611 content::BrowserMainLoop::PreMainMessageLoopRun()
#13 0x7f362d9e46c5 content::StartupTaskRunner::RunAllTasksNow()
#14 0x7f362d4f2d8c content::BrowserMainLoop::CreateStartupTasks()
#15 0x7f362d4f7415 content::BrowserMainRunnerImpl::Initialize()
#16 0x7f362d4f07a5 content::BrowserMain()
#17 0x7f362dfaf0fa content::RunBrowserProcessMain()
#18 0x7f362dfb0174 content::ContentMainRunnerImpl::Run()
#19 0x7f36239e56bf service_manager::Main()
#20 0x7f362dfadf64 content::ContentMain()
#21 0x000000906d42 content::BrowserTestBase::SetUp()
#22 0x0000004ed3f2 extensions::AppShellTest::SetUp()
#23 0x0000006ec45d testing::Test::Run()
#24 0x0000006ecd00 testing::TestInfo::Run()
#25 0x0000006ed217 testing::TestCase::Run()
#26 0x0000006f8c07 testing::internal::UnitTestImpl::RunAllTests()
#27 0x0000006f877d testing::UnitTest::Run()
#28 0x000000916aa1 base::TestSuite::Run()
#29 0x0000004ed52c extensions::AppShellTestLauncherDelegate::RunTestSuite()
#30 0x00000090aef0 content::LaunchTests()
#31 0x0000004ed6a4 main
#32 0x7f36245132b1 __libc_start_main
#33 0x00000049302a _start


 

Comment 1 by sadrul@chromium.org, May 30 2018

Owner: kenrb@chromium.org
+kenrb@ since webview/oopif related.
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment