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. QML type WebEngineView crashed with eglGetProcAddress not found
Forum Updated to NodeBB v4.3 + New Features

QML type WebEngineView crashed with eglGetProcAddress not found

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 315 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    Srinivas Naik
    wrote on last edited by Srinivas Naik
    #1

    Same works on Linux Desktop but fails on embedded hardware device with below errors.


    Sandboxing disabled by user.
    [7067:7086:1003/112454.006853:ERROR:gl_ozone_egl_qt.cpp(91)] eglGetProcAddress not found.
    [ 2169.984198] potentially unexpected fatal signal 11.
    Segmentation fault (core dumped)
    /home# :ERROR:gl_ozone_egl_qt.cpp(91)] eglGetProcAddres


    I am Using QT5.15.9 and Below are my QT configuration.
    DISTRO_FEATURES_append = "opengl"
    PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', 'no-opengl', d)}"
    PACKAGECONFIG_append_pn-qtbase = "eglfs"
    PREFERRED_PROVIDER_virtual/egl = "ti-sgx-ddk-um"
    PREFERRED_PROVIDER_virtual/libgles1 = "ti-sgx-ddk-um"
    PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"

    please can anyone help to solve this error.

    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