Bug 317785 - konsole-4.10.1 crash when closing a tab
Summary: konsole-4.10.1 crash when closing a tab
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.10.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 15:05 UTC by Stijn Tintel
Modified: 2018-03-15 19:41 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
konsole.kcrash (2.93 KB, text/plain)
2013-10-23 08:21 UTC, Konomi
Details
konsole-20131025-194308.kcrash.txt (2.68 KB, text/plain)
2013-10-25 08:44 UTC, Konomi
Details
konsole-20131107-190209.kcrash.txt (3.03 KB, text/plain)
2013-11-10 01:17 UTC, Konomi
Details
konsole-20131130-032719.kcrash.txt (2.89 KB, text/plain)
2013-11-29 16:43 UTC, Konomi
Details
konsole-20131211-183025.kcrash.txt (2.84 KB, text/plain)
2013-12-11 08:08 UTC, Konomi
Details
konsole-20131222-024254.kcrash.txt (3.01 KB, text/plain)
2013-12-25 10:06 UTC, Konomi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stijn Tintel 2013-04-03 15:05:43 UTC
Application: konsole (2.10.1)
KDE Platform Version: 4.10.1 (Compiled from sources)
Qt Version: 4.8.4
Operating System: Linux 3.8.5-gentoo x86_64
Distribution (Platform): Gentoo Packages

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

I had Konsole running with multiple tabs (~10). After closing a tab with ctrl-d, Konsole crashed.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Konsole (kdeinit4), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#6  0x00007ff0fd4329c9 in QFlags<Qt::WindowType>::operator&(Qt::WindowType) const () from /usr/lib64/qt4/libQtGui.so.4
#7  0x00007ff0fd431e6a in QWidget::windowType() const () from /usr/lib64/qt4/libQtGui.so.4
#8  0x00007ff0fd431e90 in QWidget::isWindow() const () from /usr/lib64/qt4/libQtGui.so.4
#9  0x00007ff0fd487018 in QWidget::window() const () from /usr/lib64/qt4/libQtGui.so.4
#10 0x00007ff0fd429e17 in QApplicationPrivate::dispatchEnterLeave(QWidget*, QWidget*) () from /usr/lib64/qt4/libQtGui.so.4
#11 0x00007ff0fd42b3d6 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib64/qt4/libQtGui.so.4
#12 0x00007ff0fd4cbea1 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib64/qt4/libQtGui.so.4
#13 0x00007ff0fd4c895a in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#14 0x00007ff0fd502614 in x11EventSourceDispatch(_GSource*, int (*)(void*), void*) () from /usr/lib64/qt4/libQtGui.so.4
#15 0x00007ff0f9a5c5ef in g_main_dispatch () from /usr/lib64/libglib-2.0.so.0
#16 0x00007ff0f9a5d185 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#17 0x00007ff0f9a5d368 in g_main_context_iterate () from /usr/lib64/libglib-2.0.so.0
#18 0x00007ff0f9a5d42c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#19 0x00007ff0fe56074d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#20 0x00007ff0fd5029b4 in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtGui.so.4
#21 0x00007ff0fe523b04 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#22 0x00007ff0fe523c8e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
#23 0x00007ff0fe5265b8 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4
#24 0x00007ff0fd42c07c in QApplication::exec() () from /usr/lib64/qt4/libQtGui.so.4
#25 0x00007ff0ec3fe121 in kdemain () from /usr/lib64/libkdeinit4_konsole.so
#26 0x0000000000407300 in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#27 0x000000000040835f in handle_launcher_request(int, char const*) ()
#28 0x0000000000408b04 in handle_requests(int) ()
#29 0x000000000040a37e in main ()

Reported using DrKonqi
Comment 1 Jekyll Wu 2013-04-13 14:56:23 UTC
Do you use input method like ibus or fcitx  ?
Comment 2 Stijn Tintel 2013-04-16 12:02:17 UTC
Neither ibus nor fcitx are installed on this system.
Comment 3 Konomi 2013-10-23 08:21:11 UTC
I get these on a regular basis and they're quite annoying. Versions:
Konsole 2.11.2
KDE: 4.10.5
QT: 4.4.8
Distro: Debian Testing amd64

Attaching crashes as they happen.
Comment 4 Konomi 2013-10-23 08:21:55 UTC
Created attachment 83045 [details]
konsole.kcrash
Comment 5 Konomi 2013-10-25 08:44:52 UTC
Created attachment 83101 [details]
konsole-20131025-194308.kcrash.txt
Comment 6 Konomi 2013-11-10 01:17:51 UTC
Created attachment 83461 [details]
konsole-20131107-190209.kcrash.txt
Comment 7 Konomi 2013-11-29 16:43:34 UTC
Created attachment 83828 [details]
konsole-20131130-032719.kcrash.txt
Comment 8 Konomi 2013-12-11 08:08:15 UTC
Created attachment 84029 [details]
konsole-20131211-183025.kcrash.txt
Comment 9 Konomi 2013-12-25 10:05:33 UTC
Still getting these.

Konsole 2.11.3
KDE: 4.11.3
QT: 4.8.6
Distro: Debian Testing amd64
Comment 10 Konomi 2013-12-25 10:06:33 UTC
Created attachment 84264 [details]
konsole-20131222-024254.kcrash.txt
Comment 11 Fusl 2014-01-15 02:46:55 UTC
Hi,

some other KDE users also have this bug: https://bugs.kde.org/show_bug.cgi?id=326812
I posted some (hopefully) usefull things there (backtrace, valgrind, strace).
Comment 12 Ahmad Samir 2018-03-15 19:41:13 UTC
KDE4/konsole is no longer maintained.