https://bugs.kde.org/show_bug.cgi?id=360490
Fabian <0ink...@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |0ink...@googlemail.com --- Comment #1 from Fabian <0ink...@googlemail.com> --- Created attachment 97952 --> https://bugs.kde.org/attachment.cgi?id=97952&action=edit Backtrace The above backtrace was captured when the bug occurred. The issue is that m_popupViewIndex is 2, but m_tabWidget->count() is 1. Therefore, ChatWindow* view = static_cast<ChatWindow*>(m_tabWidget->widget(index)); will return a nullptr. The nullptr is then dereferenced in if (view->isTopLevelView() && index > 0) leading to a segfault. -- You are receiving this mail because: You are watching all bug changes.