crash: run platform compat hooks in crash reporter init

For some reason, QtWayland crashes we work around trigger in this
path. This was previously masked when the crash reporter didn't unmask
signals, as long as the original process crashed with SIGSEGV.
This commit is contained in:
outfoxxed 2026-03-28 20:17:07 -07:00
parent 308f1e249b
commit 6ef86dd5aa
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 24 additions and 1 deletions

View file

@ -33,8 +33,9 @@ class WaylandPlugin: public QsEnginePlugin {
return isWayland;
}
void preinit() override { installWlProxySafeDeref(); }
void init() override {
installWlProxySafeDeref();
installPlatformMenuHook();
installPopupPositioner();
}