Bug 508498 - Konsole crash
Summary: Konsole crash
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: 23.08.5
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2025-08-20 05:57 UTC by augustmustang1010
Modified: 2025-08-20 16:26 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 augustmustang1010 2025-08-20 05:57:21 UTC
Application: konsole (23.08.5)

Qt Version: 5.15.13
Frameworks Version: 5.115.0
Operating System: Linux 6.14.0-28-generic x86_64
Windowing System: X11
Distribution: Ubuntu 24.04.2 LTS
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
had multiple tabs open for a while i guess. for about 10 minutes

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault

[KCrash Handler]
#4  0x000074f1fb798d54 in QWidget::hide() () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#5  0x000074f1fb90c7fd in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#6  0x000074f1fb9114a0 in QMenuBar::changeEvent(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#7  0x000074f1fb7b0dc7 in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x000074f1fb76bd45 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x000074f1faad8118 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x000074f1fb7a18f0 in QWidgetPrivate::updateFont(QFont const&) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x000074f1fb7a1a39 in QWidgetPrivate::resolveFont() () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x000074f1fb7a188f in QWidgetPrivate::updateFont(QFont const&) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x000074f1fb7b1858 in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x000074f1fbf3b50f in KXmlGuiWindow::event(QEvent*) () from /lib/x86_64-linux-gnu/libKF5XmlGui.so.5
#15 0x000074f1fb76bd45 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#16 0x000074f1faad8118 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x000074f1fb7ca5fb in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x000074f1fb7ca70e in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#19 0x000074f1fab12dbf in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x000074f1faf48f51 in QWindow::screenChanged(QScreen*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#21 0x000074f1faf497c5 in QWindowPrivate::emitScreenChangedRecursion(QScreen*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#22 0x000074f1fb7a2b13 in QWidgetPrivate::create() () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x000074f1fb7a2e55 in QWidget::create(unsigned long long, bool, bool) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x000074f1fb90ee9d in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x000074f1fb90f293 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x000074f1fb8cf129 in QMainWindow::menuBar() const () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#27 0x000074f1fc152c06 in Konsole::MainWindow::setupActions() () from /lib/x86_64-linux-gnu/libkonsoleapp.so.1
#28 0x000074f1fc155ad8 in Konsole::MainWindow::MainWindow() () from /lib/x86_64-linux-gnu/libkonsoleapp.so.1
#29 0x000074f1fc1563fc in Konsole::Application::newMainWindow() () from /lib/x86_64-linux-gnu/libkonsoleapp.so.1
#30 0x000074f1fc15697f in Konsole::Application::processWindowArgs(bool&) () from /lib/x86_64-linux-gnu/libkonsoleapp.so.1
#31 0x000074f1fc156c60 in Konsole::Application::newInstance() () from /lib/x86_64-linux-gnu/libkonsoleapp.so.1
#32 0x00006097e9512a9c in ?? ()
#33 0x000074f1fa02a1ca in __libc_start_call_main (main=main@entry=0x6097e9510d00, argc=argc@entry=1, argv=argv@entry=0x7ffd76e4ebc8) at ../sysdeps/nptl/libc_start_call_main.h:58
#34 0x000074f1fa02a28b in __libc_start_main_impl (main=0x6097e9510d00, argc=1, argv=0x7ffd76e4ebc8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd76e4ebb8) at ../csu/libc-start.c:360
#35 0x00006097e95132b5 in ?? ()
[Inferior 1 (process 8014) detached]

Reported using DrKonqi
Comment 1 TraceyC 2025-08-20 16:26:11 UTC
Thanks for the bug report!

However, Plasma 5.27.11 and konsole 23.08.5 are no longer receiving updates or maintenance from KDE; active versions are 6.4.3 / 25.04.3 or newer. Please upgrade to an active version as soon as your distribution makes it available to you. Plasma and KDE applicatons are fast-moving projects, and bugs in one version are often fixed in the next one.

If you need support for these older versions, please contact your distribution, who bears the responsibility of providing help for older releases that are no longer receiving updates from KDE.

If this issue is still reproducible in Plasma 6.4.4 (the latest released version), feel free to re-open this bug report.

Thanks for understanding.