Summary: | Crash while looking up autocomplete suggestions in freshly parsed QML files | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Javier O. Cordero Pérez (Cuperino) <javiercorderoperez> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | igorkuo, javiercorderoperez, waqar.17a |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/2f3603e773998cfc3d9e2571ba1bf5f31fed1a8f | Version Fixed In: | 5.92 |
Sentry Crash Report: |
Description
Javier O. Cordero Pérez (Cuperino)
2022-02-12 19:35:02 UTC
Is this a regression since frameworks 5.91.0? Could be a KTextEditor regression. The issue is related to the widget and its model, but specific to KDevelop's implementation. The problem does not occur when editing the same files on Kate with auto completion working. It seems likely that it is regression with 5.91.0. The issue wasn't present on Feb 05, 2022's update, which was my last system update prior to using KDevelop again on Feb 11, 2022's update. Git commit 2f3603e773998cfc3d9e2571ba1bf5f31fed1a8f by Waqar Ahmed. Committed on 13/02/2022 at 16:23. Pushed by waqar into branch 'master'. Guard against null widgets FIXED-IN: 5.92 M +6 -2 src/completion/documentation_tip.cpp https://invent.kde.org/frameworks/ktexteditor/commit/2f3603e773998cfc3d9e2571ba1bf5f31fed1a8f Hi, The relevant change that caused this bug is part of 5.92 so it seems like you are using the very latest unreleased KTextEditor. Anyways, If it still crashes feel free to reopen the bug. Thanks for testing and reporting this early. (In reply to Waqar Ahmed from comment #4) > Hi, > > The relevant change that caused this bug is part of 5.92 so it seems like > you are using the very latest unreleased KTextEditor. Anyways, If it still > crashes feel free to reopen the bug. Thanks for testing and reporting this > early. Interesting! Cool, that's good to know! Thank you for the fix! |