Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71803

New QWebEngine errors in console with 5.12

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 5.12.0
    • 5.12.0 Beta 4
    • WebEngine
    • None
    • macOS 10.12.6
      Qt built from git fb83a49c30377924717489bfcb71d4bf67a7e482
      Running in debug
    • macOS
    • 2aef845c03a9544d51cdf67f712ecd1a7e62110f qtbase

    Description

      (Moved to new report from QTBUG-71762 )

      I am getting a bunch of errors in the console that are not there with 5.11.

      Most of them seem to be related to GLES2, but I'm explicitly setting the default OpenGL context (tries to set it to 3.3 core, result on macOS is that we get 4.1 core).

      Running the example:

      Qt 5.11:

      File URL QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html")
      URL change QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html")
      GVA info: Successfully connected to the Intel plugin, offline Gen75 
      

      Qt 5.12 (from git):

      File URL QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html")
      [92147:775:1114/114438.803492:ERROR:validation_errors.cc(87)] Invalid message: VALIDATION_ERROR_MESSAGE_HEADER_UNKNOWN_METHOD
      URL change QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html")
      [92146:48899:1114/114438.851401:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox.
      [92146:48899:1114/114438.851510:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox.
      [92146:48899:1114/114438.851563:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox.
      [92146:48899:1114/114438.851703:ERROR:gles2_cmd_decoder.cc(18019)] CreateAndConsumeTextureCHROMIUM was passed a mailbox that was not generated by GenMailboxCHROMIUM.
      [92146:48899:1114/114438.860698:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox.
      [92146:48899:1114/114438.860876:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox.
      [92146:48899:1114/114438.909074:ERROR:gles2_cmd_decoder.cc(18019)] CreateAndConsumeTextureCHROMIUM was passed a mailbox that was not generated by GenMailboxCHROMIUM.
      [92146:48899:1114/114438.912080:ERROR:gles2_cmd_decoder.cc(18019)] CreateAndConsumeTextureCHROMIUM was passed a mailbox that was not generated by GenMailboxCHROMIUM.
      GVA info: Successfully connected to the Intel plugin, offline Gen75 
      

      (I will attach the example program after I have a bug number.)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            alexandru.croitor Alexandru Croitor
            asm Andy M
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes