So, as part of the screens initialization, the QWindowSystemInterface::handleScreenAdded function calls `emit qGuiApp->screenAdded(screen)`.
But then in the signal processing code, the sender of the signal is null. In our case, the sender is `qGuiApp`, which is a #define for `static_cast<QGuiApplication *>(QCoreApplication::instance())`. I don’t understand why it happens. This can have different causes, from multi-threading issues to memory corruption. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078732 Title: Segmentation Fault on Kubuntu 24.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/privacybrowser/+bug/2078732/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs