https://bugs.kde.org/show_bug.cgi?id=410582

--- Comment #9 from Mykola Krachkovsky <w01dn...@gmail.com> ---
Application: konsole (20.04.0)

Qt Version: 5.14.1
Frameworks Version: 5.69.0
Operating System: Linux 5.6.11-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

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

Closing tabs one by one with Ctrl+D. There were no "read only" tabs. Some tabs
were SSH tabs (Konsole profile with ssh command).

I'm not sure, maybe mouse was over some of the opened/closing tabs.

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

Thread 7 (Thread 0x7f5008ec6700 (LWP 2488)):
#0  0x00007f5015d7d795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00007f500adb181b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x00007f500adb1697 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x00007f5015d76efa in start_thread () from /lib64/libpthread.so.0
#4  0x00007f501864d3bf in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7f50096c7700 (LWP 2487)):
#0  0x00007f5015d7d795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00007f500adb181b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x00007f500adb1697 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x00007f5015d76efa in start_thread () from /lib64/libpthread.so.0
#4  0x00007f501864d3bf in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7f5009ec8700 (LWP 2486)):
#0  0x00007f5015d7d795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00007f500adb181b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x00007f500adb1697 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x00007f5015d76efa in start_thread () from /lib64/libpthread.so.0
#4  0x00007f501864d3bf in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7f500a6c9700 (LWP 2485)):
#0  0x00007f5015d7d795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00007f500adb181b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x00007f500adb1697 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x00007f5015d76efa in start_thread () from /lib64/libpthread.so.0
#4  0x00007f501864d3bf in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f5010968700 (LWP 2447)):
#0  0x00007f5018642acf in poll () from /lib64/libc.so.6
#1  0x00007f50153a69de in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f50153a6aff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x00007f5016e64beb in QEventDispatcherGlib::processEvents
(this=0x7f5004000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007f5016e0cb7b in QEventLoop::exec (this=this@entry=0x7f5010967d70,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x00007f5016c375ce in QThread::exec (this=<optimized out>) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x00007f501644c507 in ?? () from /usr/lib64/libQt5DBus.so.5
#7  0x00007f5016c38698 in QThreadPrivate::start (arg=0x7f50164ceda0) at
thread/qthread_unix.cpp:342
#8  0x00007f5015d76efa in start_thread () from /lib64/libpthread.so.0
#9  0x00007f501864d3bf in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f5012904700 (LWP 2403)):
#0  0x00007f5018642acf in poll () from /lib64/libc.so.6
#1  0x00007f5015db2772 in ?? () from /usr/lib64/libxcb.so.1
#2  0x00007f5015db343a in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x00007f5012ae9ab0 in QXcbEventQueue::run (this=0x55c7cb427cd0) at
qxcbeventqueue.cpp:228
#4  0x00007f5016c38698 in QThreadPrivate::start (arg=0x55c7cb427cd0) at
thread/qthread_unix.cpp:342
#5  0x00007f5015d76efa in start_thread () from /lib64/libpthread.so.0
#6  0x00007f501864d3bf in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f50149fd800 (LWP 2382)):
[KCrash Handler]
#6  QWidget::testAttribute (attribute=<optimized out>, this=<optimized out>) at
kernel/qwidget.h:883
#7  QWidget::isEnabled (this=0x0) at kernel/qwidget.h:780
#8  QWidget::setFocus (this=0x0, reason=Qt::OtherFocusReason) at
kernel/qwidget.cpp:6295
#9  0x00007f5016e429de in QtPrivate::QSlotObjectBase::call (a=0x7ffea7ecc3a0,
r=0x55c7cb9387c0, this=0x55c7cb97aa70) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
#10 doActivate<false> (sender=0x7f50040142c0, signal_index=15,
argv=0x7ffea7ecc3a0) at kernel/qobject.cpp:3870
#11 0x00007f5016e3d19f in QMetaObject::activate (sender=<optimized out>,
m=<optimized out>, local_signal_index=local_signal_index@entry=4,
argv=argv@entry=0x7ffea7ecc3a0) at kernel/qobject.cpp:3930
#12 0x00007f50184fa422 in Konsole::TabbedViewContainer::activeViewChanged
(this=<optimized out>, _t1=<optimized out>) at
/usr/src/debug/konsole-20.04.0-1.1.x86_64/build/src/konsoleprivate_autogen/EWIEGA46WW/moc_ViewContainer.cpp:273
#13 0x00007f501846d739 in Konsole::TabbedViewContainer::currentTabChanged
(index=4, this=0x7f50040142c0) at
/usr/src/debug/konsole-20.04.0-1.1.x86_64/src/ViewContainer.cpp:517
#14 Konsole::TabbedViewContainer::currentTabChanged (this=0x7f50040142c0,
index=4) at /usr/src/debug/konsole-20.04.0-1.1.x86_64/src/ViewContainer.cpp:512
#15 0x00007f5016e429de in QtPrivate::QSlotObjectBase::call (a=0x7ffea7ecc4e0,
r=0x7f50040142c0, this=0x55c7cb946c50) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
#16 doActivate<false> (sender=0x7f50040142c0, signal_index=7,
argv=0x7ffea7ecc4e0) at kernel/qobject.cpp:3870
#17 0x00007f5016e3d19f in QMetaObject::activate (sender=<optimized out>,
m=m@entry=0x7f5017e2ca20 <QTabWidget::staticMetaObject>,
local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffea7ecc4e0)
at kernel/qobject.cpp:3930
#18 0x00007f5017aef20e in QTabWidget::currentChanged (this=<optimized out>,
_t1=<optimized out>) at .moc/moc_qtabwidget.cpp:326
#19 0x00007f5017af15d1 in QTabWidget::qt_static_metacall (_o=<optimized out>,
_c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at
widgets/qtabwidget.h:175
#20 0x00007f5016e42a10 in doActivate<false> (sender=0x55c7cb944aa0,
signal_index=7, argv=0x7ffea7ecc640) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:391
#21 0x00007f5016e3d19f in QMetaObject::activate
(sender=sender@entry=0x55c7cb944aa0, m=m@entry=0x7f5017e2b480
<QTabBar::staticMetaObject>, local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7ffea7ecc640) at kernel/qobject.cpp:3930
#22 0x00007f5017acf3ae in QTabBar::currentChanged
(this=this@entry=0x55c7cb944aa0, _t1=<optimized out>, _t1@entry=4) at
.moc/moc_qtabbar.cpp:338
#23 0x00007f5017ad3a9c in QTabBar::setCurrentIndex (this=0x55c7cb944aa0,
index=4) at widgets/qtabbar.cpp:1379
#24 0x00007f5016e429de in QtPrivate::QSlotObjectBase::call (a=0x7ffea7ecc7c0,
r=0x55c7cb9387c0, this=0x55c7cb97d090) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
#25 doActivate<false> (sender=0x55c7cb4de6a0, signal_index=4,
argv=0x7ffea7ecc7c0) at kernel/qobject.cpp:3870
#26 0x00007f5016e3d19f in QMetaObject::activate
(sender=sender@entry=0x55c7cb4de6a0, m=m@entry=0x7f5017e1a340
<QAction::staticMetaObject>, local_signal_index=local_signal_index@entry=1,
argv=argv@entry=0x7ffea7ecc7c0) at kernel/qobject.cpp:3930
#27 0x00007f5017913ab2 in QAction::triggered (this=this@entry=0x55c7cb4de6a0,
_t1=<optimized out>) at .moc/moc_qaction.cpp:381
#28 0x00007f50179160d8 in QAction::activate (this=0x55c7cb4de6a0,
event=<optimized out>) at kernel/qaction.cpp:1161
#29 0x00007f50179169bf in QAction::event (e=<optimized out>, this=<optimized
out>) at kernel/qaction.cpp:1086
#30 QAction::event (this=<optimized out>, e=<optimized out>) at
kernel/qaction.cpp:1075
#31 0x00007f5017919caf in QApplicationPrivate::notify_helper
(this=this@entry=0x55c7cb4057f0, receiver=receiver@entry=0x55c7cb4de6a0,
e=e@entry=0x7ffea7eccad0) at kernel/qapplication.cpp:3684
#32 0x00007f5017922df0 in QApplication::notify (this=0x55c7cb4056f0,
receiver=0x55c7cb4de6a0, e=0x7ffea7eccad0) at kernel/qapplication.cpp:3430
#33 0x00007f5016e0dfe2 in QCoreApplication::notifyInternal2
(receiver=0x55c7cb4de6a0, event=0x7ffea7eccad0) at
../../include/QtCore/../../src/corelib/kernel/qobject.h:153
#34 0x00007f50172518ae in QShortcutMap::dispatchEvent
(this=this@entry=0x55c7cb4058b8, e=e@entry=0x7ffea7eccb80) at
kernel/qshortcutmap.cpp:700
#35 0x00007f501725198b in QShortcutMap::tryShortcut
(this=this@entry=0x55c7cb4058b8, e=e@entry=0x7ffea7eccb80) at
kernel/qshortcutmap.cpp:351
#36 0x00007f50172057ce in QWindowSystemInterface::handleShortcutEvent
(window=<optimized out>, window@entry=0x55c7cb5921c0, timestamp=10911127,
keyCode=16777234, modifiers=..., nativeScanCode=113, nativeVirtualKey=65361,
nativeModifiers=17, text=..., autorepeat=false, count=1) at
kernel/qwindowsysteminterface.cpp:469
#37 0x00007f50172238cd in QGuiApplicationPrivate::processKeyEvent
(e=e@entry=0x55c7cc44ac60) at kernel/qguiapplication.cpp:2322
#38 0x00007f5017228b4b in QGuiApplicationPrivate::processWindowSystemEvent
(e=e@entry=0x55c7cc44ac60) at kernel/qguiapplication.cpp:1947
#39 0x00007f501720253b in QWindowSystemInterface::sendWindowSystemEvents
(flags=flags@entry=...) at kernel/qwindowsysteminterface.cpp:1163
#40 0x00007f5012aeaa6a in xcbSourceDispatch (source=<optimized out>) at
qxcbeventdispatcher.cpp:105
#41 0x00007f50153a66e8 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#42 0x00007f50153a6a70 in ?? () from /usr/lib64/libglib-2.0.so.0
#43 0x00007f50153a6aff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#44 0x00007f5016e64bce in QEventDispatcherGlib::processEvents
(this=0x55c7cb548070, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#45 0x00007f5016e0cb7b in QEventLoop::exec (this=this@entry=0x7ffea7eccf30,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#46 0x00007f5016e14952 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#47 0x00007f501721b56c in QGuiApplication::exec () at
kernel/qguiapplication.cpp:1866
#48 0x00007f5017919c25 in QApplication::exec () at kernel/qapplication.cpp:2824
#49 0x00007f5018738f23 in kdemain (argc=<optimized out>, argv=<optimized out>)
at /usr/src/debug/konsole-20.04.0-1.1.x86_64/src/main.cpp:229
#50 0x00007f5018574ceb in __libc_start_main () from /lib64/libc.so.6
#51 0x000055c7caaa608a in _start () at ../sysdeps/x86_64/start.S:120
[Inferior 1 (process 2382) detached]

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to