Skip to content

Exit-time SIGSEGV — static QQmlComponent delegate destroyed after QApplication (deleteLater teardown) #267

Description

@lmartin

App segfaults at process exit (SIGSEGV) inside the C-runtime exit handlers, while destroying a function-local static std::unique_ptr delegate cache. The static outlives QGuiApplication/QCoreApplication, and its custom deleter calls QObject::deleteLater(), which dereferences already-destroyed Qt application/thread state.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions