Bug 480162 - Crash when repeatedly closing open files
Summary: Crash when repeatedly closing open files
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Kubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-01-22 11:31 UTC by Olivier Hallot
Modified: 2024-01-23 13:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2024-01-22 11:31:03 UTC
Application: kdevelop (5.12.230801 (23.08.1))

Qt Version: 5.15.10
Frameworks Version: 5.110.0
Operating System: Linux 6.5.0-14-generic x86_64
Windowing System: X11
Distribution: Ubuntu 23.10
DrKonqi: 5.27.8 [KCrashBackend]

-- Information about the crash:
Just after opening kdevelop, I closed several open files. Suddenly, Kdevelop crashed.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault

[KCrash Handler]
#4  0x00007febbfdc5e4f in QAccessibleWidget::~QAccessibleWidget() () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#5  0x00007febbfdc5f6d in QAccessibleWidget::~QAccessibleWidget() () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#6  0x00007febbef06312 in ??? () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007febbeefed03 in QObject::destroyed(QObject*) () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007febbfbaa6db in QWidget::~QWidget() () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x00007febbc5fac1d in KateViewInternal::~KateViewInternal() () at /lib/x86_64-linux-gnu/libKF5TextEditor.so.5
#10 0x00007febbc5d982f in KTextEditor::ViewPrivate::~ViewPrivate() () at /lib/x86_64-linux-gnu/libKF5TextEditor.so.5
#11 0x00007febbc5d9c8d in KTextEditor::ViewPrivate::~ViewPrivate() () at /lib/x86_64-linux-gnu/libKF5TextEditor.so.5
#12 0x00007febbeacdb7f in Sublime::View::~View() () at /lib/x86_64-linux-gnu/libKDevPlatformSublime.so.512
#13 0x00007febc08c291d in KDevelop::TextView::~TextView() () at /lib/x86_64-linux-gnu/libKDevPlatformShell.so.512
#14 0x00007febbeab80c2 in Sublime::Area::closeView(Sublime::View*, bool) () at /lib/x86_64-linux-gnu/libKDevPlatformSublime.so.512
#15 0x00007febbeef99a0 in QObject::event(QEvent*) () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007febbfb6bc82 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#17 0x00007febbeecc7a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007febbeecfeb1 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007febbef286f7 in ??? () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007febba913b2c in ??? () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007febba96f46f in ??? () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007febba911d20 in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007febbef27daa in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007febbeecb15b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x00007febbeed3904 in QCoreApplication::exec() () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x0000556771f3a2fb in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/kdevelop-4:23.08.1-0ubuntu1/app/main.cpp:841
[Inferior 1 (process 368516) detached]

Reported using DrKonqi
Comment 1 Igor Kushnir 2024-01-23 13:00:53 UTC
QAccessibleWidget suggests this bug could be related to Bug 447740. But the backtrace differs a lot from what has been reported before, so this is not necessarily a duplicate.