Skip to content

App sometimes freezes at startup on latest master (suspected QML disk cache / Qt regression) #18794

@noeliaSD

Description

@noeliaSD

On latest master, the app will occasionally hang at startup with no meaningful logs. The issue has been observed on macOS and linux, though not 100% consistently. Root cause remains unclear; evidence suggests it may be related to the QML disk cache and/or a Qt regression.

Workarounds reported:

  • Upgrade to Qt 6.9.2 (may resolve)
  • Delete QML cache folder (consistently resolves the issue):
    • CacheLocation : "~/Library/Caches/<APPNAME>", "/Library/Caches/<APPNAME>" , "C:/Users//AppData/Local/<APPNAME>/cache"
  • Set env var: QML_DISABLE_DISK_CACHE=1

Note: First seen in PR: #18608 (review)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions