Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML project crashes in debug build, but not in release build.
Forum Updated to NodeBB v4.3 + New Features

QML project crashes in debug build, but not in release build.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 157 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.
  • JoeCFDJ Offline
    JoeCFDJ Offline
    JoeCFD
    wrote on last edited by JoeCFD
    #1

    trace to

    write(2, "QFactoryLoader::QFactoryLoader()"..., 118QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/x86_64-linux-gnu/qt5/plugins/accessiblebridge" ...
    ) = 118
    access("/usr/lib/x86_64-linux-gnu/qt5/plugins/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
    

    the code crashes following the message above. Obviously, accessiblebridge plugin is not installed while Qt Gui module has accessiblebridge code

    /usr/include/x86_64-linux-gnu/qt5/QtAccessibilitySupport/5.15.3/QtAccessibilitySupport/private/qaccessiblebridgeutils_p.h
    /usr/include/x86_64-linux-gnu/qt5/QtGui/qaccessiblebridge.h
    

    Is accessiblebridge used only in debug mode? Is there a Qt5 plugin accessiblebridge?
    How to install it if yes?

    On Ubuntu 22.04 and Qt 5.15.3

    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