[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2016-01-26 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-20 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #20 from p.v.niek...@hccnet.nl --- The suggested workaround fixes the problem. Not sure exactly what functionality is gone now because of this. Anyway, this fix needs to be in! -- You are receiving this mail because: You are watching all

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-20 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #21 from Sven Brauch --- Nah, this is not a proper fix for the problem. I need to know where the issue originates from ... -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-04 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #17 from p.v.niek...@hccnet.nl --- We keep seeing this behaviour every day, quite annoying. Despite that, we have not found what actually triggers it. Not sure if it's related, but one thing we noticed is that whenever we use the word

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-04 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #18 from Sven Brauch --- That is not related, that's just kate's Qt highlighting. It's a bit weird, but you can ignore it, it is harmless. I'm sorry for the inconvenience, but without a way to reproduce I can't really

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-04 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #19 from Sven Brauch --- sorry, duchain/types/unsuretype.cpp is the file name. The line is results.append(resolved.cast()->typesRecursive()); That apparently runs into a (near?) infinite recursion, but I'm not sure