Bug 401736 - Crash, when closing program in konsole
Summary: Crash, when closing program in konsole
Status: RESOLVED DUPLICATE of bug 399848
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2018-12-04 14:00 UTC by sedrubal
Modified: 2018-12-27 19:37 UTC (History)
0 users

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 sedrubal 2018-12-04 14:00:37 UTC
Application: kdeinit5 (18.08.1)

Qt Version: 5.11.1
Frameworks Version: 5.52.0
Operating System: Linux 4.19.5-300.fc29.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:

I ran neovim in the konsole (without an intermediate shell like bash or zsh) and close neovim using :q. This happens, when you create a launcher and check the checkbox "Run in terminal".

The crash can be reproduced every time.

-- Backtrace:
Application: Konsole (kdeinit5), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f74cddb5940 (LWP 10122))]

Thread 4 (Thread 0x7f74b6bc5700 (LWP 10126)):
#0  0x00007f74d05de77c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f74b787f8c3 in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x00007f74b787f61b in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x00007f74d05d858e in start_thread () from /lib64/libpthread.so.0
#4  0x00007f74d07ab6a3 in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f74bdc9e700 (LWP 10125)):
#0  0x00007f74d07a0516 in ppoll () from /lib64/libc.so.6
#1  0x00007f74d0e4bbf5 in qt_safe_poll(pollfd*, unsigned long, timespec const*) () from /lib64/libQt5Core.so.5
#2  0x00007f74d0e4cd49 in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#3  0x00007f74d0dfe17b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#4  0x00007f74d0c66046 in QThread::exec() () from /lib64/libQt5Core.so.5
#5  0x00007f74d1dcef89 in ?? () from /lib64/libQt5DBus.so.5
#6  0x00007f74d0c6f4bb in ?? () from /lib64/libQt5Core.so.5
#7  0x00007f74d05d858e in start_thread () from /lib64/libpthread.so.0
#8  0x00007f74d07ab6a3 in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f74bf25b700 (LWP 10124)):
#0  0x00007f74d07a0421 in poll () from /lib64/libc.so.6
#1  0x00007f74d1c5439f in ?? () from /lib64/libxcb.so.1
#2  0x00007f74d1c5601a in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x00007f74bf3cada9 in ?? () from /lib64/libQt5XcbQpa.so.5
#4  0x00007f74d0c6f4bb in ?? () from /lib64/libQt5Core.so.5
#5  0x00007f74d05d858e in start_thread () from /lib64/libpthread.so.0
#6  0x00007f74d07ab6a3 in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f74cddb5940 (LWP 10122)):
[KCrash Handler]
#6  0x00007f74c0bdd324 in QHash<Konsole::Profile::Property, QVariant>::findNode (this=this@entry=0x10, akey=@0x7ffffe7cc1e0: Konsole::Profile::Font, ahp=ahp@entry=0x0) at /usr/include/qt5/QtCore/qhash.h:926
#7  0x00007f74c0c30572 in QHash<Konsole::Profile::Property, QVariant>::contains (akey=@0x7ffffe7cc1e0: Konsole::Profile::Font, this=0x10) at /usr/include/qt5/QtCore/qhash.h:904
#8  Konsole::Profile::property<QVariant> (p=<optimized out>, this=<optimized out>) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/src/Profile.h:670
#9  Konsole::Profile::property<QFont> (p=Konsole::Profile::Font, this=<optimized out>) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/src/Profile.h:664
#10 Konsole::Profile::font (this=<optimized out>) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/src/Profile.h:443
#11 Konsole::SessionManager::sessionProfileCommandReceived (this=0x7f74c0cbed20 <(anonymous namespace)::Q_QGS_theSessionManager::innerFunction()::holder>, text=...) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/src/SessionManager.cpp:293
#12 0x00007f74d0e27513 in QMetaObject::activate(QObject*, int, int, void**) () from /lib64/libQt5Core.so.5
#13 0x00007f74c0c64a79 in Konsole::Session::profileChangeCommandReceived (this=this@entry=0x55f1dc8db8b0, _t1=...) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/x86_64-redhat-linux-gnu/src/konsoleprivate_autogen/EWIEGA46WW/moc_Session.cpp:774
#14 0x00007f74c0c1525f in Konsole::Session::setSessionAttribute (this=0x55f1dc8db8b0, what=50, caption=...) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/src/Session.cpp:572
#15 0x00007f74d0e27513 in QMetaObject::activate(QObject*, int, int, void**) () from /lib64/libQt5Core.so.5
#16 0x00007f74c0c63a3a in Konsole::Emulation::sessionAttributeChanged (this=this@entry=0x55f1dc903920, _t1=<optimized out>, _t1@entry=50, _t2=...) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/x86_64-redhat-linux-gnu/src/konsoleprivate_autogen/EWIEGA46WW/moc_Emulation.cpp:532
#17 0x00007f74c0c5ebe9 in Konsole::Vt102Emulation::updateSessionAttributes (this=0x55f1dc903920) at /usr/include/qt5/QtCore/qhash.h:158
#18 0x00007f74d0e27513 in QMetaObject::activate(QObject*, int, int, void**) () from /lib64/libQt5Core.so.5
#19 0x00007f74d0e331bb in QTimer::timeout(QTimer::QPrivateSignal) () from /lib64/libQt5Core.so.5
#20 0x00007f74d0e280ab in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#21 0x00007f74d16ed2a5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#22 0x00007f74d16f49c0 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#23 0x00007f74d0dff236 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#24 0x00007f74d0e4eb09 in QTimerInfoList::activateTimers() () from /lib64/libQt5Core.so.5
#25 0x00007f74d0e4ce6c in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#26 0x00007f74bf45e1d1 in ?? () from /lib64/libQt5XcbQpa.so.5
#27 0x00007f74d0dfe17b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#28 0x00007f74d0e06246 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#29 0x00007f74c0dee640 in kdemain (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/konsole5-18.08.1-1.fc29.x86_64/src/main.cpp:207
#30 0x000055f1dad61687 in ?? ()
#31 0x000055f1dad626ba in ?? ()
#32 0x000055f1dad62fd8 in ?? ()
#33 0x000055f1dad5e065 in ?? ()
#34 0x00007f74d06d2413 in __libc_start_main () from /lib64/libc.so.6
#35 0x000055f1dad5ecae in _start ()
[Inferior 1 (process 10122) detached]

Reported using DrKonqi
Comment 1 Christoph Feck 2018-12-27 19:37:29 UTC

*** This bug has been marked as a duplicate of bug 399848 ***