← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

This ended up not being a race but a genuine memory leak - which is what
this assert is there to catch :)

** Changed in: oxide
       Status: Triaged => Fix Released

-- 
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:
  Fix Released

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


References