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

QtWebEngine crashes on Linux with 64kb page size

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 6.3.1
    • WebEngine
    • None
    • Linux/X11

    Description

      QtWebEngine crashes on Linux with 64kb page size with an error message "Render process exited with code 133".

      Tested on Qt versions 6.2.2, 6.2.4, 6.3.0, 6.3.1

       

      The issue can be reproduced even on a Qt example "simplewebbrowser".

       

      Dockerfiles where the problem can be reproduced are attached (they will generate in a shared directory rendering_error.jpeg with a screenshot of an error).
      For clang build:
       

      docker build -f Dockerfile.clang -t qt_631_vnc:1.0 .
      docker run -v /dev/shm:/dev/shm -v /tmp/64kb_error_output_clang:/output -it qt_631_vnc:1.0
      
      

       

      For GCC 9 build:

      docker build -f Dockerfile.gcc -t qt_631_gcc_vnc:1.0 .
      docker run -v /dev/shm:/dev/shm -v /tmp/64kb_error_output_gcc:/output -it qt_631_gcc_vnc:1.0
      
      

       

      This issue may be connected with a chromium bug:
      https://bugs.chromium.org/p/chromium/issues/detail?id=1301788
       

      Attachments

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

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            mpopov Mikhail Popov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes