Bug 458665 - Kate crashes during the open file dialogue
Summary: Kate crashes during the open file dialogue
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (show other bugs)
Version: 5.97.0
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-09-03 17:17 UTC by Daniel Hagemeister-Biernath
Modified: 2022-11-16 05:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hagemeister-Biernath 2022-09-03 17:17:25 UTC
Application: kate (22.08.0)

Qt Version: 5.15.5
Frameworks Version: 5.97.0
Operating System: Linux 5.19.6-arch1-1 x86_64
Windowing System: X11
Distribution: Arch Linux
DrKonqi: 5.25.4 [KCrashBackend]

-- Information about the crash:
Any use of the open file dialogue will cause Kate to crash.
OS: Arch Linux  Kernel: x86_64 Linux 5.19.6-arch1-1 DE: KDE 5.97.0 / Plasma 5.25.4 WM: KWin GTK Theme: Breeze Icon Theme: breeze

The crash can be reproduced every time.

-- Backtrace:
Application: Kate (kate), signal: Aborted

[KCrash Handler]
#4  0x00007fb31d2a04dc in ?? () from /usr/lib/libc.so.6
#5  0x00007fb31d250998 in raise () from /usr/lib/libc.so.6
#6  0x00007fb31d23a53d in abort () from /usr/lib/libc.so.6
#7  0x00007fb31d499833 in __gnu_cxx::__verbose_terminate_handler () at /usr/src/debug/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#8  0x00007fb31d4a5cfc in __cxxabiv1::__terminate (handler=<optimized out>) at /usr/src/debug/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48
#9  0x00007fb31d4a5d69 in std::terminate () at /usr/src/debug/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58
#10 0x00007fb31d4a5fcd in __cxxabiv1::__cxa_throw (obj=<optimized out>, tinfo=0x7fb31d627e38 <typeinfo for std::bad_alloc>, dest=0x7fb31d4a42a0 <std::bad_alloc::~bad_alloc()>) at /usr/src/debug/gcc/libstdc++-v3/libsupc++/eh_throw.cc:98
#11 0x00007fb31d89fbbf in qBadAlloc() () from /usr/lib/libQt5Core.so.5
#12 0x00007fb31d8a6cf0 in ?? () from /usr/lib/libQt5Core.so.5
#13 0x00007fb31da2803d in ?? () from /usr/lib/libQt5Core.so.5
#14 0x00007fb31da28e5c in ?? () from /usr/lib/libQt5Core.so.5
#15 0x00007fb31da2dac7 in QSettings::childGroups() const () from /usr/lib/libQt5Core.so.5
#16 0x00007fb31e987bda in QFileDialogPrivate::restoreFromSettings() () from /usr/lib/libQt5Widgets.so.5
#17 0x00007fb31e98860f in QFileDialogPrivate::init(QFileDialogArgs const&) () from /usr/lib/libQt5Widgets.so.5
#18 0x00007fb31e980704 in QFileDialog::QFileDialog(QFileDialogArgs const&) () from /usr/lib/libQt5Widgets.so.5
#19 0x00007fb31e9824e8 in QFileDialog::getOpenFileUrls(QWidget*, QString const&, QUrl const&, QString const&, QString*, QFlags<QFileDialog::Option>, QStringList const&) () from /usr/lib/libQt5Widgets.so.5
#20 0x00007fb31eff2849 in KateViewManager::slotDocumentOpen() () from /usr/lib/libkateprivate.so.22.08.0
#21 0x00007fb31dabe280 in ?? () from /usr/lib/libQt5Core.so.5
#22 0x00007fb31e76bec7 in QAction::triggered(bool) () from /usr/lib/libQt5Widgets.so.5
#23 0x00007fb31e7718e7 in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQt5Widgets.so.5
#24 0x00007fb31e86025e in ?? () from /usr/lib/libQt5Widgets.so.5
#25 0x00007fb31e860460 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQt5Widgets.so.5
#26 0x00007fb31e95316f in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQt5Widgets.so.5
#27 0x00007fb31e7af707 in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#28 0x00007fb31e778b3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#29 0x00007fb31e77e359 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#30 0x00007fb31da8d978 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#31 0x00007fb31e77c357 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /usr/lib/libQt5Widgets.so.5
#32 0x00007fb31e7cd3d5 in ?? () from /usr/lib/libQt5Widgets.so.5
#33 0x00007fb31e7cf17e in ?? () from /usr/lib/libQt5Widgets.so.5
#34 0x00007fb31e778b3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#35 0x00007fb31da8d978 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#36 0x00007fb31df3f08c in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/libQt5Gui.so.5
#37 0x00007fb31df28965 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Gui.so.5
#38 0x00007fb317cebaf0 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#39 0x00007fb31b714c6b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#40 0x00007fb31b76b001 in ?? () from /usr/lib/libglib-2.0.so.0
#41 0x00007fb31b712392 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#42 0x00007fb31dad825c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#43 0x00007fb31da8611c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#44 0x00007fb31da90c49 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#45 0x0000562efbf1b5d5 in ?? ()
#46 0x00007fb31d23b2d0 in ?? () from /usr/lib/libc.so.6
#47 0x00007fb31d23b38a in __libc_start_main () from /usr/lib/libc.so.6
#48 0x0000562efbf1daf5 in ?? ()
[Inferior 1 (process 37115) detached]

Reported using DrKonqi
Comment 1 Ahmad Samir 2022-10-17 20:53:35 UTC
The backtrace isn't complete, please install the debug symbols and post the backtrace again.
Comment 2 Bug Janitor Service 2022-11-01 05:06:07 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2022-11-16 05:17:39 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!