[kdevelop] [Bug 421120] Kdevelop crashed while typing if statement in C++

2020-05-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=421120

Igor Kushnir  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #4 from Igor Kushnir  ---


*** This bug has been marked as a duplicate of bug 415872 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 421120] Kdevelop crashed while typing if statement in C++

2020-05-07 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=421120

--- Comment #3 from Sven Brauch  ---
Sounds like the same issue, yes. Unfortunately not the first time we have this
kind of problem. :(

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 421120] Kdevelop crashed while typing if statement in C++

2020-05-07 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=421120

Igor Kushnir  changed:

   What|Removed |Added

 CC||igor...@gmail.com

--- Comment #2 from Igor Kushnir  ---
I experience similar crashes in KDevelop 5.5.0 (Arch package) occasionally.

Almost always the top of the stack is:
[KCrash Handler]
#6  0x7f6679241522 in
QV4::MemoryManager::collectFromJSStack(QV4::MarkStack*) const () at
/usr/lib/libQt5Qml.so.5
#7  0x7f66792415ae in QV4::MemoryManager::collectRoots(QV4::MarkStack*) ()
at /usr/lib/libQt5Qml.so.5

But today I got a slightly different stack top:
[KCrash Handler]
#6  0x7f98b8d3721c in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f98b8dbfb0a in QV4::PersistentValueStorage::mark(QV4::MarkStack*) ()
at /usr/lib/libQt5Qml.so.5
#8  0x7f98b8d375be in QV4::MemoryManager::collectRoots(QV4::MarkStack*) ()
at /usr/lib/libQt5Qml.so.5

There are several similar Kate crashes reported: Bug 419714, Bug 419579, Bug
418352, Bug 416384. In a comment to Bug 415872 Christoph Cullmann wrote "This
crash in QV4 engine is prominent in all tools using it :/", so perhaps this bug
should be marked as yet another duplicate of the kwin bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 421120] Kdevelop crashed while typing if statement in C++

2020-05-06 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=421120

Sven Brauch  changed:

   What|Removed |Added

 CC||m...@svenbrauch.de

--- Comment #1 from Sven Brauch  ---
This looks like a crash in kate's autoindenter. The bug is probably in Qt's JS
engine, though. :/

-- 
You are receiving this mail because:
You are watching all bug changes.