FS#79485 - [konsole] After updating to 23.08.0-1, dolphin crashes when launching
Attached to Project:
Arch Linux
Opened by Arvid Norlander (VorpalGun) - Sunday, 27 August 2023, 10:32 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 06:45 GMT
Opened by Arvid Norlander (VorpalGun) - Sunday, 27 August 2023, 10:32 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 06:45 GMT
|
Details
Description: DrKonqi gives the following backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault [KCrash Handler] #4 0x00007f841517197b in QAction::setVisible(bool) () at /usr/lib/libQt5Widgets.so.5 #5 0x00007f83ec6d2144 in Konsole::Screen::setReplMode(int) () at /usr/lib/libkonsoleprivate.so.1 #6 0x00007f83ec6ed095 in Konsole::Vt102Emulation::processSessionAttributeRequest(int, unsigned int) () at /usr/lib/libkonsoleprivate.so.1 #7 0x00007f83ec6de290 in Konsole::Vt102Emulation::switchState(Konsole::Vt102Emulation::ParserStates, unsigned int) () at /usr/lib/libkonsoleprivate.so.1 #8 0x00007f83ec6de61c in Konsole::Vt102Emulation::receiveChars(QVector<unsigned int> const&) () at /usr/lib/libkonsoleprivate.so.1 #9 0x00007f83ec6b8bea in Konsole::Emulation::receiveData(char const*, int) () at /usr/lib/libkonsoleprivate.so.1 #10 0x00007f84144d1637 in () at /usr/lib/libQt5Core.so.5 #11 0x00007f83ec6a693b in Konsole::Pty::receivedData(char const*, int) () at /usr/lib/libkonsoleprivate.so.1 #12 0x00007f83ec6be7c9 in Konsole::Pty::dataReceived() () at /usr/lib/libkonsoleprivate.so.1 #13 0x00007f84144d1637 in () at /usr/lib/libQt5Core.so.5 #14 0x00007f83fc0210c7 in () at /usr/lib/libKF5Pty.so.5 #15 0x00007f83fc021369 in () at /usr/lib/libKF5Pty.so.5 #16 0x00007f84144d17f3 in () at /usr/lib/libQt5Core.so.5 #17 0x00007f84144d2ea9 in QSocketNotifier::activated(int, QSocketNotifier::QPrivateSignal) () at /usr/lib/libQt5Core.so.5 #18 0x00007f84144d2f9b in QSocketNotifier::event(QEvent*) () at /usr/lib/libQt5Core.so.5 #19 0x00007f841517893f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #20 0x00007f841449c6f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #21 0x00007f84144ea276 in () at /usr/lib/libQt5Core.so.5 #22 0x00007f841230fa31 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0 #23 0x00007f841236ccc9 in () at /usr/lib/libglib-2.0.so.0 #24 0x00007f841230d0e2 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #25 0x00007f84144eb51c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #26 0x00007f841449b404 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #27 0x00007f841449c8a3 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5 #28 0x000055812a1cddb8 in () #29 0x00007f8413a27cd0 in () at /usr/lib/libc.so.6 #30 0x00007f8413a27d8a in __libc_start_main () at /usr/lib/libc.so.6 #31 0x000055812a1ce575 in () [Inferior 1 (process 3250) detached] Additional info: * package version(s): dolphin 23.08.0-1 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: 1. Try to open dolphin. Looking at the backtrace you probably need to have had the embedded terminal open (which I usually do). |
This task depends upon
Closed by Antonio Rojas (arojas)
Friday, 01 September 2023, 06:45 GMT
Reason for closing: Fixed
Additional comments about closing: konsole 23.08.0-2
Friday, 01 September 2023, 06:45 GMT
Reason for closing: Fixed
Additional comments about closing: konsole 23.08.0-2
Comment by
Arvid Norlander (VorpalGun) -
Sunday, 27 August 2023, 10:38 GMT
Comment by
Arvid Norlander (VorpalGun) -
Sunday, 27 August 2023, 10:41 GMT
I have now also submitted an upstream bug:
https://bugs.kde.org/show_bug.cgi?id=473795
Downgrading to dolphin to 23.04.3 didn't fix it. I instead had to
downgrade the konsole package. But launching konsole itself on the
newer version works. So I'm not sure what is going on.