Bug 363926 - Konsole Crash during screen session
Summary: Konsole Crash during screen session
Status: RESOLVED DUPLICATE of bug 369050
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 15.12.3
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2016-06-04 01:11 UTC by kondor6c
Modified: 2016-10-23 02:21 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 kondor6c 2016-06-04 01:11:05 UTC
Application: konsole (15.12.3)

Qt Version: 5.6.0
Frameworks Version: 5.22.0
Operating System: Linux 4.4.9-300.fc23.x86_64 x86_64
Distribution: "Fedora release 23 (Twenty Three)"

-- Information about the crash:
- What I was doing when the application crashed: I open a screen session (as root) to the BeagleBone Black, I pressed enter a couple times to get a prompt, change to my chrome browser to see what settings I need to adjust, then I got the notification that Konsole crashed.

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

Thread 3 (Thread 0x7effaabe2700 (LWP 2934)):
#0  0x00007effb5005719 in g_mutex_lock () at /lib64/libglib-2.0.so.0
#1  0x00007effb4fc0931 in g_main_context_query () at /lib64/libglib-2.0.so.0
#2  0x00007effb4fc10e7 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#3  0x00007effb4fc127c in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#4  0x00007effba2e9a4b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#5  0x00007effba2924ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#6  0x00007effba0bbf34 in QThread::exec() () at /lib64/libQt5Core.so.5
#7  0x00007effc04bf4b5 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5
#8  0x00007effba0c0d48 in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#9  0x00007effb782660a in start_thread () at /lib64/libpthread.so.0
#10 0x00007effb94ba59d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7eff9bbea700 (LWP 2935)):
#0  0x00007effb94aeb1d in poll () at /lib64/libc.so.6
#1  0x00007effb5b68272 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x00007effb5b69ee7 in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x00007effa9a3f349 in QXcbEventReader::run() () at /lib64/libQt5XcbQpa.so.5
#4  0x00007effba0c0d48 in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#5  0x00007effb782660a in start_thread () at /lib64/libpthread.so.0
#6  0x00007effb94ba59d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7effaaded940 (LWP 2933)):
[KCrash Handler]
#5  0x00007effb93eca28 in raise () at /lib64/libc.so.6
#6  0x00007effb93ee62a in abort () at /lib64/libc.so.6
#7  0x00007effba0a8f81 in  () at /lib64/libQt5Core.so.5
#8  0x00007effc04cb0e1 in QDBusConnectionPrivate::deliverCall(QObject*, int, QDBusMessage const&, QVector<int> const&, int) () at /lib64/libQt5DBus.so.5
#9  0x00007effba2c1c29 in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5
#10 0x00007effbabc8c0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#11 0x00007effbabcde76 in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#12 0x00007effba294748 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt5Core.so.5
#13 0x00007effba29660a in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /lib64/libQt5Core.so.5
#14 0x00007effba2e9623 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () at /lib64/libQt5Core.so.5
#15 0x00007effb4fc0e3a in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#16 0x00007effb4fc11d0 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#17 0x00007effb4fc127c in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#18 0x00007effba2e9a2f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#19 0x00007effba2924ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#20 0x00007effba29ab8c in QCoreApplication::exec() () at /lib64/libQt5Core.so.5
#21 0x00007effc01e063e in kdemain () at /lib64/libkdeinit5_konsole.so
#22 0x00007effb93d8580 in __libc_start_main () at /lib64/libc.so.6
#23 0x000055acd9543ba9 in _start ()

Reported using DrKonqi
Comment 1 Christoph Feck 2016-10-23 02:21:22 UTC

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