Bug 486444 - Crash upon opening the ctrl-tab quick switcher
Summary: Crash upon opening the ctrl-tab quick switcher
Status: RESOLVED WORKSFORME
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: 23.08.5
Platform: Manjaro Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords: drkonqi
: 488003 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-05-02 11:04 UTC by yeshi
Modified: 2024-07-15 03:46 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeshi 2024-05-02 11:04:53 UTC
Application: kate (23.08.5)

Qt Version: 5.15.12
Frameworks Version: 5.115.0
Operating System: Linux 6.1.85-1-MANJARO x86_64
Windowing System: X11
Distribution: Manjaro Linux
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
Unable to consistently reproduce. This does not happen on my Nvidia machine which makes me believe it's a mesa related issue

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault

[KCrash Handler]
#4  0x00007fcc3e1870b4 in QWidget::windowIcon() const () at /usr/lib/libQt5Widgets.so.5
#5  0x00007fcc343d0327 in ??? () at /usr/lib/qt/plugins/ktexteditor/tabswitcherplugin.so
#6  0x00007fcc3e3e1eae in QStyledItemDelegate::initStyleOption(QStyleOptionViewItem*, QModelIndex const&) const () at /usr/lib/libQt5Widgets.so.5
#7  0x00007fcc3e3e5e23 in QStyledItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const () at /usr/lib/libQt5Widgets.so.5
#8  0x00007fcc3e432655 in QTreeView::indexRowSizeHint(QModelIndex const&) const () at /usr/lib/libQt5Widgets.so.5
#9  0x00007fcc3e432825 in QTreeViewPrivate::itemHeight(int) const () at /usr/lib/libQt5Widgets.so.5
#10 0x00007fcc3e43688c in QTreeViewPrivate::updateScrollBars() () at /usr/lib/libQt5Widgets.so.5
#11 0x00007fcc3e436bc8 in QTreeView::updateGeometries() () at /usr/lib/libQt5Widgets.so.5
#12 0x00007fcc3e3ba8c1 in QAbstractItemView::doItemsLayout() () at /usr/lib/libQt5Widgets.so.5
#13 0x00007fcc3e42bc43 in QTreeView::doItemsLayout() () at /usr/lib/libQt5Widgets.so.5
#14 0x00007fcc3e433b22 in QTreeView::sizeHintForColumn(int) const () at /usr/lib/libQt5Widgets.so.5
#15 0x00007fcc343ce6c5 in ??? () at /usr/lib/qt/plugins/ktexteditor/tabswitcherplugin.so
#16 0x00007fcc343cea6c in ??? () at /usr/lib/qt/plugins/ktexteditor/tabswitcherplugin.so
#17 0x00007fcc3d4c8e27 in ??? () at /usr/lib/libQt5Core.so.5
#18 0x00007fcc3e14abb7 in QAction::triggered(bool) () at /usr/lib/libQt5Widgets.so.5
#19 0x00007fcc3e15060b in QAction::activate(QAction::ActionEvent) () at /usr/lib/libQt5Widgets.so.5
#20 0x00007fcc3e1506de in QAction::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5
#21 0x00007fcc3e1578ff in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
#22 0x00007fcc3d493ef8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5
#23 0x00007fcc3d967026 in QShortcutMap::dispatchEvent(QKeyEvent*) () at /usr/lib/libQt5Gui.so.5
#24 0x00007fcc3d967415 in QShortcutMap::tryShortcut(QKeyEvent*) () at /usr/lib/libQt5Gui.so.5
#25 0x00007fcc3d91be08 in QWindowSystemInterface::handleShortcutEvent(QWindow*, unsigned long, int, QFlags<Qt::KeyboardModifier>, unsigned int, unsigned int, unsigned int, QString const&, bool, unsigned short) () at /usr/lib/libQt5Gui.so.5
#26 0x00007fcc3d935522 in QGuiApplicationPrivate::processKeyEvent(QWindowSystemInterfacePrivate::KeyEvent*) () at /usr/lib/libQt5Gui.so.5
#27 0x00007fcc3d91a6d5 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Gui.so.5
#28 0x00007fcc3752f540 in ??? () at /usr/lib/libQt5XcbQpa.so.5
#29 0x00007fcc3af0df69 in ??? () at /usr/lib/libglib-2.0.so.0
#30 0x00007fcc3af6c3a7 in ??? () at /usr/lib/libglib-2.0.so.0
#31 0x00007fcc3af0c162 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#32 0x00007fcc3d4e2d0c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#33 0x00007fcc3d492c04 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#34 0x00007fcc3d4940a3 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5
#35 0x00005596d110760e in ??? ()
#36 0x00007fcc3cc43cd0 in ??? () at /usr/lib/libc.so.6
#37 0x00007fcc3cc43d8a in __libc_start_main () at /usr/lib/libc.so.6
#38 0x00005596d1109ab5 in ??? ()
[Inferior 1 (process 17664) detached]

Reported using DrKonqi
Comment 1 Christoph Cullmann 2024-06-08 17:17:39 UTC
*** Bug 488003 has been marked as a duplicate of this bug. ***
Comment 2 Christoph Cullmann 2024-06-15 15:04:23 UTC
Unable to reproduce that with the Qt 6 version.
Comment 3 Bug Janitor Service 2024-06-30 03:47:16 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 4 Bug Janitor Service 2024-07-15 03:46:37 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!