← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1452407] [NEW] Check failed: g_all_contexts.Get().size() == static_cast<size_t>(0) (1 vs. 0) at shutdown

 

Public bug reported:

We occasionally fail a CHECK at application shutdown that ensures there
are no more BrowserContexts. However, since bug 1431484 landed,
BrowserContext is kept alive by RenderProcessHost, which is kept alive
until the corresponding process exits. If any processes are slow to quit
at shutdown, or RenderProcessHosts still exist for some other reason,
then we hit this CHECK

** Affects: oxide
     Importance: High
         Status: Triaged

** Changed in: oxide
   Importance: Undecided => High

** Changed in: oxide
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1452407

Title:
  Check failed: g_all_contexts.Get().size() == static_cast<size_t>(0) (1
  vs. 0) at shutdown

Status in Oxide Webview:
  Triaged

Bug description:
  We occasionally fail a CHECK at application shutdown that ensures
  there are no more BrowserContexts. However, since bug 1431484 landed,
  BrowserContext is kept alive by RenderProcessHost, which is kept alive
  until the corresponding process exits. If any processes are slow to
  quit at shutdown, or RenderProcessHosts still exist for some other
  reason, then we hit this CHECK

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1452407/+subscriptions


Follow ups

References