Bug 456700 - konsole crash when editing in neovim and tmux
Summary: konsole crash when editing in neovim and tmux
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 22.04.3
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-07-14 03:28 UTC by zhangyi
Modified: 2023-03-05 03:45 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 zhangyi 2022-07-14 03:28:05 UTC
Application: konsole (22.04.3)

Qt Version: 5.15.5
Frameworks Version: 5.96.0
Operating System: Linux 5.15.53-2-lts x86_64
Windowing System: Wayland
Distribution: "Arch Linux"
DrKonqi: 5.25.3 [KCrashBackend]

-- Information about the crash:
Just moving cursor in neovim, the konsole crash unexpectedly.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Konsole (konsole), signal: Aborted

[KCrash Handler]
#4  0x00007fccfa08536c in ?? () from /usr/lib/libc.so.6
#5  0x00007fccfa035838 in raise () from /usr/lib/libc.so.6
#6  0x00007fccfa01f535 in abort () from /usr/lib/libc.so.6
#7  0x00007fccfa01f45c in ?? () from /usr/lib/libc.so.6
#8  0x00007fccfa02e366 in __assert_fail () from /usr/lib/libc.so.6
#9  0x00007fccf85ca39d in ?? () from /usr/lib/libwayland-client.so.0
#10 0x00007fccf85cc5af in wl_proxy_destroy () from /usr/lib/libwayland-client.so.0
#11 0x00007fccf864f0a0 in QtWaylandClient::QWaylandWindow::reset() () from /usr/lib/libQt5WaylandClient.so.5
#12 0x00007fccfab5a97a in QWindowPrivate::setVisible(bool) () from /usr/lib/libQt5Gui.so.5
#13 0x00007fccf3f4deed in ?? () from /usr/lib/qt/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so
#14 0x00007fccf3f47c9c in ?? () from /usr/lib/qt/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so
#15 0x00007fccfa6f9341 in ?? () from /usr/lib/libQt5Core.so.5
#16 0x00007fccf3ef1b2e in fcitx::FcitxQtInputContextProxy::updateClientSideUI(QList<fcitx::FcitxQtFormattedPreedit> const&, int, QList<fcitx::FcitxQtFormattedPreedit> const&, QList<fcitx::FcitxQtFormattedPreedit> const&, QList<fcitx::FcitxQtStringKeyValue> const&, int, int, bool, bool) () from /usr/lib/libFcitx5Qt5DBusAddons.so.1
#17 0x00007fccf3efb8fc in ?? () from /usr/lib/libFcitx5Qt5DBusAddons.so.1
#18 0x00007fccfa6f9341 in ?? () from /usr/lib/libQt5Core.so.5
#19 0x00007fccf3ef1e1e in fcitx::FcitxQtInputContextProxyImpl::UpdateClientSideUI(QList<fcitx::FcitxQtFormattedPreedit>, int, QList<fcitx::FcitxQtFormattedPreedit>, QList<fcitx::FcitxQtFormattedPreedit>, QList<fcitx::FcitxQtStringKeyValue>, int, int, bool, bool) () from /usr/lib/libFcitx5Qt5DBusAddons.so.1
#20 0x00007fccf3ef5881 in ?? () from /usr/lib/libFcitx5Qt5DBusAddons.so.1
#21 0x00007fccf3efab23 in fcitx::FcitxQtInputContextProxyImpl::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libFcitx5Qt5DBusAddons.so.1
#22 0x00007fccf974245f in ?? () from /usr/lib/libQt5DBus.so.5
#23 0x00007fccfa6ec440 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#24 0x00007fccfb1eeb3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#25 0x00007fccfa6c8ad8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#26 0x00007fccfa6c95e3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#27 0x00007fccfa70f548 in ?? () from /usr/lib/libQt5Core.so.5
#28 0x00007fccf88d6c6b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#29 0x00007fccf892d001 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0x00007fccf88d4392 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#31 0x00007fccfa71332c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#32 0x00007fccfa6c127c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#33 0x00007fccfa6cbda9 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#34 0x000055ca4066b9dd in ?? ()
#35 0x00007fccfa020290 in ?? () from /usr/lib/libc.so.6
#36 0x00007fccfa02034a in __libc_start_main () from /usr/lib/libc.so.6
#37 0x000055ca4066c255 in ?? ()
[Inferior 1 (process 764) detached]

Reported using DrKonqi
Comment 1 Nicolas Fella 2022-07-14 17:32:18 UTC
The backtrace suggests that this could be related to/caused by fcitx
Comment 2 Justin Zobel 2023-02-03 06:03:31 UTC
Thank you for the report. If this is still happening, in order to debug this further the developers will need a crash report with all debug symbols. For information on how to obtain this please see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Comment 3 Bug Janitor Service 2023-02-18 03:47:09 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 2023-03-05 03:45:49 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!