https://bugs.kde.org/show_bug.cgi?id=407454
--- Comment #2 from Johannes Hirte <johannes.hi...@datenkhaos.de> --- workaround: disabling Synchronize cookies between QWebEngine and KCookieServer diff --git a/webenginepart/src/webenginepart.cpp b/webenginepart/src/webenginepart.cpp index bfd16ff4a..eaadda781 100644 --- a/webenginepart/src/webenginepart.cpp +++ b/webenginepart/src/webenginepart.cpp @@ -95,7 +95,7 @@ WebEnginePart::WebEnginePart(QWidget *parentWidget, QObject *parent, prof->installUrlSchemeHandler("error", new WebEnginePartErrorSchemeHandler(prof)); prof->installUrlSchemeHandler("help", new WebEnginePartKIOHandler(prof)); } - static WebEnginePartCookieJar s_cookieJar(prof, prof); +// static WebEnginePartCookieJar s_cookieJar(prof, prof); KAboutData about = KAboutData(QStringLiteral("webenginepart"), i18nc("Program Name", "WebEnginePart"), /*version*/ QStringLiteral("1.3.0"), maybe someone with more knowledge of this code can explain, why this segfauls when the destructor is called -- You are receiving this mail because: You are watching all bug changes.