Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QT5WebEngine Crashing
Qt 6.11 is out! See what's new in the release blog

QT5WebEngine Crashing

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 1 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    frankkk-
    wrote on last edited by
    #1

    Hello everyone,

    I am encountering an issue when running a Qt 5.12.2 application with QtWebEngine on a Khadas VIM3 board (ARM64) using Buildroot. The application crashes when transitioning to the WebEngineView with the following error:

    [2192:2192:1003/064054.584122:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
    

    If I run with --no-sandbox:

    [ 4021.882789] audit: type=1701 audit(1727931778.322:7): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=2253 comm="test" exe="/home/test" sig=5 res=1 Trace/breakpoint trap (core dumped)
    

    System Information:
    Board: Khadas VIM3 (ARM64)
    OS: Buildroot
    Qt Version to create the app: Qt 5.15.2
    Qt Version running on board: Qt 5.15.4
    QtWebEngine Version: QT 5.15.14

    Steps to Reproduce:

    1. I have a simple Qt application with a button that switches to a WebEngineView when clicked.
    2. On Windows 11, the application runs without issues, and I can successfully view web content.
    3. On the Khadas VIM3 (ARM64), the application crashes immediately when I press the button and switch to the WebEngineView.

    Questions:

    1. Is there a known issue with QtWebEngine on ARM64 in Buildroot?
    2. Has anyone successfully run a QtWebEngine application on a similar ARM-based board?

    Any guidance or suggestions on how to debug or resolve this issue would be greatly appreciated!
    Thank you for your time and assistance.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      frankkk-
      wrote on last edited by
      #2

      Any help here please!

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved