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

Issue 598045 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Apr 2016
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Engine DCHECK failure during shutdown after Client disconnects - renderer_data_memoizing_store.h(36)

Project Member Reported by haibinlu@chromium.org, Mar 25 2016

Issue description

Does not always repo. 

Search a few things on google.com, then terminate Client. Engine terminates itself.


 OnConnectionError, error=-100
[26040:26059:0325/134037:VERBOSE1:blimp_engine_session.cc(169)] EngineNetworkComponents::OnConnectionError(-100)
[26040:26059:0325/134037:VERBOSE1:blimp_message_output_buffer.cc(24)] SetOutputProcessor 0
[26040:26059:0325/134037:VERBOSE1:blimp_connection.cc(121)] BlimpConnection destroyed.
[26040:26059:0325/134037:VERBOSE1:blimp_connection.cc(59)] BlimpMessageSender destroyed.
[26040:26059:0325/134037:VERBOSE2:blimp_message_output_buffer.cc(63)] OutputBuffer::ProcessMessage <BlimpMessage type=RENDER_WIDGET subtype=DELETED render_widget_id=1 target_tab_id=0 byte_size=11>
[26040:26040:0325/134037:FATAL:renderer_data_memoizing_store.h(36)] Check failed: 0U == id_to_item_.size() (0 vs. 1)Failed to outlive render processes
#0 0x7f491872a05e base::debug::StackTrace::StackTrace()
#1 0x7f491878a8df logging::LogMessage::~LogMessage()
#2 0x7f4914c6c40e content::RendererDataMemoizingStore<>::~RendererDataMemoizingStore()
#3 0x7f4914c6bed1 content::CertStoreImpl::~CertStoreImpl()
#4 0x7f4914c6bf09 content::CertStoreImpl::~CertStoreImpl()
#5 0x7f49142c381b base::RefCountedThreadSafe<>::DeleteInternal()
#6 0x7f4914c6cd43 base::Singleton<>::OnExit()
#7 0x7f491870f4ad _ZN4base8internal15RunnableAdapterIPFvPvEE3RunIJRKS2_EEEvDpOT_
#8 0x7f491870f455 _ZN4base8internal12InvokeHelperILb0EvNS0_15RunnableAdapterIPFvPvEEEE8MakeItSoIJRKS3_EEEvS6_DpOT_
#9 0x7f491870f421 _ZN4base8internal7InvokerINS_13IndexSequenceIJLm0EEEENS0_9BindStateINS0_15RunnableAdapterIPFvPvEEES7_JRS6_EEENS0_12InvokeHelperILb0EvS9_EEFvvEE3RunEPNS0_13BindStateBaseE
#10 0x7f491870a43e base::Callback<>::Run()
#11 0x7f4918709849 base::AtExitManager::ProcessCallbacksNow()
#12 0x7f491870965d base::AtExitManager::~AtExitManager()
#13 0x7f4914a1be6b std::default_delete<>::operator()()
#14 0x7f4914a1bbbc std::unique_ptr<>::reset()
#15 0x7f4916712d39 content::ContentMainRunnerImpl::Shutdown()
#16 0x7f491671004f content::ContentMain()
#17 0x000000415dc5 main
#18 0x7f490dfd6ec5 __libc_start_main
#19 0x000000415ca9 <unknown>

 
Summary: Engine DCHECK failure during shutdown after Client disconnects - renderer_data_memoizing_store.h(36) (was: Engine DCHECK failure during shutdown after Client disconnects)

Comment 2 by w...@chromium.org, Mar 31 2016

Labels: -Pri-3 M-52 Pri-1
Owner: haibinlu@chromium.org
Status: Assigned (was: Untriaged)
Can you verify that we're executing BrowserMainLoop::ShutdownThreadsAndCleanUp (see https://code.google.com/p/chromium/codesearch#chromium/src/content/browser/browser_main_loop.cc&sq=package:chromium&l=953&rcl=1459438281) when we shutdown-on-disconnect?  It sounds like we're somehow not doing.

Labels: Blimp-M52-Proj-Scope
Status: WontFix (was: Assigned)
unable to repo this any more. closing.
Labels: Archive-Blimp

Sign in to add a comment