New issue
Advanced search Search tips

Issue 848722 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 846445
Owner: ----
Closed: Jun 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Proj-Servicification



Sign in to add a comment

Debug PasswordManagerBrowserTestWithConditionalPopupViews test fail.

Project Member Reported by cmumford@chromium.org, Jun 1 2018

Issue description

I recently ran a debug build of interactive_ui_tests and all PasswordManagerBrowserTestWithConditionalPopupViews were failing due to this failed DCHECK:

[109421:109421:0601/060115.656002:FATAL:interface_endpoint_client.cc(170)] Check failed: (sequence_checker_).CalledOnValidSequence().

I ran like this:

out/Debug/interactive_ui_tests --enable-features=NetworkService --gtest_filter=':*PasswordManagerBrowserTestWithConditionalPopupViews.AutofillPasswordNoFormElement*:'

Also, in spite of these failed DCHECK's the tests still pass which is also odd.
 
Full stack:

[110188:110188:0601/060246.072406:FATAL:interface_endpoint_client.cc(170)] Check failed: (sequence_checker_).CalledOnValidSequence(). 
#0 0x7f9acd911efd base::debug::StackTrace::StackTrace()
#1 0x7f9acd6584bc base::debug::StackTrace::StackTrace()
#2 0x7f9acd6c74ba logging::LogMessage::~LogMessage()
#3 0x7f9acc962681 mojo::InterfaceEndpointClient::~InterfaceEndpointClient()
#4 0x7f9acc962909 mojo::InterfaceEndpointClient::~InterfaceEndpointClient()
#5 0x7f9acc94d24d mojo::internal::BindingStateBase::Close()
#6 0x000001c9992f mojo::internal::BindingState<>::~BindingState()
#7 0x000001c90db5 mojo::Binding<>::~Binding()
#8 0x000001c99905 mojo::BindingSetBase<>::Entry::~Entry()
#9 0x000001c998d7 std::__1::pair<>::~pair()
#10 0x000001c997c5 std::__1::__tree<>::destroy()
#11 0x000001c996df std::__1::__tree<>::~__tree()
#12 0x000001c99685 std::__1::map<>::~map()
#13 0x000001c91d33 mojo::BindingSetBase<>::~BindingSetBase()
#14 0x000004ae3445 content::NetworkServiceTestHelper::NetworkServiceTestImpl::~NetworkServiceTestImpl()
#15 0x000004ae3479 content::NetworkServiceTestHelper::NetworkServiceTestImpl::~NetworkServiceTestImpl()
#16 0x000004ae2737 content::NetworkServiceTestHelper::~NetworkServiceTestHelper()
#17 0x000003c69c93 LaunchChromeTests()
#18 0x000001b38743 main
#19 0x7f9aada7a2b1 __libc_start_main
#20 0x00000187402a _start

Comment 2 by jam@chromium.org, Jun 7 2018

Mergedinto: 846445
Status: Duplicate (was: Untriaged)

Sign in to add a comment