← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1565313] [NEW] tst_WebContext_sessionCookies causes the test to abort in single process

 

Public bug reported:

This test hits a qFatal() in single-process:

PASS   : qml-api-single-process-test::WebContext_sessionCookies::initTestCase()
QWARN  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebView: context is read-only in single process mode. The webview will automatically use the application-wide default WebContext
[0402/164821:ERROR:layer_tree_host_impl.cc(2205)] Forcing zero-copy tile initialization as worker context is missing
[0402/164821:ERROR:layer_tree_host_impl.cc(2205)] Forcing zero-copy tile initialization as worker context is missing
127.0.0.1 - - [02/Apr/2016 16:48:21] "GET /tst_WebContext_sessionCookies.py HTTP/1.1" 200 -
QWARN  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebView: context is read-only in single process mode. The webview will automatically use the application-wide default WebContext
QFATAL : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebContext::defaultContext: The default context has been deleted. This can happen in single process mode when the application creates and manages the default context
FAIL!  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() Received a fatal error.
   Loc: [Unknown file(0)]

This fatal error basically means that the test deleted the default
context and then tried to use it again. This is fatal because you can
only have one context in single process.

** Affects: oxide
     Importance: Medium
         Status: Triaged

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

** 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/1565313

Title:
  tst_WebContext_sessionCookies causes the test to abort in single
  process

Status in Oxide:
  Triaged

Bug description:
  This test hits a qFatal() in single-process:

  PASS   : qml-api-single-process-test::WebContext_sessionCookies::initTestCase()
  QWARN  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebView: context is read-only in single process mode. The webview will automatically use the application-wide default WebContext
  [0402/164821:ERROR:layer_tree_host_impl.cc(2205)] Forcing zero-copy tile initialization as worker context is missing
  [0402/164821:ERROR:layer_tree_host_impl.cc(2205)] Forcing zero-copy tile initialization as worker context is missing
  127.0.0.1 - - [02/Apr/2016 16:48:21] "GET /tst_WebContext_sessionCookies.py HTTP/1.1" 200 -
  QWARN  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebView: context is read-only in single process mode. The webview will automatically use the application-wide default WebContext
  QFATAL : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebContext::defaultContext: The default context has been deleted. This can happen in single process mode when the application creates and manages the default context
  FAIL!  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() Received a fatal error.
     Loc: [Unknown file(0)]

  This fatal error basically means that the test deleted the default
  context and then tried to use it again. This is fatal because you can
  only have one context in single process.

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


Follow ups