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

Sven Brauch <m...@svenbrauch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@svenbrauch.de

--- Comment #2 from Sven Brauch <m...@svenbrauch.de> ---
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.

Reply via email to