[kwin] [Bug 436741] Use of virtual from constructor causes seg fault

2023-01-17 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=436741 Vlad Zahorodnii changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED

[kwin] [Bug 436741] Use of virtual from constructor causes seg fault

2021-05-07 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=436741 Vlad Zahorodnii changed: What|Removed |Added Priority|NOR |LO -- You are receiving this mail because: Y

[kwin] [Bug 436741] Use of virtual from constructor causes seg fault

2021-05-07 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=436741 --- Comment #1 from Vlad Zahorodnii --- This crash happens because of Q_ASSERT(!m_windows.contains(c));. You normally wouldn't hit this crash. But I wonder why the assert is triggered. -- You are receiving this mail because: You are watching all bug c

[kwin] [Bug 436741] Use of virtual from constructor causes seg fault

2021-05-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=436741 Nate Graham changed: What|Removed |Added CC||n...@kde.org Severity|minor