[kontact] [Bug 377395] Kontact is crashing during start up

Viktor Engelmann bugzilla_noreply at kde.org
Tue Apr 11 15:50:47 BST 2017


https://bugs.kde.org/show_bug.cgi?id=377395

Viktor Engelmann <Viktor.Engelmann at qt.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Viktor.Engelmann at qt.io

--- Comment #9 from Viktor Engelmann <Viktor.Engelmann at qt.io> ---
Hi everyone, I'm from Qt and working on the bug Steve reported. The Stacktraces
I see here look like 3 completely unrelated problems.

The original issue might be https://bugreports.qt.io/browse/QTBUG-57608

The Fedora Retrace Server stacktrace might be related to
https://bugreports.qt.io/browse/QTBUG-59692

And I am very confident that the crash in
QtWebEngineCore::NetworkDelegateQt::OnBeforeURLRequest is a dereferencing of a
dangling pointer, caused by kontact. You probably use the same
QWebEngineRequestInterceptor for (and make it a child of) multiple
QWebEnginePages so when one of the pages is closed, it deletes the interceptor
and the next navigation accesses the dangling pointer, causing the crash.
Comparing the stacktrace to the 5.6.2 version of network_delegate_qt.cpp, this
seems highly likely.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list