https://bugs.kde.org/show_bug.cgi?id=377395
--- Comment #8 from Steve <sgr...@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.