https://bugs.kde.org/show_bug.cgi?id=371933
Sven Brauch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Sven Brauch <[email protected]> --- It's not a check, it's an assert. It denotes that whoever wrote this code originally thought this condition would never happen. Just changing the assert to an if() will work around the problem, but is almost _never_ the correct fix for any issue in kdevelop's code. The problem is that raiseView() is called with a view that is not in m_view_to_action, which shouldn't be the case. To fix the crash, one has to find out how that can happen. I looked around a bit, but didn't see anything obvious... -- You are receiving this mail because: You are watching all bug changes.
