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

Steve bugzilla_noreply at kde.org
Wed Apr 5 13:19:46 BST 2017


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

--- Comment #8 from Steve <sgrubb at redhat.com> ---
>From the Qt bug:

Could it be that you use the same QUrlRequestInterceptor multiple times, pass
the Tab/WebEngineView/WebEnginePage to the constructor of the
RequestInterceptor (making it the RequestInterceptors parent) and the crash
happens at the next navigation after you closed the last view you created? That
would mean that the RequestInterceptor is deleted by closing the tab (because
that's its parent) and then the next navigation accesses pointer which is
dangling at this point.

Is this correct? Any comments I should relay to the Qt folks?

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


More information about the Kdepim-bugs mailing list