Summary: | KDevelop 5.7.211202 always SEGV'd when it invoked files owned by UID0 | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | REPORTED --- | ||
Severity: | crash | CC: | 4wy78uwh, igorkuo |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.7.211202 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.3.250800 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Roke Julian Lockhart Beedell
2022-08-01 09:44:57 UTC
Created attachment 151045 [details]
New crash information added by DrKonqi
kdevelop (5.7.211202 (21.12.2)) using Qt 5.15.5
This time, I attempted to invoke kdevelop via dolphin rather than via its file-picker. The backtrace was slightly different, so I thought it worth uploading.
-- Backtrace (Reduced):
#4 0x00007fc98762d229 in Kasten::ByteArrayView::init() () from /lib64/libKasten4Okteta2Gui.so.0
#5 0x00007fc987631137 in Kasten::ByteArrayView::ByteArrayView(Kasten::ByteArrayDocument*, Kasten::ByteArrayViewProfileSynchronizer*) () from /lib64/libKasten4Okteta2Gui.so.0
#6 0x00007fc99c2bf1b5 in KDevelop::OktetaDocument::newView(Sublime::Document*) () from /usr/lib64/qt5/plugins/kdevplatform/35/kdevokteta.so
#7 0x00007fca0b7de91d in Sublime::Document::createView() () from /lib64/libKDevPlatformSublime.so.57
#8 0x00007fca0eb5175a in KDevelop::DocumentControllerPrivate::openDocumentInternal(KDevelop::IDocument*, KTextEditor::Range const&, QFlags<KDevelop::IDocumentController::DocumentActivation>, KDevelop::IDocument*) () from /lib64/libKDevPlatformShell.so.57
Doesn't appear to reproduce on `kdevelop-25.08.0-1.fc42.x86_64.rpm`, with admin:///var/spool/abrt/last-via-server or /var/spool/mail/rpc, via BaSH or the file picker. (In reply to Roke Julian Lockhart Beedell from comment #2) > Doesn't appear to reproduce on `kdevelop-25.08.0-1.fc42.x86_64.rpm`, with > admin:///var/spool/abrt/last-via-server or /var/spool/mail/rpc, via BaSH or > the file picker. Okteta hasn't been ported to KF6 yet. So KDevelop 6 is built without the okteta plugin. When a KF6 version of Okteta is finally released and KDevelop is rebuilt with the okteta plugin, the crash may reappear. If so, it would have to be fixed in KDevelop and/or Okteta source code. ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! |