Summary: | Kdevelop crash just after a LMB in editor on a source line | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Martin Ottmar <mirovski36> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | mail, qydwhotmail, sandy.8925, waqar.17a |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Martin Ottmar
2022-03-02 14:18:06 UTC
Created attachment 147957 [details]
New crash information added by DrKonqi
kdevelop (5.8.220380 (22.03.80)) using Qt 5.15.3
- What I was doing when the application crashed:
Clicked on a line with left mouse button, and it crashed.
-- Backtrace (Reduced):
#4 0x00007f3f64fd3a74 in QAccessible::queryAccessibleInterface(QObject*) () at /usr/lib/libQt5Gui.so.5
#5 0x00007f3f64fd40d2 in QAccessibleEvent::accessibleInterface() const () at /usr/lib/libQt5Gui.so.5
#6 0x00007f3f64fcfc85 in QAccessible::updateAccessibility(QAccessibleEvent*) () at /usr/lib/libQt5Gui.so.5
#7 0x00007f3f62f4493b in KateViewInternal::cursorMoved() () at /usr/lib/libKF5TextEditor.so.5
#8 0x00007f3f62f3c8a4 in KateViewInternal::updateCursor(KTextEditor::Cursor, bool, bool, bool) () at /usr/lib/libKF5TextEditor.so.5
Created attachment 148952 [details]
New crash information added by DrKonqi
kdevelop (5.8.220770 (22.07.70)) using Qt 5.15.2
Kdevelop crash just after a LMB in editor on a source line. Instant crash, nothing else was done.
-- Backtrace (Reduced):
#4 QHashNode<QObject*, unsigned int>::same_key (key0=<synthetic pointer>: 0x55c7450bb210, h0=521445099, this=0x1700000024) at ../../include/QtCore/../../src/corelib/tools/qhash.h:156
#5 QHash<QObject*, unsigned int>::findNode (h=521445099, akey=<synthetic pointer>: 0x55c7450bb210, this=<optimized out>) at ../../include/QtCore/../../src/corelib/tools/qhash.h:931
#6 QHash<QObject*, unsigned int>::findNode (ahp=0x0, akey=<synthetic pointer>: 0x55c7450bb210, this=<optimized out>) at ../../include/QtCore/../../src/corelib/tools/qhash.h:950
#7 QHash<QObject*, unsigned int>::value (akey=<synthetic pointer>: 0x55c7450bb210, this=<optimized out>) at ../../include/QtCore/../../src/corelib/tools/qhash.h:656
#8 QAccessible::queryAccessibleInterface (object=0x55c7450bb210) at accessible/qaccessible.cpp:678
Hi KTextEditor people, does this trace seem familiar? We get a bug report with it perceivedly every day currently, but KDevelop doesn't seem to be involved. sounds like https://bugs.kde.org/show_bug.cgi?id=447740 That has a more complete backtrace, including some calls from KDevelop. Since we have never seen or haven't gotten any reports from kate users about this, could this be something KDevelop specific? Lets move the discussion to that bug *** This bug has been marked as a duplicate of bug 447740 *** |