https://bugs.kde.org/show_bug.cgi?id=454122
Dāvis <davis...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |davis...@gmail.com --- Comment #13 from Dāvis <davis...@gmail.com> --- This is awesome! I had this same crash happen so often (not related to neofetch) and was really annoying me. ``` #5 0x00007fd9fa75f104 in Konsole::ProcessInfo::isValid() const () from /usr/lib/libkonsoleprivate.so.1 #6 0x00007fd9fa7f0da8 in Konsole::Session::getUrl() () from /usr/lib/libkonsoleprivate.so.1 #7 0x00007fd9fa7f2e0f in Konsole::SessionController::url() const () from /usr/lib/libkonsoleprivate.so.1 #8 0x00007fd9fa807191 in Konsole::SessionController::showDisplayContextMenu(QPoint const&) () from /usr/lib/libkonsoleprivate.so.1 #9 0x00007fd9f9385381 in ?? () from /usr/lib/libQt5Core.so.5 #10 0x00007fd9fa74f08a in Konsole::TerminalDisplay::configureRequest(QPoint const&) () from /usr/lib/libkonsoleprivate.so.1 #11 0x00007fd9fa7c8c93 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) () from /usr/lib/libkonsoleprivate.so.1 #12 0x00007fd9f9f1945b in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5 #13 0x00007fd9f9ee2b1c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #14 0x00007fd9f9ee8339 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #15 0x00007fd9f9354b88 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 #16 0x00007fd9f9ee6337 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&,bool, bool) () from /usr/lib/libQt5Widgets.so.5 #17 0x00007fd9f9f373b5 in ?? () from /usr/lib/libQt5Widgets.so.5 #18 0x00007fd9f9f3915e in ?? () from /usr/lib/libQt5Widgets.so.5 #19 0x00007fd9f9ee2b1c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #20 0x00007fd9f9354b88 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 #21 0x00007fd9f984213c in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/libQt5Gui.so.5 #22 0x00007fd9f982b985 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Gui.so.5 #23 0x00007fd9f260b5f0 in ?? () from /usr/lib/libQt5XcbQpa.so.5 #24 0x00007fd9f6ee581b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #25 0x00007fd9f6f3bec9 in ?? () from /usr/lib/libglib-2.0.so.0 #26 0x00007fd9f6ee40d2 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #27 0x00007fd9f939f50c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #28 0x00007fd9f934d32c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #29 0x00007fd9f9357e59 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5 #30 0x000055d8d537ab65 in ?? () #31 0x00007fd9f8ccb290 in ?? () from /usr/lib/libc.so.6 #32 0x00007fd9f8ccb34a in __libc_start_main () from /usr/lib/libc.so.6 #33 0x000055d8d537b425 in ?? () ``` And now I wanted to look into it why it happens but turns out it's already fixed so I wasn't able to reproduce it anymore on latest git master :) -- You are receiving this mail because: You are watching all bug changes.