Bug 335216 - plasmashell crashes twice on each login
Summary: plasmashell crashes twice on each login
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: openSUSE Linux
: NOR crash
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
: 335431 335724 338725 339369 339708 341601 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-05-22 19:57 UTC by Alex Minton
Modified: 2015-07-22 19:19 UTC (History)
18 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
backtrace1 (3.81 KB, text/plain)
2014-05-22 19:58 UTC, Alex Minton
Details
backtrace2 (3.81 KB, text/plain)
2014-05-22 19:59 UTC, Alex Minton
Details
original bug report 1 (51.39 KB, text/plain)
2014-07-17 08:42 UTC, Simon Andric
Details
original bug report 2 (75.01 KB, text/plain)
2014-07-17 08:42 UTC, Simon Andric
Details
Resizing Virtualbox Crashes Plasma (33.12 KB, text/plain)
2014-11-12 18:35 UTC, TheEmPe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Minton 2014-05-22 19:57:46 UTC
This is as up to date KF5/plasma build as possible in openSUSE. I have a dedicated account for kf5 testing, so consider this a new user login. After each login I recieve two KCrash windows with segmentation fault for plasmashell.


Reproducible: Always

Steps to Reproduce:
1.Login to plasma next session
Comment 1 Alex Minton 2014-05-22 19:58:55 UTC
Created attachment 86777 [details]
backtrace1
Comment 2 Alex Minton 2014-05-22 19:59:24 UTC
Created attachment 86778 [details]
backtrace2
Comment 3 Marco Martin 2014-05-23 08:13:35 UTC
Thread 1 (Thread 0x7f94b8beb880 (LWP 2484)):
[KCrash Handler]
#5  0x00007f94b271cb68 in QCoreApplicationPrivate::sendThroughApplicationEventFilters (this=0x7f94b9ccb8a0, receiver=0x7f94b9d03120, event=0x7fff90c370d0) at kernel/qcoreapplication.cpp:1012
#6  0x00007f94b33bde68 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#7  0x00007f94b33c2c56 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#8  0x00007f94b271ca35 in QCoreApplication::notifyInternal (this=0x7fff90c376c0, receiver=0x7f94b9d03120, event=event@entry=0x7fff90c370d0) at kernel/qcoreapplication.cpp:935
#9  0x00007f94b2752bfe in sendEvent (event=0x7fff90c370d0, receiver=<optimized out>) at kernel/qcoreapplication.h:237
#10 QObjectPrivate::setParent_helper (this=this@entry=0x7f94b9d0c4f0, o=o@entry=0x0) at kernel/qobject.cpp:1961
#11 0x00007f94b2753183 in QObject::~QObject (this=<optimized out>, __in_chrg=<optimized out>) at kernel/qobject.cpp:1033
#12 0x00007f94b2758599 in QSocketNotifier::~QSocketNotifier (this=0x7f94b9d0cec0, __in_chrg=<optimized out>) at kernel/qsocketnotifier.cpp:203
#13 0x00007f94b7c047f7 in qDBusRemoveWatch (watch=0x7f94b9d1fd50, data=0x7f94b9d03120) at qdbusintegrator.cpp:306
#14 0x00007f94b10f1233 in _dbus_watch_list_remove_watch (watch_list=0x7f94b9d18ed0, watch=0x7f94b9d1fd50) at dbus-watch.c:419
#15 0x00007f94b10d819e in protected_change_watch (enabled=0, toggle_function=0x0, remove_function=<optimized out>, add_function=0x0, watch=<optimized out>, connection=<optimized out>) at dbus-connection.c:724
#16 _dbus_connection_remove_watch_unlocked (connection=<optimized out>, watch=<optimized out>) at dbus-connection.c:771
#17 0x00007f94b10ef99e in free_watches (transport=transport@entry=0x7f94b9d17830) at dbus-transport-socket.c:81
#18 0x00007f94b10efa19 in socket_disconnect (transport=0x7f94b9d17830) at dbus-transport-socket.c:987
#19 0x00007f94b10eeea7 in _dbus_transport_disconnect (transport=0x7f94b9d17830) at dbus-transport.c:509
#20 0x00007f94b10dad82 in _dbus_connection_close_possibly_shared_and_unlock (connection=0x7f94b9cc23d0) at dbus-connection.c:2829
#21 0x00007f94b7c06eba in q_dbus_connection_close (connection=<optimized out>) at qdbus_symbols_p.h:113
#22 QDBusConnectionPrivate::closeConnection (this=0x7f94b9d03120) at qdbusintegrator.cpp:1094
#23 0x00007f94b7bf9e72 in QDBusConnectionManager::~QDBusConnectionManager (this=0x7f94b7e64c80 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>, __in_chrg=<optimized out>) at qdbusconnection.cpp:108
#24 0x00007f94b7bf9ef9 in (anonymous namespace)::Q_QGS__q_manager::innerFunction()::Holder::~Holder() () at qdbusconnection.cpp:67
#25 0x00007f94b1e1c3d9 in __run_exit_handlers () from /lib64/libc.so.6
#26 0x00007f94b1e1c425 in exit () from /lib64/libc.so.6
#27 0x00007f94b553cd73 in KDBusService::KDBusService (this=<optimized out>, options=..., parent=<optimized out>) at /usr/src/debug/kdbusaddons-4.99.0git~20140508~940f12d/src/kdbusservice.cpp:121
#28 0x00007f94b8c83f85 in main (argc=2, argv=<optimized out>) at /usr/src/debug/plasma-workspace-4.95.0~20140522~b78880e/shell/main.cpp:57
Comment 4 Alex Minton 2014-05-23 09:12:59 UTC
Today's update limited the number of crashes to one, but it still crashes on every login. I forgot to mention an important detail: despite of those segfault(s) plasmashell is running fine afterward.
Comment 5 Marco Martin 2014-05-28 13:52:18 UTC
*** Bug 335431 has been marked as a duplicate of this bug. ***
Comment 6 Marco Martin 2014-06-03 08:27:37 UTC
*** Bug 335724 has been marked as a duplicate of this bug. ***
Comment 7 David Edmundson 2014-06-12 17:17:10 UTC
From the backtrace it's starting plasmashell multiple times, and the extra ones are crashing when they close having realised they're not needed.

I can't reproduce the crash though. Even with a small application that only registers via KDBusService
Is this still an issue? Does it happen every time? Is it instant or after 30 seconds or after 5 minutes?

If you killall plasmashell then start it multiple times from the command line, do you still get the crash?
If so is there any command line output?

Does this fix it: https://git.reviewboard.kde.org/r/118698/ (I doubt it will, but it's the same area)
Comment 8 Martin Klapetek 2014-07-16 13:56:39 UTC
A month without a comment. If you can reproduce with the released 5.0, please reopen and add answers to questions from comment #7, thanks.
Comment 9 Simon Andric 2014-07-17 08:39:06 UTC
hello!

today after i loged in to project-neon5 after some time, immediately at the beginning plasmashell crashed...only this time only once... im attaching the bug report, if it is not connected to this bug please say, and i will create a new separate bug report...also, i dont have the powers to "reopen" the bug report...

i copy/paste it in my next comment

nice day

Simon
Comment 10 Simon Andric 2014-07-17 08:39:30 UTC
Application: plasmashell (plasmashell), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ffd30b53780 (LWP 2664))]

Thread 38 (Thread 0x7ffd154dd700 (LWP 2665)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2cc4cb72 in poll (__timeout=-1, __nfds=1, __fds=0x7ffd154dcd00) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0x72e360, cond=cond@entry=0x72e3a0, vector=vector@entry=0x0, count=count@entry=0x0) at ../../src/xcb_conn.c:447
#3  0x00007ffd2cc4e64f in xcb_wait_for_event (c=0x72e360) at ../../src/xcb_in.c:622
#4  0x00007ffd1705ec89 in QXcbEventReader::run (this=0x73c820) at qxcbconnection.cpp:1043
#5  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x73c820) at thread/qthread_unix.cpp:345
#6  0x00007ffd286bc165 in start_thread (arg=0x7ffd154dd700) at pthread_create.c:309
#7  0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 37 (Thread 0x7ffd0e5a2700 (LWP 2673)):
#0  0x00007ffd2467e8f0 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467ed88 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffd000008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffd0e5a1e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffd0e5a1e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x832aa0) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x832aa0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x832aa0) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffd0e5a2700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 36 (Thread 0x7ffd04be9700 (LWP 2693)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007ffd0770a5a3 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
#2  0x00007ffd07709de7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
#3  0x00007ffd286bc165 in start_thread (arg=0x7ffd04be9700) at pthread_create.c:309
#4  0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 35 (Thread 0x7ffcfcabe700 (LWP 2722)):
#0  0x00007ffd292eb85d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd246bf8e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467e854 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcf80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcfcabde10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcfcabde10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007ffd29978a98 in QThread::exec (this=0x99f320) at thread/qthread.cpp:511
#9  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x99f320) at qml/ftw/qqmlthread.cpp:149
#10 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x99f320) at thread/qthread_unix.cpp:345
#11 0x00007ffd286bc165 in start_thread (arg=0x7ffcfcabe700) at pthread_create.c:309
#12 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 34 (Thread 0x7ffcf73aa700 (LWP 2744)):
#0  0x00007ffd246c0a99 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467e3d9 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcf00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcf73a9e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcf73a9e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007ffd29978a98 in QThread::exec (this=0xbf4960) at thread/qthread.cpp:511
#8  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0xbf4960) at qml/ftw/qqmlthread.cpp:149
#9  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0xbf4960) at thread/qthread_unix.cpp:345
#10 0x00007ffd286bc165 in start_thread (arg=0x7ffcf73aa700) at pthread_create.c:309
#11 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 33 (Thread 0x7ffcf63a9700 (LWP 2753)):
#0  __libc_enable_asynccancel () at ../nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S:65
#1  0x00007ffd292efbf2 in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffce80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcf63a8e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcf63a8e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007ffd29978a98 in QThread::exec (this=0xdb5e60) at thread/qthread.cpp:511
#8  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0xdb5e60) at qml/ftw/qqmlthread.cpp:149
#9  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0xdb5e60) at thread/qthread_unix.cpp:345
#10 0x00007ffd286bc165 in start_thread (arg=0x7ffcf63a9700) at pthread_create.c:309
#11 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 32 (Thread 0x7ffcf53a8700 (LWP 2754)):
#0  0x00007ffd2467e90e in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467ed88 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcec0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcf53a7e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcf53a7e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0xe6f3c0) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0xe6f3c0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0xe6f3c0) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcf53a8700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 31 (Thread 0x7ffce7fff700 (LWP 2756)):
#0  0x00007ffd246c0ab4 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467e3c0 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffce00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffce7ffee10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffce7ffee10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007ffd29978a98 in QThread::exec (this=0xf567d0) at thread/qthread.cpp:511
#8  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0xf567d0) at qml/ftw/qqmlthread.cpp:149
#9  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0xf567d0) at thread/qthread_unix.cpp:345
#10 0x00007ffd286bc165 in start_thread (arg=0x7ffce7fff700) at pthread_create.c:309
#11 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 30 (Thread 0x7ffce6ffe700 (LWP 2757)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcd80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffce6ffde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffce6ffde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0xf6d550) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0xf6d550) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0xf6d550) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffce6ffe700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 29 (Thread 0x7ffce5ffd700 (LWP 2758)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcdc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffce5ffce10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffce5ffce10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x1107710) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1107710) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1107710) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffce5ffd700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 28 (Thread 0x7ffce4fec700 (LWP 2759)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcd00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffce4febe10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffce4febe10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x11ff710) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x11ff710) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x11ff710) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffce4fec700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 27 (Thread 0x7ffcd77ff700 (LWP 2760)):
#0  0x00007ffd292eb85d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd246bf8e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467e854 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffccc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcd77fee10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcd77fee10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007ffd29978a98 in QThread::exec (this=0x12dd690) at thread/qthread.cpp:511
#9  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x12dd690) at qml/ftw/qqmlthread.cpp:149
#10 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x12dd690) at thread/qthread_unix.cpp:345
#11 0x00007ffd286bc165 in start_thread (arg=0x7ffcd77ff700) at pthread_create.c:309
#12 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 26 (Thread 0x7ffcd67fe700 (LWP 2761)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcc40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcd67fde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcd67fde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x13a7270) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x13a7270) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x13a7270) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcd67fe700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 25 (Thread 0x7ffcd57fd700 (LWP 2762)):
#0  0x00007ffd292eb85d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd246bf8e0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467e854 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcc80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcd57fce10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcd57fce10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007ffd29978a98 in QThread::exec (this=0x14726c0) at thread/qthread.cpp:511
#9  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x14726c0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x14726c0) at thread/qthread_unix.cpp:345
#11 0x00007ffd286bc165 in start_thread (arg=0x7ffcd57fd700) at pthread_create.c:309
#12 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 24 (Thread 0x7ffcc3fff700 (LWP 2763)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcbc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcc3ffee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcc3ffee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x1571da0) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1571da0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1571da0) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcc3fff700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7ffcc2ffe700 (LWP 2764)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x162cf80, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcc2ffde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcc2ffde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x164e260) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x164e260) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x164e260) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcc2ffe700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7ffcc1ffd700 (LWP 2765)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcbc003320, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcc1ffce10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcc1ffce10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x170a420) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x170a420) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x170a420) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcc1ffd700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7ffcc0ffc700 (LWP 2766)):
#0  0x00007ffd29c61305 in QFlags<QEventLoop::ProcessEventsFlag>::operator! (this=0x7ffcc0ffbb60) at ../../include/QtCore/../../src/corelib/global/qflags.h:129
#1  0x00007ffd29c63e22 in timerSourcePrepareHelper (src=0x7ffcc8003e70, timeout=0x7ffcc0ffbbf4) at kernel/qeventdispatcher_glib.cpp:135
#2  0x00007ffd29c63fe5 in timerSourcePrepare (source=0x7ffcc8003e70, timeout=0x7ffcc0ffbbf4) at kernel/qeventdispatcher_glib.cpp:168
#3  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcc8003320, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcc0ffbe10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcc0ffbe10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007ffd29978a98 in QThread::exec (this=0x17f2fe0) at thread/qthread.cpp:511
#10 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x17f2fe0) at qml/ftw/qqmlthread.cpp:149
#11 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x17f2fe0) at thread/qthread_unix.cpp:345
#12 0x00007ffd286bc165 in start_thread (arg=0x7ffcc0ffc700) at pthread_create.c:309
#13 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 20 (Thread 0x7ffcbb7ff700 (LWP 2767)):
#0  0x00007ffd293089eb in __GI___clock_gettime (clock_id=1, tp=0x7ffcbb7fea70) at ../sysdeps/unix/clock_gettime.c:115
#1  0x00007ffd29a78fd2 in qt_clock_gettime (clock=1, ts=0x7ffcbb7fea70) at tools/qelapsedtimer_unix.cpp:113
#2  0x00007ffd29a79088 in do_gettime (sec=0x7ffcbb7fea90, frac=0x7ffcbb7fea98) at tools/qelapsedtimer_unix.cpp:169
#3  0x00007ffd29a790bb in qt_gettime () at tools/qelapsedtimer_unix.cpp:178
#4  0x00007ffd29c61c1e in QTimerInfoList::updateCurrentTime (this=0x7ffcc40036d0) at kernel/qtimerinfo_unix.cpp:92
#5  0x00007ffd29c624af in QTimerInfoList::timerWait (this=0x7ffcc40036d0, tm=...) at kernel/qtimerinfo_unix.cpp:387
#6  0x00007ffd29c63e3d in timerSourcePrepareHelper (src=0x7ffcc4003670, timeout=0x7ffcbb7febf4) at kernel/qeventdispatcher_glib.cpp:135
#7  0x00007ffd29c63fe5 in timerSourcePrepare (source=0x7ffcc4003670, timeout=0x7ffcbb7febf4) at kernel/qeventdispatcher_glib.cpp:168
#8  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcc4002b20, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#12 0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcbb7fee10, flags=...) at kernel/qeventloop.cpp:136
#13 0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcbb7fee10, flags=...) at kernel/qeventloop.cpp:212
#14 0x00007ffd29978a98 in QThread::exec (this=0x18d07f0) at thread/qthread.cpp:511
#15 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x18d07f0) at qml/ftw/qqmlthread.cpp:149
#16 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x18d07f0) at thread/qthread_unix.cpp:345
#17 0x00007ffd286bc165 in start_thread (arg=0x7ffcbb7ff700) at pthread_create.c:309
#18 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7ffcba7fe700 (LWP 2769)):
#0  0x00007ffd2467e5bb in g_main_context_query () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467ec92 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffccc0031e0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcba7fde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcba7fde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x19c01c0) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x19c01c0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x19c01c0) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcba7fe700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 18 (Thread 0x7ffcb97fd700 (LWP 2770)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcd0003120, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb97fce10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb97fce10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x1a9d970) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1a9d970) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1a9d970) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcb97fd700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 17 (Thread 0x7ffcb87fc700 (LWP 2771)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcdc003320, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb87fbe10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb87fbe10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x1b56c30) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1b56c30) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1b56c30) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcb87fc700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 16 (Thread 0x7ffcb77fb700 (LWP 2772)):
#0  0x00007ffd29c63bd1 in socketNotifierSourceCheck (source=0x7ffd29c641ff <postEventSourcePrepare(GSource*, gint*)+133>) at kernel/qeventdispatcher_glib.cpp:78
#1  0x00007ffd2467e7a1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcd8002f20, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb77fae10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb77fae10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007ffd29978a98 in QThread::exec (this=0x1c37cc0) at thread/qthread.cpp:511
#8  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1c37cc0) at qml/ftw/qqmlthread.cpp:149
#9  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1c37cc0) at thread/qthread_unix.cpp:345
#10 0x00007ffd286bc165 in start_thread (arg=0x7ffcb77fb700) at pthread_create.c:309
#11 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7ffcb67fa700 (LWP 2775)):
#0  0x00007ffd29c6126a in QThreadData::canWaitLocked (this=0x1d371b0) at ../../include/QtCore/5.3.1/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:249
#1  0x00007ffd29c641c1 in postEventSourcePrepare (s=0x7ffce0004f00, timeout=0x7ffcb67f9bf4) at kernel/qeventdispatcher_glib.cpp:262
#2  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffce0002f20, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb67f9e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb67f9e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007ffd29978a98 in QThread::exec (this=0x1d390b0) at thread/qthread.cpp:511
#9  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1d390b0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1d390b0) at thread/qthread_unix.cpp:345
#11 0x00007ffd286bc165 in start_thread (arg=0x7ffcb67fa700) at pthread_create.c:309
#12 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7ffcb57f9700 (LWP 2792)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcec003320, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb57f8e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb57f8e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x1dff7a0) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1dff7a0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1dff7a0) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcb57f9700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7ffcb47f8700 (LWP 2795)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffce8002f20, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb47f7e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb47f7e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x1ecfd40) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1ecfd40) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1ecfd40) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcb47f8700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7ffcb37f7700 (LWP 2796)):
#0  0x00007ffd29c61c32 in QTimerInfoList::updateCurrentTime (this=0x7ffcf00056d0) at kernel/qtimerinfo_unix.cpp:92
#1  0x00007ffd29c624af in QTimerInfoList::timerWait (this=0x7ffcf00056d0, tm=...) at kernel/qtimerinfo_unix.cpp:387
#2  0x00007ffd29c63e3d in timerSourcePrepareHelper (src=0x7ffcf0005670, timeout=0x7ffcb37f6bf4) at kernel/qeventdispatcher_glib.cpp:135
#3  0x00007ffd29c63fe5 in timerSourcePrepare (source=0x7ffcf0005670, timeout=0x7ffcb37f6bf4) at kernel/qeventdispatcher_glib.cpp:168
#4  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcf0003120, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#8  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb37f6e10, flags=...) at kernel/qeventloop.cpp:136
#9  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb37f6e10, flags=...) at kernel/qeventloop.cpp:212
#10 0x00007ffd29978a98 in QThread::exec (this=0x1fae230) at thread/qthread.cpp:511
#11 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x1fae230) at qml/ftw/qqmlthread.cpp:149
#12 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x1fae230) at thread/qthread_unix.cpp:345
#13 0x00007ffd286bc165 in start_thread (arg=0x7ffcb37f7700) at pthread_create.c:309
#14 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7ffcb27f6700 (LWP 2798)):
#0  0x00007ffd29c641f3 in postEventSourcePrepare (s=0x7ffcf8022840, timeout=0x7ffcb27f5bf4) at kernel/qeventdispatcher_glib.cpp:267
#1  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcf8003420, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb27f5e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb27f5e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007ffd29978a98 in QThread::exec (this=0x20aa8f0) at thread/qthread.cpp:511
#8  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x20aa8f0) at qml/ftw/qqmlthread.cpp:149
#9  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x20aa8f0) at thread/qthread_unix.cpp:345
#10 0x00007ffd286bc165 in start_thread (arg=0x7ffcb27f6700) at pthread_create.c:309
#11 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7ffcb17f5700 (LWP 2800)):
#0  0x00007ffd292efbfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007ffd2467ed24 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffd000419b0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb17f4e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb17f4e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x2183fb0) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x2183fb0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x2183fb0) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcb17f5700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7ffcb07a4700 (LWP 2801)):
#0  QListData::end (this=0x7ffd08004d60) at ../../include/QtCore/../../src/corelib/tools/qlist.h:100
#1  0x00007ffd29c6318c in QList<QTimerInfo*>::constEnd (this=0x7ffd08004d60) at ../../include/QtCore/../../src/corelib/tools/qlist.h:284
#2  0x00007ffd29c62531 in QTimerInfoList::timerWait (this=0x7ffd08004d60, tm=...) at kernel/qtimerinfo_unix.cpp:392
#3  0x00007ffd29c63e3d in timerSourcePrepareHelper (src=0x7ffd08004d00, timeout=0x7ffcb07a3bf4) at kernel/qeventdispatcher_glib.cpp:135
#4  0x00007ffd29c63fe5 in timerSourcePrepare (source=0x7ffd08004d00, timeout=0x7ffcb07a3bf4) at kernel/qeventdispatcher_glib.cpp:168
#5  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffd080013e0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#9  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcb07a3e10, flags=...) at kernel/qeventloop.cpp:136
#10 0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcb07a3e10, flags=...) at kernel/qeventloop.cpp:212
#11 0x00007ffd29978a98 in QThread::exec (this=0x22450b0) at thread/qthread.cpp:511
#12 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x22450b0) at qml/ftw/qqmlthread.cpp:149
#13 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x22450b0) at thread/qthread_unix.cpp:345
#14 0x00007ffd286bc165 in start_thread (arg=0x7ffcb07a4700) at pthread_create.c:309
#15 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7ffcaf6b3700 (LWP 2802)):
#0  0x00007ffd29959488 in QMutexLocker::~QMutexLocker (this=0x7ffcaf6b2b60, __in_chrg=<optimized out>) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:140
#1  0x00007ffd29c61276 in QThreadData::canWaitLocked (this=0x231fa80) at ../../include/QtCore/5.3.1/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:249
#2  0x00007ffd29c641c1 in postEventSourcePrepare (s=0x7ffd100071e0, timeout=0x7ffcaf6b2bac) at kernel/qeventdispatcher_glib.cpp:262
#3  0x00007ffd29c64238 in postEventSourceCheck (source=0x7ffd100071e0) at kernel/qeventdispatcher_glib.cpp:272
#4  0x00007ffd2467e7a1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffd10005170, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#8  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcaf6b2e10, flags=...) at kernel/qeventloop.cpp:136
#9  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcaf6b2e10, flags=...) at kernel/qeventloop.cpp:212
#10 0x00007ffd29978a98 in QThread::exec (this=0x231f960) at thread/qthread.cpp:511
#11 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x231f960) at qml/ftw/qqmlthread.cpp:149
#12 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x231f960) at thread/qthread_unix.cpp:345
#13 0x00007ffd286bc165 in start_thread (arg=0x7ffcaf6b3700) at pthread_create.c:309
#14 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7ffcae5c2700 (LWP 2803)):
#0  0x00007ffd29959499 in QMutexLocker::~QMutexLocker (this=0x7ffcae5c1b60, __in_chrg=<optimized out>) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:140
#1  0x00007ffd29c61276 in QThreadData::canWaitLocked (this=0x2420e60) at ../../include/QtCore/5.3.1/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:249
#2  0x00007ffd29c641c1 in postEventSourcePrepare (s=0x2420f80, timeout=0x7ffcae5c1bac) at kernel/qeventdispatcher_glib.cpp:262
#3  0x00007ffd29c64238 in postEventSourceCheck (source=0x2420f80) at kernel/qeventdispatcher_glib.cpp:272
#4  0x00007ffd2467e7a1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x2400610, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#8  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcae5c1e10, flags=...) at kernel/qeventloop.cpp:136
#9  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcae5c1e10, flags=...) at kernel/qeventloop.cpp:212
#10 0x00007ffd29978a98 in QThread::exec (this=0x2400250) at thread/qthread.cpp:511
#11 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x2400250) at qml/ftw/qqmlthread.cpp:149
#12 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x2400250) at thread/qthread_unix.cpp:345
#13 0x00007ffd286bc165 in start_thread (arg=0x7ffcae5c2700) at pthread_create.c:309
#14 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7ffcad4d1700 (LWP 2804)):
#0  0x00007ffd29975bc1 in QBasicAtomicOps<8>::testAndSetRelaxed<QMutexData*> (_q_value=@0x2501498: 0x1, expectedValue=0x0, newValue=0x0, currentValue=0x7ffcad4d0b18) at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:268
#1  0x00007ffd299759ae in testAndSetAcquire<QMutexData*, QMutexData*> (currentValue=0x7ffcad4d0b18, newValue=0x1, expectedValue=0x0, _q_value=@0x2501498: 0x1) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:174
#2  QBasicAtomicPointer<QMutexData>::testAndSetAcquire (this=0x2501498, expectedValue=0x0, newValue=0x1, currentValue=@0x7ffcad4d0b18: 0x7ffcad4d0b60) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:284
#3  0x00007ffd299756b9 in QBasicMutex::fastTryLock (this=0x2501498, current=@0x7ffcad4d0b18: 0x7ffcad4d0b60) at thread/qmutex.h:90
#4  0x00007ffd29974fb5 in QMutex::lock (this=0x2501498) at thread/qmutex.cpp:220
#5  0x00007ffd29959469 in QMutexLocker::QMutexLocker (this=0x7ffcad4d0b60, m=0x2501498) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:136
#6  0x00007ffd29c61262 in QThreadData::canWaitLocked (this=0x2501470) at ../../include/QtCore/5.3.1/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:248
#7  0x00007ffd29c641c1 in postEventSourcePrepare (s=0x7ffcbc007500, timeout=0x7ffcad4d0bf4) at kernel/qeventdispatcher_glib.cpp:262
#8  0x00007ffd2467e3cd in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007ffd2467ec43 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcbc003ce0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#12 0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcad4d0e10, flags=...) at kernel/qeventloop.cpp:136
#13 0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcad4d0e10, flags=...) at kernel/qeventloop.cpp:212
#14 0x00007ffd29978a98 in QThread::exec (this=0x241f260) at thread/qthread.cpp:511
#15 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x241f260) at qml/ftw/qqmlthread.cpp:149
#16 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x241f260) at thread/qthread_unix.cpp:345
#17 0x00007ffd286bc165 in start_thread (arg=0x7ffcad4d1700) at pthread_create.c:309
#18 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7ffcac3e0700 (LWP 2805)):
#0  0x00007ffd246c0a99 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467ec15 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcc8003ce0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcac3dfe10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcac3dfe10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007ffd29978a98 in QThread::exec (this=0x25bb470) at thread/qthread.cpp:511
#7  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x25bb470) at qml/ftw/qqmlthread.cpp:149
#8  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x25bb470) at thread/qthread_unix.cpp:345
#9  0x00007ffd286bc165 in start_thread (arg=0x7ffcac3e0700) at pthread_create.c:309
#10 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7ffcab0e7700 (LWP 2806)):
#0  0x00007ffd246c0a99 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467ee18 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcc40034e0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#3  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffcab0e6e10, flags=...) at kernel/qeventloop.cpp:136
#4  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffcab0e6e10, flags=...) at kernel/qeventloop.cpp:212
#5  0x00007ffd29978a98 in QThread::exec (this=0x2406870) at thread/qthread.cpp:511
#6  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x2406870) at qml/ftw/qqmlthread.cpp:149
#7  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x2406870) at thread/qthread_unix.cpp:345
#8  0x00007ffd286bc165 in start_thread (arg=0x7ffcab0e7700) at pthread_create.c:309
#9  0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7ffca9ff6700 (LWP 2807)):
#0  0x00007ffd246c0a99 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007ffd2467e7ac in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffccc005bf0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffca9ff5e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffca9ff5e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007ffd29978a98 in QThread::exec (this=0x279dc30) at thread/qthread.cpp:511
#8  0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x279dc30) at qml/ftw/qqmlthread.cpp:149
#9  0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x279dc30) at thread/qthread_unix.cpp:345
#10 0x00007ffd286bc165 in start_thread (arg=0x7ffca9ff6700) at pthread_create.c:309
#11 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7ffc28f05700 (LWP 2808)):
#0  QThreadData::current (createIfNecessary=252) at thread/qthread_unix.cpp:219
#1  0x00007ffd29c64194 in postEventSourcePrepare (s=0x7ffcd0007b00, timeout=0x0) at kernel/qeventdispatcher_glib.cpp:255
#2  0x00007ffd29c64238 in postEventSourceCheck (source=0x7ffcd0007b00) at kernel/qeventdispatcher_glib.cpp:272
#3  0x00007ffd2467e7a1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffd2467ecbb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007ffd29c64a3d in QEventDispatcherGlib::processEvents (this=0x7ffcd0005ad0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7ffc28f04e10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007ffd29beb423 in QEventLoop::exec (this=0x7ffc28f04e10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007ffd29978a98 in QThread::exec (this=0x2863270) at thread/qthread.cpp:511
#10 0x00007ffd2c5d46fd in QQmlThreadPrivate::run (this=0x2863270) at qml/ftw/qqmlthread.cpp:149
#11 0x00007ffd2997fe11 in QThreadPrivate::start (arg=0x2863270) at thread/qthread_unix.cpp:345
#12 0x00007ffd286bc165 in start_thread (arg=0x7ffc28f05700) at pthread_create.c:309
#13 0x00007ffd292fa4dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7ffd30b53780 (LWP 2664)):
[KCrash Handler]
#6  0x00007ffd29236117 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7  0x00007ffd29237808 in __GI_abort () at abort.c:89
#8  0x00007ffd2996d1a9 in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1364
#9  0x00007ffd2996acce in QMessageLogger::fatal (this=0x7fff42074800, msg=0x7ffd29cc2358 "ASSERT: \"%s\" in file %s, line %d") at global/qlogging.cpp:669
#10 0x00007ffd29965440 in qt_assert (assertion=0x4b7928 "containment", file=0x4b7488 "/build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/shellcorona.cpp", line=690) at global/qglobal.cpp:2127
#11 0x000000000047eafd in ShellCorona::addOutput (this=0x76e7a0, output=0x9a93b0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/shellcorona.cpp:690
#12 0x000000000047bd17 in ShellCorona::load (this=0x76e7a0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/shellcorona.cpp:321
#13 0x000000000047b4e4 in ShellCorona::setShell (this=0x76e7a0, shell=...) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/shellcorona.cpp:258
#14 0x0000000000491c9a in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QString const&>, void, void (ShellCorona::*)(QString const&)>::call (f=(void (ShellCorona::*)(ShellCorona * const, const QString &)) 0x47b2cc <ShellCorona::setShell(QString const&)>, o=0x76e7a0, arg=0x7fff42074ce0) at /opt/project-neon5/include/QtCore/qobjectdefs_impl.h:508
#15 0x00000000004919bd in QtPrivate::FunctionPointer<void (ShellCorona::*)(QString const&)>::call<QtPrivate::List<QString const&>, void> (f=(void (ShellCorona::*)(ShellCorona * const, const QString &)) 0x47b2cc <ShellCorona::setShell(QString const&)>, o=0x76e7a0, arg=0x7fff42074ce0) at /opt/project-neon5/include/QtCore/qobjectdefs_impl.h:527
#16 0x0000000000491627 in QtPrivate::QSlotObject<void (ShellCorona::*)(QString const&), QtPrivate::List<QString const&>, void>::impl (which=1, this_=0x81b2b0, r=0x76e7a0, a=0x7fff42074ce0, ret=0x0) at /opt/project-neon5/include/QtCore/qobject_impl.h:151
#17 0x00007ffd29c32d19 in QtPrivate::QSlotObjectBase::call (this=0x81b2b0, r=0x76e7a0, a=0x7fff42074ce0) at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:132
#18 0x00007ffd29c30038 in QMetaObject::activate (sender=0x817ae0, signalOffset=3, local_signal_index=0, argv=0x7fff42074ce0) at kernel/qobject.cpp:3666
#19 0x00007ffd29c2f93e in QMetaObject::activate (sender=0x817ae0, m=0x6de040 <ShellManager::staticMetaObject>, local_signal_index=0, argv=0x7fff42074ce0) at kernel/qobject.cpp:3546
#20 0x00000000004b0975 in ShellManager::shellChanged (this=0x817ae0, _t1=...) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/obj-x86_64-linux-gnu/shell/moc_shellmanager.cpp:155
#21 0x0000000000490097 in ShellManager::updateShell (this=0x817ae0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/shellmanager.cpp:231
#22 0x000000000048f93d in ShellManager::loadHandlers (this=0x817ae0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/shellmanager.cpp:129
#23 0x00000000004b07aa in ShellManager::qt_static_metacall (_o=0x817ae0, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0x7f7db0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/obj-x86_64-linux-gnu/shell/moc_shellmanager.cpp:99
#24 0x00007ffd29c288f7 in QMetaCallEvent::placeMetaCall (this=0x822df0, object=0x817ae0) at kernel/qobject.cpp:487
#25 0x00007ffd29c2993c in QObject::event (this=0x817ae0, e=0x822df0) at kernel/qobject.cpp:1241
#26 0x00007ffd2a8403fa in QApplicationPrivate::notify_helper (this=0x718420, receiver=0x817ae0, e=0x822df0) at kernel/qapplication.cpp:3522
#27 0x00007ffd2a83da42 in QApplication::notify (this=0x7fff42075a10, receiver=0x817ae0, e=0x822df0) at kernel/qapplication.cpp:2975
#28 0x00007ffd29bee42a in QCoreApplication::notifyInternal (this=0x7fff42075a10, receiver=0x817ae0, event=0x822df0) at kernel/qcoreapplication.cpp:935
#29 0x00007ffd29bf1fb7 in QCoreApplication::sendEvent (receiver=0x817ae0, event=0x822df0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#30 0x00007ffd29bef6f5 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x70ff40) at kernel/qcoreapplication.cpp:1539
#31 0x00007ffd29bef09a in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1397
#32 0x00007ffd29c6427c in postEventSourceDispatch (s=0x7677f0) at kernel/qeventdispatcher_glib.cpp:279
#33 0x00007ffd2467eb44 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#34 0x00007ffd2467ed88 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#35 0x00007ffd2467ee2c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x00007ffd29c64a1d in QEventDispatcherGlib::processEvents (this=0x776950, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#37 0x00007ffd170b8cf2 in QPAEventDispatcherGlib::processEvents (this=0x776950, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#38 0x00007ffd29beb162 in QEventLoop::processEvents (this=0x7fff420758c0, flags=...) at kernel/qeventloop.cpp:136
#39 0x00007ffd29beb423 in QEventLoop::exec (this=0x7fff420758c0, flags=...) at kernel/qeventloop.cpp:212
#40 0x00007ffd29beeae2 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#41 0x00007ffd29fd44e0 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1446
#42 0x00007ffd2a83d263 in QApplication::exec () at kernel/qapplication.cpp:2767
#43 0x000000000045f2ac in main (argc=2, argv=0x7fff42075b58) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140717.0313+neon4~09dbfc8~14.04/shell/main.cpp:109
Comment 11 Simon Andric 2014-07-17 08:40:47 UTC
Application: plasmashell (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f20961bc780 (LWP 3575))]

Thread 50 (Thread 0x7f207ab42700 (LWP 3577)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f20922b4b72 in poll (__timeout=-1, __nfds=1, __fds=0x7f207ab41d00) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0x17ce4f0, cond=cond@entry=0x17ce530, vector=vector@entry=0x0, count=count@entry=0x0) at ../../src/xcb_conn.c:447
#3  0x00007f20922b664f in xcb_wait_for_event (c=0x17ce4f0) at ../../src/xcb_in.c:622
#4  0x00007f207c6c5c89 in QXcbEventReader::run (this=0x17dc9a0) at qxcbconnection.cpp:1043
#5  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x17dc9a0) at thread/qthread_unix.cpp:345
#6  0x00007f208dd24165 in start_thread (arg=0x7f207ab42700) at pthread_create.c:309
#7  0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 49 (Thread 0x7f2073be7700 (LWP 3920)):
#0  0x00007f208f25384e in QFlags<QEventLoop::ProcessEventsFlag>::QFlags (this=0x7f2073be6b20, f=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:108
#1  0x00007f208f2c92ed in QFlags<QEventLoop::ProcessEventsFlag>::operator& (this=0x7f2068002d60, f=QEventLoop::X11ExcludeTimers) at ../../include/QtCore/../../src/corelib/global/qflags.h:126
#2  0x00007f208f2cbe0e in timerSourcePrepareHelper (src=0x7f2068002cc0, timeout=0x7f2073be6bf4) at kernel/qeventdispatcher_glib.cpp:135
#3  0x00007f208f2cbfe5 in timerSourcePrepare (source=0x7f2068002cc0, timeout=0x7f2073be6bf4) at kernel/qeventdispatcher_glib.cpp:168
#4  0x00007f2089ce569d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20680008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#8  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2073be6e10, flags=...) at kernel/qeventloop.cpp:136
#9  0x00007f208f253423 in QEventLoop::exec (this=0x7f2073be6e10, flags=...) at kernel/qeventloop.cpp:212
#10 0x00007f208efe0a98 in QThread::exec (this=0x18d0180) at thread/qthread.cpp:511
#11 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x18d0180) at qml/ftw/qqmlthread.cpp:149
#12 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x18d0180) at thread/qthread_unix.cpp:345
#13 0x00007f208dd24165 in start_thread (arg=0x7f2073be7700) at pthread_create.c:309
#14 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 48 (Thread 0x7f206622e700 (LWP 3946)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f2070e99a73 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
#2  0x00007f2070e992b7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
#3  0x00007f208dd24165 in start_thread (arg=0x7f206622e700) at pthread_create.c:309
#4  0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 47 (Thread 0x7f20622b4700 (LWP 3973)):
#0  0x00007f2089cb7860 in pthread_mutex_lock@plt () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce56a9 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f205c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f20622b3e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f20622b3e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x1a69d80) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x1a69d80) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x1a69d80) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f20622b4700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 46 (Thread 0x7f2060c20700 (LWP 4007)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20540008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2060c1fe10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f2060c1fe10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x1d66130) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x1d66130) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x1d66130) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f2060c20700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 45 (Thread 0x7f205b7ff700 (LWP 4012)):
#0  0x00007f208dd26539 in __GI___pthread_mutex_lock (mutex=0x7f2050000a50) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5fa9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20500008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f205b7fee10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f205b7fee10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x1e31120) at thread/qthread.cpp:511
#8  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x1e31120) at qml/ftw/qqmlthread.cpp:149
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x1e31120) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f205b7ff700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 44 (Thread 0x7f205a7fe700 (LWP 4015)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20480008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f205a7fde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f205a7fde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x1f27800) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x1f27800) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x1f27800) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f205a7fe700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 43 (Thread 0x7f20597fd700 (LWP 4016)):
#0  0x00007f208efbcd67 in QListData::begin (this=0x7f204c002d20) at ../../include/QtCore/../../src/corelib/tools/qlist.h:99
#1  0x00007f208f2cb158 in QList<QTimerInfo*>::constBegin (this=0x7f204c002d20) at ../../include/QtCore/../../src/corelib/tools/qlist.h:280
#2  0x00007f208f2ca4de in QTimerInfoList::timerWait (this=0x7f204c002d20, tm=...) at kernel/qtimerinfo_unix.cpp:392
#3  0x00007f208f2cbe3d in timerSourcePrepareHelper (src=0x7f204c002cc0, timeout=0x7f20597fcbf4) at kernel/qeventdispatcher_glib.cpp:135
#4  0x00007f208f2cbfe5 in timerSourcePrepare (source=0x7f204c002cc0, timeout=0x7f20597fcbf4) at kernel/qeventdispatcher_glib.cpp:168
#5  0x00007f2089ce569d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f204c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#9  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f20597fce10, flags=...) at kernel/qeventloop.cpp:136
#10 0x00007f208f253423 in QEventLoop::exec (this=0x7f20597fce10, flags=...) at kernel/qeventloop.cpp:212
#11 0x00007f208efe0a98 in QThread::exec (this=0x1fee750) at thread/qthread.cpp:511
#12 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x1fee750) at qml/ftw/qqmlthread.cpp:149
#13 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x1fee750) at thread/qthread_unix.cpp:345
#14 0x00007f208dd24165 in start_thread (arg=0x7f20597fd700) at pthread_create.c:309
#15 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 42 (Thread 0x7f2047fff700 (LWP 4017)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20400008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2047ffee10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2047ffee10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x20d7090) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x20d7090) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x20d7090) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2047fff700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 41 (Thread 0x7f2046ffe700 (LWP 4020)):
#0  0x00007f208dd277d8 in __pthread_mutex_unlock_usercnt (decr=1, mutex=0x7f2038000a50) at pthread_mutex_unlock.c:63
#1  __GI___pthread_mutex_unlock (mutex=0x7f2038000a50) at pthread_mutex_unlock.c:310
#2  0x00007f2089d277f7 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5728 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20380008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2046ffde10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007f208f253423 in QEventLoop::exec (this=0x7f2046ffde10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007f208efe0a98 in QThread::exec (this=0x21c65d0) at thread/qthread.cpp:511
#10 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x21c65d0) at qml/ftw/qqmlthread.cpp:149
#11 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x21c65d0) at thread/qthread_unix.cpp:345
#12 0x00007f208dd24165 in start_thread (arg=0x7f2046ffe700) at pthread_create.c:309
#13 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 40 (Thread 0x7f2045ffd700 (LWP 4021)):
#0  0x00007f2089ce567b in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f203c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2045ffce10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f2045ffce10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x229c050) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x229c050) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x229c050) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f2045ffd700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 39 (Thread 0x7f2044d34700 (LWP 4047)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20300008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2044d33e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2044d33e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x237c270) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x237c270) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x237c270) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2044d34700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 38 (Thread 0x7f20377ff700 (LWP 4052)):
#0  __libc_disable_asynccancel () at ../nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S:98
#1  0x00007f208e953869 in read () at ../sysdeps/unix/syscall-template.S:81
#2  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f202c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f20377fee10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007f208f253423 in QEventLoop::exec (this=0x7f20377fee10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007f208efe0a98 in QThread::exec (this=0x246df60) at thread/qthread.cpp:511
#10 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x246df60) at qml/ftw/qqmlthread.cpp:149
#11 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x246df60) at thread/qthread_unix.cpp:345
#12 0x00007f208dd24165 in start_thread (arg=0x7f20377ff700) at pthread_create.c:309
#13 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 37 (Thread 0x7f20367fe700 (LWP 4053)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20240008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f20367fde10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f20367fde10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x2546f30) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2546f30) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2546f30) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f20367fe700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 36 (Thread 0x7f20357fd700 (LWP 4056)):
#0  0x00007f2089d277e0 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089ce5bea in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce6058 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20280008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f20357fce10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f20357fce10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x26021a0) at thread/qthread.cpp:511
#8  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x26021a0) at qml/ftw/qqmlthread.cpp:149
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x26021a0) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f20357fd700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 35 (Thread 0x7f2023fff700 (LWP 4059)):
#0  0x00007f208dd26539 in __GI___pthread_mutex_lock (mutex=0x26fed50) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce56a9 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x26e3f40, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2023ffee10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2023ffee10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x26e35a0) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x26e35a0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x26e35a0) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2023fff700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 34 (Thread 0x7f2022ffe700 (LWP 4060)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2028003370, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2022ffde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f2022ffde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x27dc2c0) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x27dc2c0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x27dc2c0) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f2022ffe700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 33 (Thread 0x7f2021ffd700 (LWP 4063)):
#0  __libc_enable_asynccancel () at ../nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S:65
#1  0x00007f208e953852 in read () at ../sysdeps/unix/syscall-template.S:81
#2  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2024003370, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2021ffce10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007f208f253423 in QEventLoop::exec (this=0x7f2021ffce10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007f208efe0a98 in QThread::exec (this=0x28a6830) at thread/qthread.cpp:511
#10 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x28a6830) at qml/ftw/qqmlthread.cpp:149
#11 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x28a6830) at thread/qthread_unix.cpp:345
#12 0x00007f208dd24165 in start_thread (arg=0x7f2021ffd700) at pthread_create.c:309
#13 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 32 (Thread 0x7f2020ffc700 (LWP 4064)):
#0  QGenericAtomicOps<QBasicAtomicOps<8> >::acquireMemoryFence<QMutexData*> (_q_value=@0x1007f208efdda20: <error reading variable>) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:83
#1  0x00007f208efdd9bd in testAndSetAcquire<QMutexData*, QMutexData*> (currentValue=0x7f2020ffbb18, newValue=0x1, expectedValue=0x0, _q_value=@0x29794c8: 0x1) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:175
#2  QBasicAtomicPointer<QMutexData>::testAndSetAcquire (this=0x29794c8, expectedValue=0x0, newValue=0x1, currentValue=@0x7f2020ffbb18: 0x0) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:284
#3  0x00007f208efdd6b9 in QBasicMutex::fastTryLock (this=0x29794c8, current=@0x7f2020ffbb18: 0x0) at thread/qmutex.h:90
#4  0x00007f208efdcfb5 in QMutex::lock (this=0x29794c8) at thread/qmutex.cpp:220
#5  0x00007f208efc1469 in QMutexLocker::QMutexLocker (this=0x7f2020ffbb60, m=0x29794c8) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:136
#6  0x00007f208f2c9262 in QThreadData::canWaitLocked (this=0x29794a0) at ../../include/QtCore/5.3.1/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:248
#7  0x00007f208f2cc1c1 in postEventSourcePrepare (s=0x7f202c003700, timeout=0x7f2020ffbbf4) at kernel/qeventdispatcher_glib.cpp:262
#8  0x00007f2089ce569d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f202c002b70, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#12 0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2020ffbe10, flags=...) at kernel/qeventloop.cpp:136
#13 0x00007f208f253423 in QEventLoop::exec (this=0x7f2020ffbe10, flags=...) at kernel/qeventloop.cpp:212
#14 0x00007f208efe0a98 in QThread::exec (this=0x29958e0) at thread/qthread.cpp:511
#15 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x29958e0) at qml/ftw/qqmlthread.cpp:149
#16 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x29958e0) at thread/qthread_unix.cpp:345
#17 0x00007f208dd24165 in start_thread (arg=0x7f2020ffc700) at pthread_create.c:309
#18 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 31 (Thread 0x7f201fffb700 (LWP 4065)):
#0  0x00007f208efbcd03 in QListData::isEmpty (this=0x7f2030003e60) at ../../include/QtCore/../../src/corelib/tools/qlist.h:97
#1  0x00007f208f2cb24e in QList<QTimerInfo*>::isEmpty (this=0x7f2030003e60) at ../../include/QtCore/../../src/corelib/tools/qlist.h:162
#2  0x00007f208f2cbee3 in timerSourceCheckHelper (src=0x7f2030003e00) at kernel/qeventdispatcher_glib.cpp:145
#3  0x00007f208f2cc01d in timerSourceCheck (source=0x7f2030003e00) at kernel/qeventdispatcher_glib.cpp:176
#4  0x00007f2089ce5a71 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20300027e0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#8  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f201fffae10, flags=...) at kernel/qeventloop.cpp:136
#9  0x00007f208f253423 in QEventLoop::exec (this=0x7f201fffae10, flags=...) at kernel/qeventloop.cpp:212
#10 0x00007f208efe0a98 in QThread::exec (this=0x2a57220) at thread/qthread.cpp:511
#11 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2a57220) at qml/ftw/qqmlthread.cpp:149
#12 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2a57220) at thread/qthread_unix.cpp:345
#13 0x00007f208dd24165 in start_thread (arg=0x7f201fffb700) at pthread_create.c:309
#14 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 30 (Thread 0x7f201effa700 (LWP 4066)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f203c003170, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f201eff9e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f201eff9e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x2b4db80) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2b4db80) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2b4db80) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f201effa700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 29 (Thread 0x7f201dff9700 (LWP 4067)):
#0  0x00007f208dd277be in __pthread_mutex_unlock_usercnt (decr=1, mutex=0x7f2038003500) at pthread_mutex_unlock.c:57
#1  __GI___pthread_mutex_unlock (mutex=0x7f2038003500) at pthread_mutex_unlock.c:310
#2  0x00007f2089d277f7 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5728 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2038003370, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f201dff8e10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007f208f253423 in QEventLoop::exec (this=0x7f201dff8e10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007f208efe0a98 in QThread::exec (this=0x2c28790) at thread/qthread.cpp:511
#10 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2c28790) at qml/ftw/qqmlthread.cpp:149
#11 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2c28790) at thread/qthread_unix.cpp:345
#12 0x00007f208dd24165 in start_thread (arg=0x7f201dff9700) at pthread_create.c:309
#13 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 28 (Thread 0x7f201cff8700 (LWP 4068)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2040002f70, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f201cff7e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f201cff7e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x2ce5790) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2ce5790) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2ce5790) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f201cff8700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 27 (Thread 0x7f201bff7700 (LWP 4069)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f204c002f70, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f201bff6e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f201bff6e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x2dd0c30) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2dd0c30) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2dd0c30) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f201bff7700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 26 (Thread 0x7f201aff6700 (LWP 4070)):
#0  0x00007f2089ce56b1 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2048003370, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f201aff5e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f201aff5e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x2eacb20) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2eacb20) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2eacb20) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f201aff6700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 25 (Thread 0x7f2019ff5700 (LWP 4071)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2050002f70, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2019ff4e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2019ff4e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x2f7e430) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x2f7e430) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x2f7e430) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2019ff5700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 24 (Thread 0x7f2018f04700 (LWP 4072)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2054003170, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2018f03e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2018f03e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x307a840) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x307a840) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x307a840) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2018f04700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7f2017e13700 (LWP 4073)):
#0  0x00007f208dd26539 in __GI___pthread_mutex_lock (mutex=0x7f205c004830) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5a7c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f205c003420, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2017e12e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2017e12e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x31535b0) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x31535b0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x31535b0) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2017e13700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7f2016d22700 (LWP 4075)):
#0  __GI___pthread_mutex_lock (mutex=0x0) at ../nptl/pthread_mutex_lock.c:63
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5567 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2068041a40, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2016d21e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2016d21e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x3213890) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x3213890) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x3213890) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2016d22700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7f2015c31700 (LWP 4090)):
#0  QListData::begin (this=0x7f208f2c9f27 <QTimerInfoList::repairTimersIfNeeded()+17>) at ../../include/QtCore/../../src/corelib/tools/qlist.h:99
#1  0x00007f208f2cb158 in QList<QTimerInfo*>::constBegin (this=0x7f206c005660) at ../../include/QtCore/../../src/corelib/tools/qlist.h:280
#2  0x00007f208f2ca4de in QTimerInfoList::timerWait (this=0x7f206c005660, tm=...) at kernel/qtimerinfo_unix.cpp:392
#3  0x00007f208f2cbe3d in timerSourcePrepareHelper (src=0x7f206c005600, timeout=0x7f2015c30bf4) at kernel/qeventdispatcher_glib.cpp:135
#4  0x00007f208f2cbfe5 in timerSourcePrepare (source=0x7f206c005600, timeout=0x7f2015c30bf4) at kernel/qeventdispatcher_glib.cpp:168
#5  0x00007f2089ce569d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f206c002fe0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#9  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2015c30e10, flags=...) at kernel/qeventloop.cpp:136
#10 0x00007f208f253423 in QEventLoop::exec (this=0x7f2015c30e10, flags=...) at kernel/qeventloop.cpp:212
#11 0x00007f208efe0a98 in QThread::exec (this=0x32ef5f0) at thread/qthread.cpp:511
#12 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x32ef5f0) at qml/ftw/qqmlthread.cpp:149
#13 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x32ef5f0) at thread/qthread_unix.cpp:345
#14 0x00007f208dd24165 in start_thread (arg=0x7f2015c31700) at pthread_create.c:309
#15 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Comment 12 Simon Andric 2014-07-17 08:40:59 UTC
Thread 20 (Thread 0x7f2014b40700 (LWP 4114)):
#0  __pthread_mutex_unlock_usercnt (decr=1, mutex=0x7f2074007010) at pthread_mutex_unlock.c:81
#1  __GI___pthread_mutex_unlock (mutex=0x7f2074007010) at pthread_mutex_unlock.c:310
#2  0x00007f2089d277f7 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f06 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2074005480, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f2014b3fe10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f2014b3fe10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x33d5050) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x33d5050) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x33d5050) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f2014b40700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7f1f93a4f700 (LWP 4126)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x34c7270, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f93a4ee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f93a4ee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x34ac320) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x34ac320) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x34ac320) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f1f93a4f700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 18 (Thread 0x7f1f92294700 (LWP 4184)):
#0  0x00007f208dd26539 in __GI___pthread_mutex_lock (mutex=0x7f2028005d40) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60e8 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2028005bb0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f92293e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f92293e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x3669270) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x3669270) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x3669270) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f1f92294700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 17 (Thread 0x7f1f9059d700 (LWP 4187)):
#0  __libc_disable_asynccancel () at ../nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S:98
#1  0x00007f208e957c09 in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f202400eca0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f9059cdc0, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f9059cdc0, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x37d7b60) at thread/qthread.cpp:511
#8  0x00007f2095a1ec6c in QQuickPixmapReader::run (this=0x37d7b60) at util/qquickpixmapcache.cpp:688
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x37d7b60) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f1f9059d700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 16 (Thread 0x7f1f8f499700 (LWP 4190)):
#0  0x00007f208dd26592 in __GI___pthread_mutex_lock (mutex=0x7f202c005140) at ../nptl/pthread_mutex_lock.c:146
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5fa9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f202c004fb0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f8f498e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f8f498e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x37d2b10) at thread/qthread.cpp:511
#8  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x37d2b10) at qml/ftw/qqmlthread.cpp:149
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x37d2b10) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f1f8f499700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7f1f8d85d700 (LWP 4201)):
#0  0x00007f208dd26539 in __GI___pthread_mutex_lock (mutex=0x7f2030005e40) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5a7c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2030005cb0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f8d85ce10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f8d85ce10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x3908cc0) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x3908cc0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x3908cc0) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f8d85d700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7f1f8e05e700 (LWP 4226)):
#0  0x00007f208dd26592 in __GI___pthread_mutex_lock (mutex=0x7f203c0d53f0) at ../nptl/pthread_mutex_lock.c:146
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5567 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f203c107970, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f8e05de10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f8e05de10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x40cd300) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x40cd300) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x40cd300) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f8e05e700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7f1f89a85700 (LWP 4227)):
#0  0x00007f208dd27807 in __pthread_mutex_unlock_usercnt (decr=1, mutex=0x7f2038005b40) at pthread_mutex_unlock.c:81
#1  __GI___pthread_mutex_unlock (mutex=0x7f2038005b40) at pthread_mutex_unlock.c:310
#2  0x00007f2089d277f7 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5a69 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20380059b0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f89a84e10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f89a84e10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007f208efe0a98 in QThread::exec (this=0x41b7800) at thread/qthread.cpp:511
#10 0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x41b7800) at qml/ftw/qqmlthread.cpp:149
#11 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x41b7800) at thread/qthread_unix.cpp:345
#12 0x00007f208dd24165 in start_thread (arg=0x7f1f89a85700) at pthread_create.c:309
#13 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7f1f88994700 (LWP 4228)):
#0  0x00007f208dd277d8 in __pthread_mutex_unlock_usercnt (decr=1, mutex=0x7f20400058a0) at pthread_mutex_unlock.c:63
#1  __GI___pthread_mutex_unlock (mutex=0x7f20400058a0) at pthread_mutex_unlock.c:310
#2  0x00007f2089d277f7 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce6106 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20400269f0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f88993e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f88993e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x4296a40) at thread/qthread.cpp:511
#8  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x4296a40) at qml/ftw/qqmlthread.cpp:149
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x4296a40) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f1f88994700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7f1f84e64700 (LWP 4247)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f204c05d500, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f84e63e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f84e63e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x4586ac0) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x4586ac0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x4586ac0) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f84e64700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7f1f828f6700 (LWP 4256)):
#0  0x00007f2089ce33f3 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089ce563b in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2048044660, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f828f5e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f828f5e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x4c62be0) at thread/qthread.cpp:511
#8  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x4c62be0) at qml/ftw/qqmlthread.cpp:149
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x4c62be0) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f1f828f6700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7f1f818f5700 (LWP 4259)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f2050030a50, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f818f4dc0, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f818f4dc0, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x4dd9ff0) at thread/qthread.cpp:511
#7  0x00007f2095a1ec6c in QQuickPixmapReader::run (this=0x4dd9ff0) at util/qquickpixmapcache.cpp:688
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x4dd9ff0) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f1f818f5700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7f1f810f4700 (LWP 4261)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20540e12f0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f810f3e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f810f3e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x4a2bc20) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x4a2bc20) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x4a2bc20) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f810f4700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7f1f7e284700 (LWP 4265)):
#0  0x00007f2089d27f00 in g_private_get () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089d0b440 in g_thread_self () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60ed in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20680ca0d0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f7e283e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f7e283e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x5d2cbf0) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x5d2cbf0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x5d2cbf0) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f1f7e284700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7f1f7d283700 (LWP 4266)):
#0  0x00007f2089d277a4 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f2089ce56a9 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f206c05cfb0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f7d282e10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f7d282e10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007f208efe0a98 in QThread::exec (this=0x62f2690) at thread/qthread.cpp:511
#8  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x62f2690) at qml/ftw/qqmlthread.cpp:149
#9  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x62f2690) at thread/qthread_unix.cpp:345
#10 0x00007f208dd24165 in start_thread (arg=0x7f1f7d283700) at pthread_create.c:309
#11 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7f1f7c282700 (LWP 4267)):
#0  0x00007f208dd26539 in __GI___pthread_mutex_lock (mutex=0x7f2074152170) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f2089d27787 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce588b in g_main_context_query () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f207403d440, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f7c281e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f7c281e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x6853c50) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x6853c50) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x6853c50) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f7c282700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f1f7ab41700 (LWP 4277)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x5741710, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f7ab40e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f7ab40e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x7754ad0) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x7754ad0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x7754ad0) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f7ab41700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f1f7fcdb700 (LWP 4281)):
#0  0x00007f208e95385d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089d26b90 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce5b24 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f2089ce5f8b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f205c1ef210, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f7fcdae10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f7fcdae10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007f208efe0a98 in QThread::exec (this=0x62cfb80) at thread/qthread.cpp:511
#9  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x62cfb80) at qml/ftw/qqmlthread.cpp:149
#10 0x00007f208efe7e11 in QThreadPrivate::start (arg=0x62cfb80) at thread/qthread_unix.cpp:345
#11 0x00007f208dd24165 in start_thread (arg=0x7f1f7fcdb700) at pthread_create.c:309
#12 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f1f78d2d700 (LWP 4330)):
#0  0x00007f208e957bfd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f2089ce5ff4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f208f2cca3d in QEventDispatcherGlib::processEvents (this=0x7f20281bbd40, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007f208f253162 in QEventLoop::processEvents (this=0x7f1f78d2ce10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007f208f253423 in QEventLoop::exec (this=0x7f1f78d2ce10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007f208efe0a98 in QThread::exec (this=0x6c37e10) at thread/qthread.cpp:511
#7  0x00007f2091c3c6fd in QQmlThreadPrivate::run (this=0x6c37e10) at qml/ftw/qqmlthread.cpp:149
#8  0x00007f208efe7e11 in QThreadPrivate::start (arg=0x6c37e10) at thread/qthread_unix.cpp:345
#9  0x00007f208dd24165 in start_thread (arg=0x7f1f78d2d700) at pthread_create.c:309
#10 0x00007f208e9624dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f20961bc780 (LWP 3575)):
[KCrash Handler]
#6  0x00007f208efddbae in QBasicAtomicOps<8>::testAndSetRelaxed<QMutexData*> (_q_value=@0x408eddc9ba5e37a7: <error reading variable>, expectedValue=0x0, newValue=0x1, currentValue=0x7fff235400c8) at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:267
#7  0x00007f208efdd9ae in testAndSetAcquire<QMutexData*, QMutexData*> (currentValue=0x7fff235400c8, newValue=0x1, expectedValue=0x0, _q_value=@0x408eddc9ba5e37a7: <error reading variable>) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:174
#8  QBasicAtomicPointer<QMutexData>::testAndSetAcquire (this=0x408eddc9ba5e37a7, expectedValue=0x0, newValue=0x1, currentValue=@0x7fff235400c8: 0x408eddc9ba5e368f) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:284
#9  0x00007f208efdd6b9 in QBasicMutex::fastTryLock (this=0x408eddc9ba5e37a7, current=@0x7fff235400c8: 0x408eddc9ba5e368f) at thread/qmutex.h:90
#10 0x00007f208efdcfb5 in QMutex::lock (this=0x408eddc9ba5e37a7) at thread/qmutex.cpp:220
#11 0x00007f2091a21df2 in QQmlEnginePrivate::Locker::relock (this=0x7fff23540130) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/qml/qqmlengine_p.h:345
#12 0x00007f2091a21d2f in QQmlEnginePrivate::Locker::Locker (this=0x7fff23540130, e=0x408eddc9ba5e353f) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/qml/qqmlengine_p.h:325
#13 0x00007f2091b8bfd1 in QQmlEnginePrivate::typeCategory (this=0x408eddc9ba5e353f, t=1191) at qml/qqmlengine.cpp:2168
#14 0x00007f2091bf3a1e in flagsForPropertyType (propType=1191, engine=0x72a9f80) at qml/qqmlpropertycache.cpp:126
#15 0x00007f2091bf6a38 in QQmlPropertyCache::resolve (this=0x73bef10, data=0x6419708) at qml/qqmlpropertycache.cpp:809
#16 0x00007f2091bf69b2 in QQmlPropertyCache::ensureResolved (this=0x73bef10, p=0x6419708) at qml/qqmlpropertycache.cpp:797
#17 0x00007f2091bf7407 in QQmlPropertyCache::findProperty (this=0x73bef10, it=..., vmemo=0x0, context=0x65b49c0) at qml/qqmlpropertycache.cpp:1004
#18 0x00007f2091bf71c7 in QQmlPropertyCache::findProperty (this=0x73bef10, it=..., object=0x40a8bb0, context=0x65b49c0) at qml/qqmlpropertycache.cpp:941
#19 0x00007f2091b5a7de in QQmlPropertyCache::property<QV4::String*> (this=0x73bef10, key=@0x7fff23540320: 0x7f2058794320, object=0x40a8bb0, context=0x65b49c0) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/qml/qqmlpropertycache_p.h:287
#20 0x00007f2091b4fcf6 in QV4::QObjectWrapper::findProperty (this=0x7f20587a6b90, engine=0x20c75a0, qmlContext=0x65b49c0, name=0x7f2058794320, revisionMode=QV4::QObjectWrapper::IgnoreRevision, local=0x7fff23540440) at jsruntime/qv4qobjectwrapper.cpp:267
#21 0x00007f2091b4ffe9 in QV4::QObjectWrapper::getQmlProperty (this=0x7f20587a6b90, ctx=0x7fff235406f0, qmlContext=0x65b49c0, n=0x7f2058794320, revisionMode=QV4::QObjectWrapper::IgnoreRevision, hasProperty=0x0, includeImports=true) at jsruntime/qv4qobjectwrapper.cpp:294
#22 0x00007f2091b52482 in QV4::QObjectWrapper::get (m=0x7f20587a6b90, name=..., hasProperty=0x0) at jsruntime/qv4qobjectwrapper.cpp:672
#23 0x00007f2091a56585 in QV4::Object::get (this=0x7f20587a6b90, name=..., hasProperty=0x0) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/jsruntime/qv4object_p.h:244
#24 0x00007f2091b66ea7 in QV4::Runtime::getProperty (ctx=0x7fff235406f0, object=..., name=...) at jsruntime/qv4runtime.cpp:662
#25 0x00007f1f8f59e142 in ?? ()
#26 0x00007fff23540640 in ?? ()
#27 0x00007f2091ad2eeb in QV4::ExecutionContext::ExecutionContext (this=0x0, engine=0x7f2046fff608, t=1078067200) at jsruntime/qv4context_p.h:93
#28 0x00007f2091b013f1 in QV4::SimpleScriptFunction::call (that=0x7f20587a5e40, callData=0x7f2046fff5c8) at jsruntime/qv4functionobject.cpp:529
#29 0x00007f2091a566c0 in QV4::Object::call (this=0x7f20587a5e40, d=0x7f2046fff5c8) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/jsruntime/qv4object_p.h:270
#30 0x00007f2091b68bb3 in QV4::Runtime::callActivationProperty (context=0x7fff23540990, name=..., callData=...) at jsruntime/qv4runtime.cpp:912
#31 0x00007f1f8f59f995 in ?? ()
#32 0x00007fff235408e0 in ?? ()
#33 0x00007f2091ad2eeb in QV4::ExecutionContext::ExecutionContext (this=0x0, engine=0x0, t=1078067200) at jsruntime/qv4context_p.h:93
#34 0x00007f2091b013f1 in QV4::SimpleScriptFunction::call (that=0x7f20587a6440, callData=0x7f2046fff378) at jsruntime/qv4functionobject.cpp:529
#35 0x00007f2091a566c0 in QV4::Object::call (this=0x7f20587a6440, d=0x7f2046fff378) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/jsruntime/qv4object_p.h:270
#36 0x00007f2091c1d90b in QQmlJavaScriptExpression::evaluate (this=0x6314460, context=0x65b49c0, function=..., callData=0x7f2046fff378, isUndefined=0x0) at qml/qqmljavascriptexpression.cpp:166
#37 0x00007f2091bb45d6 in QQmlBoundSignalExpression::evaluate (this=0x6314440, a=0x0) at qml/qqmlboundsignal.cpp:289
#38 0x00007f2091bb4c28 in QQmlBoundSignal_callback (e=0x6c327a8, a=0x0) at qml/qqmlboundsignal.cpp:416
#39 0x00007f2091bff357 in QQmlNotifier::emitNotify (endpoint=0x6c327a8, a=0x0) at qml/qqmlnotifier.cpp:81
#40 0x00007f2091b885fd in QQmlData::signalEmitted (object=0x59760b0, index=25, a=0x0) at qml/qqmlengine.cpp:720
#41 0x00007f208f297b41 in QMetaObject::activate (sender=0x59760b0, signalOffset=3, local_signal_index=22, argv=0x0) at kernel/qobject.cpp:3567
#42 0x00007f208f29793e in QMetaObject::activate (sender=0x59760b0, m=0x7f2095fed760 <QQuickItem::staticMetaObject>, local_signal_index=22, argv=0x0) at kernel/qobject.cpp:3546
#43 0x00007f2095ad94ff in QQuickItem::heightChanged (this=0x59760b0) at .moc/moc_qquickitem.cpp:1071
#44 0x00007f2095acc080 in QQuickItem::geometryChanged (this=0x59760b0, newGeometry=..., oldGeometry=...) at items/qquickitem.cpp:3379
#45 0x00007f2095ad32cd in QQuickItem::setHeight (this=0x59760b0, h=36) at items/qquickitem.cpp:6077
#46 0x00007f2095ad8d0a in QQuickItem::qt_metacall (this=0x59760b0, _c=QMetaObject::WriteProperty, _id=8, _a=0x7fff23541550) at .moc/moc_qquickitem.cpp:878
#47 0x00007f2071382fca in ?? () from /opt/project-neon5/lib/x86_64-linux-gnu/qml/org/kde/kquickcontrolsaddons/libkquickcontrolsaddonsplugin.so
#48 0x00007f2091b83010 in QQmlVMEMetaObject::metaCall (this=0x5ead8c0, c=QMetaObject::WriteProperty, _id=9, a=0x7fff23541550) at qml/qqmlvmemetaobject.cpp:980
#49 0x00007f20919908ca in QAbstractDynamicMetaObject::metaCall (this=0x5ead8c0, c=QMetaObject::WriteProperty, _id=9, a=0x7fff23541550) at /build/buildd/project-neon5-qt5-0.0.git20140712.0315.neon6~5bb3462~14.04.1/qtbase/include/QtCore/5.3.1/QtCore/private/../../../../../src/corelib/kernel/qobject_p.h:428
#50 0x00007f208f25eded in QMetaObject::metacall (object=0x59760b0, cl=QMetaObject::WriteProperty, idx=9, argv=0x7fff23541550) at kernel/qmetaobject.cpp:306
#51 0x00007f2091ba3fac in QQmlPropertyPrivate::writeBinding (object=0x59760b0, core=..., context=0x6cace40, expression=0x769e1f0, result=..., isUndefined=false, flags=...) at qml/qqmlproperty.cpp:1498
#52 0x00007f2091c2854b in QQmlBinding::update (this=0x769e1d0, flags=...) at qml/qqmlbinding.cpp:266
#53 0x00007f2091c28c89 in QQmlBinding::setEnabled (this=0x769e1d0, e=true, flags=...) at qml/qqmlbinding.cpp:371
#54 0x00007f2091c28bc5 in QQmlBinding::setEnabled (This=0x769e208, e=true, f=...) at qml/qqmlbinding.cpp:352
#55 0x00007f2091b8cec4 in QQmlAbstractBinding::setEnabled (this=0x769e208, e=true, f=...) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/qml/qqmlabstractbinding_p.h:118
#56 0x00007f2091b888e9 in QQmlData::flushPendingBindingImpl (this=0x5ead790, coreIndex=9) at qml/qqmlengine.cpp:790
#57 0x00007f2091b58f3b in QQmlData::flushPendingBinding (o=0x59760b0, coreIndex=9) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/qml/qqmldata_p.h:290
#58 0x00007f2091b503aa in QV4::QObjectWrapper::getProperty (object=0x59760b0, ctx=0x7fff23541a50, property=0x7f204005eb98, captureRequired=true) at jsruntime/qv4qobjectwrapper.cpp:340
#59 0x00007f2091b521f9 in QV4::QObjectWrapper::getProperty (object=0x59760b0, ctx=0x7fff23541a50, propertyIndex=9, captureRequired=true) at jsruntime/qv4qobjectwrapper.cpp:632
#60 0x00007f2091b6a790 in QV4::Runtime::getQmlQObjectProperty (ctx=0x7fff23541a50, object=..., propertyIndex=9, captureRequired=true) at jsruntime/qv4runtime.cpp:1309
#61 0x00007f1f8f59a97a in ?? ()
#62 0x00007fff235419a0 in ?? ()
#63 0x00007f2091ad2eeb in QV4::ExecutionContext::ExecutionContext (this=0x0, engine=0x7433870, t=0) at jsruntime/qv4context_p.h:93
#64 0x00007f2091b013f1 in QV4::SimpleScriptFunction::call (that=0x7f20587a6aa0, callData=0x7f2046fff008) at jsruntime/qv4functionobject.cpp:529
#65 0x00007f2091a566c0 in QV4::Object::call (this=0x7f20587a6aa0, d=0x7f2046fff008) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/jsruntime/qv4object_p.h:270
#66 0x00007f2091c1d90b in QQmlJavaScriptExpression::evaluate (this=0x59dcac0, context=0x6cace40, function=..., callData=0x7f2046fff008, isUndefined=0x7fff23541cfe) at qml/qqmljavascriptexpression.cpp:166
#67 0x00007f2091c1d5e0 in QQmlJavaScriptExpression::evaluate (this=0x59dcac0, context=0x6cace40, function=..., isUndefined=0x7fff23541cfe) at qml/qqmljavascriptexpression.cpp:123
#68 0x00007f2091c2844f in QQmlBinding::update (this=0x59dcaa0, flags=...) at qml/qqmlbinding.cpp:259
#69 0x00007f2091c28c89 in QQmlBinding::setEnabled (this=0x59dcaa0, e=true, flags=...) at qml/qqmlbinding.cpp:371
#70 0x00007f2091c28bc5 in QQmlBinding::setEnabled (This=0x59dcad8, e=true, f=...) at qml/qqmlbinding.cpp:352
#71 0x00007f2091b8cec4 in QQmlAbstractBinding::setEnabled (this=0x59dcad8, e=true, f=...) at ../../include/QtQml/5.3.1/QtQml/private/../../../../../src/qml/qml/qqmlabstractbinding_p.h:118
#72 0x00007f2091c3823e in QQmlObjectCreator::finalize (this=0x5f15e40, interrupt=...) at qml/qqmlobjectcreator.cpp:1187
#73 0x00007f2091baca3f in QQmlIncubatorPrivate::incubate (this=0x609d620, i=...) at qml/qqmlincubator.cpp:357
#74 0x00007f2091babe81 in QQmlEnginePrivate::incubate (this=0x20e08a0, i=..., forContext=0x7433870) at qml/qqmlincubator.cpp:95
#75 0x00007f2091c86508 in QQmlDelegateModelItem::incubateObject (this=0x76e1560, component=0x43785a0, engine=0x20ec730, context=0x71ece80, forContext=0x7433870) at types/qqmldelegatemodel.cpp:1933
#76 0x00007f2091c80878 in QQmlDelegateModelPrivate::object (this=0x67d2fb0, group=QQmlListCompositor::Default, index=1, asynchronous=false) at types/qqmldelegatemodel.cpp:966
#77 0x00007f2091c80b16 in QQmlDelegateModel::object (this=0x5efd560, index=1, asynchronous=false) at types/qqmldelegatemodel.cpp:1002
#78 0x00007f2095befb4d in QQuickItemViewPrivate::createItem (this=0x64c8870, modelIndex=1, asynchronous=false) at items/qquickitemview.cpp:2275
#79 0x00007f2095b92817 in QQuickListViewPrivate::addVisibleItems (this=0x64c8870, fillFrom=-0, fillTo=308, bufferFrom=-320, bufferTo=628, doBuffer=false) at items/qquicklistview.cpp:664
#80 0x00007f2095bed130 in QQuickItemViewPrivate::refill (this=0x64c8870, from=-0, to=308) at items/qquickitemview.cpp:1756
#81 0x00007f2095becfd5 in QQuickItemViewPrivate::refill (this=0x64c8870) at items/qquickitemview.cpp:1737
#82 0x00007f2095bed9e1 in QQuickItemViewPrivate::layout (this=0x64c8870) at items/qquickitemview.cpp:1864
#83 0x00007f2095beb786 in QQuickItemView::updatePolish (this=0x7277620) at items/qquickitemview.cpp:1452
#84 0x00007f2095ae5f7b in QQuickWindowPrivate::polishItems (this=0x4b89630) at items/qquickwindow.cpp:271
#85 0x00007f2095ab57fe in QSGGuiThreadRenderLoop::renderWindow (this=0x1b37620, window=0x4b88c00) at scenegraph/qsgrenderloop.cpp:355
#86 0x00007f2095ab5d00 in QSGGuiThreadRenderLoop::exposureChanged (this=0x1b37620, window=0x4b88c00) at scenegraph/qsgrenderloop.cpp:414
#87 0x00007f2095ae5cda in QQuickWindow::exposeEvent (this=0x4b88c00) at items/qquickwindow.cpp:216
#88 0x00007f208f64c368 in QWindow::event (this=0x4b88c00, ev=0x7fff23542ca0) at kernel/qwindow.cpp:1956
#89 0x00007f2095ae9b31 in QQuickWindow::event (this=0x4b88c00, e=0x7fff23542ca0) at items/qquickwindow.cpp:1348
#90 0x00007f2094963e06 in PlasmaQuick::Dialog::event (this=0x4b88c00, event=0x7fff23542ca0) at /build/buildd/project-neon5-plasma-framework-0.0+git20140712.0308+neon4~054a38b~14.04/src/plasmaquick/dialog.cpp:847
#91 0x00007f208fea83fa in QApplicationPrivate::notify_helper (this=0x17b85c0, receiver=0x4b88c00, e=0x7fff23542ca0) at kernel/qapplication.cpp:3522
#92 0x00007f208fea5a42 in QApplication::notify (this=0x7fff23543140, receiver=0x4b88c00, e=0x7fff23542ca0) at kernel/qapplication.cpp:2975
#93 0x00007f208f25642a in QCoreApplication::notifyInternal (this=0x7fff23543140, receiver=0x4b88c00, event=0x7fff23542ca0) at kernel/qcoreapplication.cpp:935
#94 0x00007f208f6439a3 in QCoreApplication::sendSpontaneousEvent (receiver=0x4b88c00, event=0x7fff23542ca0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:240
#95 0x00007f208f640f27 in QGuiApplicationPrivate::processExposeEvent (e=0x728e210) at kernel/qguiapplication.cpp:2538
#96 0x00007f208f63c872 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x728e210) at kernel/qguiapplication.cpp:1576
#97 0x00007f208f626f21 in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at kernel/qwindowsysteminterface.cpp:579
#98 0x00007f207c71fae0 in userEventSourceDispatch (source=0x17ec400) at eventdispatchers/qeventdispatcher_glib.cpp:78
#99 0x00007f2089ce5e14 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#100 0x00007f2089ce6058 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#101 0x00007f2089ce60fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#102 0x00007f208f2cca1d in QEventDispatcherGlib::processEvents (this=0x17ed8b0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#103 0x00007f207c71fcf2 in QPAEventDispatcherGlib::processEvents (this=0x17ed8b0, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#104 0x00007f208f253162 in QEventLoop::processEvents (this=0x7fff23542ff0, flags=...) at kernel/qeventloop.cpp:136
#105 0x00007f208f253423 in QEventLoop::exec (this=0x7fff23542ff0, flags=...) at kernel/qeventloop.cpp:212
#106 0x00007f208f256ae2 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#107 0x00007f208f63c4e0 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1446
#108 0x00007f208fea5263 in QApplication::exec () at kernel/qapplication.cpp:2767
#109 0x000000000045f2ac in main ()
Comment 13 Simon Andric 2014-07-17 08:42:15 UTC
Created attachment 87768 [details]
original bug report 1
Comment 14 Simon Andric 2014-07-17 08:42:41 UTC
Created attachment 87769 [details]
original bug report 2
Comment 15 John Smith 2014-08-27 07:43:09 UTC
Application: plasmashell ()

Qt Version: 5.3.2
Operating System: Linux 3.13.0-34-generic x86_64
Distribution: Ubuntu 14.04.1 LTS

-- Information about the crash:
- What I was doing when the application crashed:
 logged in to kubuntu (kde5).
- Unusual behavior I noticed:
 plasmashell crashes hard and needs to restart every fuking time i start kubuntu an log in.

The crash can be reproduced every time.

-- Backtrace:
Application: plasmashell (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb66d766780 (LWP 1977))]

Thread 31 (Thread 0x7fb6548e6700 (LWP 2073)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb64c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6548e5e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6548e5e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x1984d40) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x1984d40) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x1984d40) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb6548e6700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 30 (Thread 0x7fb6439b3700 (LWP 2086)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb645dacd33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#2  0x00007fb645dabe37 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#3  0x00007fb6652c1182 in start_thread (arg=0x7fb6439b3700) at pthread_create.c:312
#4  0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 29 (Thread 0x7fb6431b2700 (LWP 2087)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb645dacd33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#2  0x00007fb645dabe37 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#3  0x00007fb6652c1182 in start_thread (arg=0x7fb6431b2700) at pthread_create.c:312
#4  0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 28 (Thread 0x7fb6429b1700 (LWP 2088)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb645dacd33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#2  0x00007fb645dabe37 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#3  0x00007fb6652c1182 in start_thread (arg=0x7fb6429b1700) at pthread_create.c:312
#4  0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 27 (Thread 0x7fb6421b0700 (LWP 2089)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fb645dacd33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#2  0x00007fb645dabe37 in ?? () from /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#3  0x00007fb6652c1182 in start_thread (arg=0x7fb6421b0700) at pthread_create.c:312
#4  0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 26 (Thread 0x7fb63e236700 (LWP 2099)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6380008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb63e235e10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb63e235e10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x1b5d6c0) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x1b5d6c0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x1b5d6c0) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb63e236700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 25 (Thread 0x7fb63cae0700 (LWP 2101)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6300008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb63cadfe10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb63cadfe10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x1d5d5f0) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x1d5d5f0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x1d5d5f0) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb63cae0700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 24 (Thread 0x7fb6377ff700 (LWP 2107)):
#0  0x00007fb661287860 in g_main_context_query () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb661287f52 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb62c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6377fee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6377fee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x1e4ce00) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x1e4ce00) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x1e4ce00) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb6377ff700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7fb6367fe700 (LWP 2114)):
#0  0x00007fb6612c9622 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb6612c99b9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287a59 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6240008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6367fde10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6367fde10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x1f2b270) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x1f2b270) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x1f2b270) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb6367fe700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7fb6357fd700 (LWP 2116)):
#0  0x00007fb665ec773d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb6612c8c20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287b14 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6280008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6357fce10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6357fce10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x20082a0) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x20082a0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x20082a0) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb6357fd700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7fb623fff700 (LWP 2121)):
#0  0x00007fb6668366d5 in QList<GPollFDWithQSocketNotifier*>::count (this=0x7fb61c0013a0) at ../../include/QtCore/../../src/corelib/tools/qlist.h:292
#1  0x00007fb666835021 in socketNotifierSourceCheck (source=0x7fb61c002c50) at kernel/qeventdispatcher_glib.cpp:82
#2  0x00007fb661287a61 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb61c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb623ffee10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb623ffee10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x20e4ce0) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x20e4ce0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x20e4ce0) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb623fff700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 20 (Thread 0x7fb622ffe700 (LWP 2122)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6140008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb622ffde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb622ffde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x21a3ea0) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x21a3ea0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x21a3ea0) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb622ffe700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7fb621ffd700 (LWP 2124)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6180008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb621ffce10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb621ffce10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x227d1b0) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x227d1b0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x227d1b0) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb621ffd700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 18 (Thread 0x7fb620ffc700 (LWP 2126)):
#0  0x00007fb6612c962a in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb6612c99b9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287a20 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb60c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb620ffbe10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb620ffbe10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x237a300) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x237a300) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x237a300) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb620ffc700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 17 (Thread 0x7fb6137ff700 (LWP 2129)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6080008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6137fee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6137fee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x245c690) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x245c690) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x245c690) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb6137ff700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 16 (Thread 0x7fb6127fe700 (LWP 2133)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6000008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6127fde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6127fde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x25298d0) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x25298d0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x25298d0) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb6127fe700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7fb6117fd700 (LWP 2135)):
#0  0x00007fb665ec773d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb6612c8c20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287b14 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb6040008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb6117fce10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb6117fce10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x25fd890) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x25fd890) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x25fd890) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb6117fd700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7fb5fffff700 (LWP 2144)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5f80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5ffffee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5ffffee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x26fe600) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x26fe600) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x26fe600) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb5fffff700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7fb5feffe700 (LWP 2154)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5f00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5feffde10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5feffde10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x27cf4f0) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x27cf4f0) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x27cf4f0) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb5feffe700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7fb5fdffd700 (LWP 2155)):
#0  0x00007fb666546aea in QBasicAtomicPointer<QMutexData>::testAndSetRelease (this=0x28ba408, expectedValue=0x1, newValue=0x0, currentValue=@0x7fb5fdffcaf8: 0x7fb5fdffcb60) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:286
#1  0x00007fb6665467f2 in QBasicMutex::fastTryUnlock (this=0x28ba408, current=@0x7fb5fdffcaf8: 0x7fb5fdffcb60) at thread/qmutex.h:93
#2  0x00007fb666546173 in QMutex::unlock (this=0x28ba408) at thread/qmutex.cpp:272
#3  0x00007fb66652a50e in QMutexLocker::unlock (this=0x7fb5fdffcb60) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:146
#4  0x00007fb66652a4c8 in QMutexLocker::~QMutexLocker (this=0x7fb5fdffcb60, __in_chrg=<optimized out>) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:140
#5  0x00007fb6668325bc in QThreadData::canWaitLocked (this=0x28ba3e0) at ../../include/QtCore/5.3.2/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:249
#6  0x00007fb666835507 in postEventSourcePrepare (s=0x7fb5f4001340, timeout=0x7fb5fdffcbf4) at kernel/qeventdispatcher_glib.cpp:262
#7  0x00007fb66128768d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007fb661287f03 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5f40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#11 0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5fdffce10, flags=...) at kernel/qeventloop.cpp:136
#12 0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5fdffce10, flags=...) at kernel/qeventloop.cpp:212
#13 0x00007fb666549b9e in QThread::exec (this=0x289b100) at thread/qthread.cpp:511
#14 0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x289b100) at qml/ftw/qqmlthread.cpp:149
#15 0x00007fb666550f17 in QThreadPrivate::start (arg=0x289b100) at thread/qthread_unix.cpp:345
#16 0x00007fb6652c1182 in start_thread (arg=0x7fb5fdffd700) at pthread_create.c:312
#17 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7fb5fcffc700 (LWP 2157)):
#0  QBasicAtomicOps<8>::testAndSetRelaxed<QMutexData*> (_q_value=@0x29788c8: 0x1, expectedValue=0x0, newValue=0x0, currentValue=0x7fb5fcffbb18) at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:269
#1  0x00007fb666546ab4 in testAndSetAcquire<QMutexData*, QMutexData*> (currentValue=0x7fb5fcffbb18, newValue=0x1, expectedValue=0x0, _q_value=@0x29788c8: 0x1) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:174
#2  QBasicAtomicPointer<QMutexData>::testAndSetAcquire (this=0x29788c8, expectedValue=0x0, newValue=0x1, currentValue=@0x7fb5fcffbb18: 0x0) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:284
#3  0x00007fb6665467bf in QBasicMutex::fastTryLock (this=0x29788c8, current=@0x7fb5fcffbb18: 0x0) at thread/qmutex.h:90
#4  0x00007fb6665460bb in QMutex::lock (this=0x29788c8) at thread/qmutex.cpp:220
#5  0x00007fb66652a499 in QMutexLocker::QMutexLocker (this=0x7fb5fcffbb60, m=0x29788c8) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:136
#6  0x00007fb6668325a8 in QThreadData::canWaitLocked (this=0x29788a0) at ../../include/QtCore/5.3.2/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:248
#7  0x00007fb666835507 in postEventSourcePrepare (s=0x7fb5e8001340, timeout=0x7fb5fcffbbac) at kernel/qeventdispatcher_glib.cpp:262
#8  0x00007fb66683557e in postEventSourceCheck (source=0x7fb5e8001340) at kernel/qeventdispatcher_glib.cpp:272
#9  0x00007fb661287a61 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5e80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#13 0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5fcffbe10, flags=...) at kernel/qeventloop.cpp:136
#14 0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5fcffbe10, flags=...) at kernel/qeventloop.cpp:212
#15 0x00007fb666549b9e in QThread::exec (this=0x298fcf0) at thread/qthread.cpp:511
#16 0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x298fcf0) at qml/ftw/qqmlthread.cpp:149
#17 0x00007fb666550f17 in QThreadPrivate::start (arg=0x298fcf0) at thread/qthread_unix.cpp:345
#18 0x00007fb6652c1182 in start_thread (arg=0x7fb5fcffc700) at pthread_create.c:312
#19 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7fb5ef7ff700 (LWP 2169)):
#0  0x00007fb6652c47ee in __pthread_mutex_unlock_usercnt (decr=1, mutex=0x7fb564000a50) at pthread_mutex_unlock.c:57
#1  __GI___pthread_mutex_unlock (mutex=0x7fb564000a50) at pthread_mutex_unlock.c:310
#2  0x00007fb6612c99c1 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287680 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb661287f03 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5640008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#7  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5ef7fee10, flags=...) at kernel/qeventloop.cpp:136
#8  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5ef7fee10, flags=...) at kernel/qeventloop.cpp:212
#9  0x00007fb666549b9e in QThread::exec (this=0x2a63470) at thread/qthread.cpp:511
#10 0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x2a63470) at qml/ftw/qqmlthread.cpp:149
#11 0x00007fb666550f17 in QThreadPrivate::start (arg=0x2a63470) at thread/qthread_unix.cpp:345
#12 0x00007fb6652c1182 in start_thread (arg=0x7fb5ef7ff700) at pthread_create.c:312
#13 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7fb563fff700 (LWP 2237)):
#0  0x00007fb666526120 in load<int> (_q_value=@0x7fb55c0013a0: 2) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:98
#1  QBasicAtomicInteger<int>::load (this=0x7fb55c0013a0) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:124
#2  0x00007fb666835545 in postEventSourcePrepare (s=0x7fb55c001340, timeout=0x7fb563ffebac) at kernel/qeventdispatcher_glib.cpp:267
#3  0x00007fb66683557e in postEventSourceCheck (source=0x7fb55c001340) at kernel/qeventdispatcher_glib.cpp:272
#4  0x00007fb661287a61 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb55c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#8  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb563ffee10, flags=...) at kernel/qeventloop.cpp:136
#9  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb563ffee10, flags=...) at kernel/qeventloop.cpp:212
#10 0x00007fb666549b9e in QThread::exec (this=0x2f55170) at thread/qthread.cpp:511
#11 0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x2f55170) at qml/ftw/qqmlthread.cpp:149
#12 0x00007fb666550f17 in QThreadPrivate::start (arg=0x2f55170) at thread/qthread_unix.cpp:345
#13 0x00007fb6652c1182 in start_thread (arg=0x7fb563fff700) at pthread_create.c:312
#14 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7fb562d5d700 (LWP 2238)):
#0  0x00007fb665ec773d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb6612c8c20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287b14 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5540008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb562d5cdc0, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb562d5cdc0, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x30dd5a0) at thread/qthread.cpp:511
#9  0x00007fb66cfa6e4c in QQuickPixmapReader::run (this=0x30dd5a0) at util/qquickpixmapcache.cpp:688
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x30dd5a0) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb562d5d700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7fb553fff700 (LWP 2245)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb54c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb553ffee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb553ffee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x3e20a20) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x3e20a20) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x3e20a20) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb553fff700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7fb551fbc700 (LWP 2246)):
#0  0x00007fb6612c962a in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb6612c99b9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287a59 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5440008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb551fbbe10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb551fbbe10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x6196fa0) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x6196fa0) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x6196fa0) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb551fbc700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7fb550ec9700 (LWP 2247)):
#0  0x00007fb6612c962a in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fb6612c99b9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287680 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f03 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5480008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb550ec8e10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb550ec8e10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x62c4390) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x62c4390) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x62c4390) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb550ec9700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7fb5437ff700 (LWP 2248)):
#0  0x00007fb665ec903d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb661287fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb53c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#4  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5437fee10, flags=...) at kernel/qeventloop.cpp:136
#5  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5437fee10, flags=...) at kernel/qeventloop.cpp:212
#6  0x00007fb666549b9e in QThread::exec (this=0x63a2730) at thread/qthread.cpp:511
#7  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x63a2730) at qml/ftw/qqmlthread.cpp:149
#8  0x00007fb666550f17 in QThreadPrivate::start (arg=0x63a2730) at thread/qthread_unix.cpp:345
#9  0x00007fb6652c1182 in start_thread (arg=0x7fb5437ff700) at pthread_create.c:312
#10 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7fb5427fe700 (LWP 2249)):
#0  0x00007fb666835458 in idleTimerSourceCheck (source=0x7fb534002f70) at kernel/qeventdispatcher_glib.cpp:221
#1  0x00007fb661287a61 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5340008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#5  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb5427fde10, flags=...) at kernel/qeventloop.cpp:136
#6  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb5427fde10, flags=...) at kernel/qeventloop.cpp:212
#7  0x00007fb666549b9e in QThread::exec (this=0x64a4dd0) at thread/qthread.cpp:511
#8  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x64a4dd0) at qml/ftw/qqmlthread.cpp:149
#9  0x00007fb666550f17 in QThreadPrivate::start (arg=0x64a4dd0) at thread/qthread_unix.cpp:345
#10 0x00007fb6652c1182 in start_thread (arg=0x7fb5427fe700) at pthread_create.c:312
#11 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7fb53b5ef700 (LWP 2255)):
#0  0x00007fb665ec773d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fb6612c8c20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fb661287b14 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fb661287f7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fb666835d83 in QEventDispatcherGlib::processEvents (this=0x7fb5300008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
#6  0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fb53b5eee10, flags=...) at kernel/qeventloop.cpp:136
#7  0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fb53b5eee10, flags=...) at kernel/qeventloop.cpp:212
#8  0x00007fb666549b9e in QThread::exec (this=0x66eeb50) at thread/qthread.cpp:511
#9  0x00007fb6691b7d39 in QQmlThreadPrivate::run (this=0x66eeb50) at qml/ftw/qqmlthread.cpp:149
#10 0x00007fb666550f17 in QThreadPrivate::start (arg=0x66eeb50) at thread/qthread_unix.cpp:345
#11 0x00007fb6652c1182 in start_thread (arg=0x7fb53b5ef700) at pthread_create.c:312
#12 0x00007fb665ed638d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7fb66d766780 (LWP 1977)):
[KCrash Handler]
#6  0x00007fb66a6cbcbe in KScreen::Mode::size (this=0x0) at /build/buildd/project-neon5-libkscreen-0.0+git20140825.0313+neon4~ed8cfb2~14.04/src/mode.cpp:102
#7  0x00007fb66a6c7cb4 in KScreen::Output::geometry (this=0x1b582c0) at /build/buildd/project-neon5-libkscreen-0.0+git20140825.0313+neon4~ed8cfb2~14.04/src/output.cpp:427
#8  0x00000000004856f5 in ShellCorona::isOutputRedundant (this=0x196f970, screen=0x1b582c0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140825.0315+neon4~63bb78b~14.04/shell/shellcorona.cpp:635
#9  0x0000000000485abc in ShellCorona::reconsiderOutputs (this=0x196f970) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140825.0315+neon4~63bb78b~14.04/shell/shellcorona.cpp:677
#10 0x00000000004974ad in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (ShellCorona::*)()>::call(void (ShellCorona::*)(), ShellCorona*, void**) (f=(void (ShellCorona::*)(ShellCorona * const)) 0x4859b0 <ShellCorona::reconsiderOutputs()>, o=0x196f970, arg=0x7fff57ad8a50) at /opt/project-neon5/include/QtCore/qobjectdefs_impl.h:508
#11 0x00000000004963eb in QtPrivate::FunctionPointer<void (ShellCorona::*)()>::call<QtPrivate::List<>, void>(void (ShellCorona::*)(), ShellCorona*, void**) (f=(void (ShellCorona::*)(ShellCorona * const)) 0x4859b0 <ShellCorona::reconsiderOutputs()>, o=0x196f970, arg=0x7fff57ad8a50) at /opt/project-neon5/include/QtCore/qobjectdefs_impl.h:527
#12 0x0000000000493a7f in QtPrivate::QSlotObject<void (ShellCorona::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x19104f0, r=0x196f970, a=0x7fff57ad8a50, ret=0x0) at /opt/project-neon5/include/QtCore/qobject_impl.h:151
#13 0x00007fb66680405f in QtPrivate::QSlotObjectBase::call (this=0x19104f0, r=0x196f970, a=0x7fff57ad8a50) at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:132
#14 0x00007fb666801314 in QMetaObject::activate (sender=0x193fbd0, signalOffset=3, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3666
#15 0x00007fb666800c1a in QMetaObject::activate (sender=0x193fbd0, m=0x7fb666aaeac0 <QTimer::staticMetaObject>, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3546
#16 0x00007fb66688eb63 in QTimer::timeout (this=0x193fbd0) at .moc/moc_qtimer.cpp:191
#17 0x00007fb66680c11b in QTimer::timerEvent (this=0x193fbd0, e=0x7fff57ad91e0) at kernel/qtimer.cpp:255
#18 0x00007fb6667fab54 in QObject::event (this=0x193fbd0, e=0x7fff57ad91e0) at kernel/qobject.cpp:1222
#19 0x00007fb6674140d0 in QApplicationPrivate::notify_helper (this=0x18645c0, receiver=0x193fbd0, e=0x7fff57ad91e0) at kernel/qapplication.cpp:3499
#20 0x00007fb667411718 in QApplication::notify (this=0x7fff57adb940, receiver=0x193fbd0, e=0x7fff57ad91e0) at kernel/qapplication.cpp:2952
#21 0x00007fb6667bf6f4 in QCoreApplication::notifyInternal (this=0x7fff57adb940, receiver=0x193fbd0, event=0x7fff57ad91e0) at kernel/qcoreapplication.cpp:935
#22 0x00007fb6667c3281 in QCoreApplication::sendEvent (receiver=0x193fbd0, event=0x7fff57ad91e0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#23 0x00007fb6668340e8 in QTimerInfoList::activateTimers (this=0x18a5d00) at kernel/qtimerinfo_unix.cpp:643
#24 0x00007fb6668353d2 in timerSourceDispatch (source=0x18a5ca0) at kernel/qeventdispatcher_glib.cpp:185
#25 0x00007fb661287e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007fb661288048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x00007fb666835d63 in QEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#29 0x00007fb6594ef0ce in QPAEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#30 0x00007fb6667bfc17 in QCoreApplication::processEvents (flags=..., maxtime=50) at kernel/qcoreapplication.cpp:1133
#31 0x00007fb66b3ec28e in KDeclarative::QmlObject::createObjectFromComponent (this=0x2983ae0, component=0x65a8460, context=0x6d89bf0, initialProperties=...) at /build/buildd/project-neon5-kdeclarative-0.0+git20140825.0313+neon4~2f9eb9f~14.04/src/kdeclarative/qmlobject.cpp:258
#32 0x00007fb66bed4e48 in PlasmaQuick::AppletQuickItemPrivate::createCompactRepresentationItem (this=0x298cda0) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/src/plasmaquick/appletquickitem.cpp:173
#33 0x00007fb66bed569d in PlasmaQuick::AppletQuickItemPrivate::compactRepresentationCheck (this=0x298cda0) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/src/plasmaquick/appletquickitem.cpp:293
#34 0x00007fb66bed74f1 in PlasmaQuick::AppletQuickItem::qt_static_metacall (_o=0x227c200, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0x7fff57ad9600) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/obj-x86_64-linux-gnu/src/plasmaquick/moc_appletquickitem.cpp:180
#35 0x00007fb66680141e in QMetaObject::activate (sender=0x298ce50, signalOffset=3, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3680
#36 0x00007fb666800c1a in QMetaObject::activate (sender=0x298ce50, m=0x7fb666aaeac0 <QTimer::staticMetaObject>, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3546
#37 0x00007fb66688eb63 in QTimer::timeout (this=0x298ce50) at .moc/moc_qtimer.cpp:191
#38 0x00007fb66680c11b in QTimer::timerEvent (this=0x298ce50, e=0x7fff57ad9d90) at kernel/qtimer.cpp:255
#39 0x00007fb6667fab54 in QObject::event (this=0x298ce50, e=0x7fff57ad9d90) at kernel/qobject.cpp:1222
#40 0x00007fb6674140d0 in QApplicationPrivate::notify_helper (this=0x18645c0, receiver=0x298ce50, e=0x7fff57ad9d90) at kernel/qapplication.cpp:3499
#41 0x00007fb667411718 in QApplication::notify (this=0x7fff57adb940, receiver=0x298ce50, e=0x7fff57ad9d90) at kernel/qapplication.cpp:2952
#42 0x00007fb6667bf6f4 in QCoreApplication::notifyInternal (this=0x7fff57adb940, receiver=0x298ce50, event=0x7fff57ad9d90) at kernel/qcoreapplication.cpp:935
#43 0x00007fb6667c3281 in QCoreApplication::sendEvent (receiver=0x298ce50, event=0x7fff57ad9d90) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#44 0x00007fb6668340e8 in QTimerInfoList::activateTimers (this=0x18a5d00) at kernel/qtimerinfo_unix.cpp:643
#45 0x00007fb6668353d2 in timerSourceDispatch (source=0x18a5ca0) at kernel/qeventdispatcher_glib.cpp:185
#46 0x00007fb661287e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#47 0x00007fb661288048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#48 0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#49 0x00007fb666835d63 in QEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#50 0x00007fb6594ef0ce in QPAEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#51 0x00007fb6667bfc17 in QCoreApplication::processEvents (flags=..., maxtime=50) at kernel/qcoreapplication.cpp:1133
#52 0x00007fb66b3ec28e in KDeclarative::QmlObject::createObjectFromComponent (this=0x28bba20, component=0x324e360, context=0x6e7bed0, initialProperties=...) at /build/buildd/project-neon5-kdeclarative-0.0+git20140825.0313+neon4~2f9eb9f~14.04/src/kdeclarative/qmlobject.cpp:258
#53 0x00007fb66bed4e48 in PlasmaQuick::AppletQuickItemPrivate::createCompactRepresentationItem (this=0x28a30f0) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/src/plasmaquick/appletquickitem.cpp:173
#54 0x00007fb66bed569d in PlasmaQuick::AppletQuickItemPrivate::compactRepresentationCheck (this=0x28a30f0) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/src/plasmaquick/appletquickitem.cpp:293
#55 0x00007fb66bed74f1 in PlasmaQuick::AppletQuickItem::qt_static_metacall (_o=0x28bc500, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0x7fff57ada1b0) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/obj-x86_64-linux-gnu/src/plasmaquick/moc_appletquickitem.cpp:180
#56 0x00007fb66680141e in QMetaObject::activate (sender=0x28a31a0, signalOffset=3, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3680
#57 0x00007fb666800c1a in QMetaObject::activate (sender=0x28a31a0, m=0x7fb666aaeac0 <QTimer::staticMetaObject>, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3546
#58 0x00007fb66688eb63 in QTimer::timeout (this=0x28a31a0) at .moc/moc_qtimer.cpp:191
#59 0x00007fb66680c11b in QTimer::timerEvent (this=0x28a31a0, e=0x7fff57ada940) at kernel/qtimer.cpp:255
#60 0x00007fb6667fab54 in QObject::event (this=0x28a31a0, e=0x7fff57ada940) at kernel/qobject.cpp:1222
#61 0x00007fb6674140d0 in QApplicationPrivate::notify_helper (this=0x18645c0, receiver=0x28a31a0, e=0x7fff57ada940) at kernel/qapplication.cpp:3499
#62 0x00007fb667411718 in QApplication::notify (this=0x7fff57adb940, receiver=0x28a31a0, e=0x7fff57ada940) at kernel/qapplication.cpp:2952
#63 0x00007fb6667bf6f4 in QCoreApplication::notifyInternal (this=0x7fff57adb940, receiver=0x28a31a0, event=0x7fff57ada940) at kernel/qcoreapplication.cpp:935
#64 0x00007fb6667c3281 in QCoreApplication::sendEvent (receiver=0x28a31a0, event=0x7fff57ada940) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#65 0x00007fb6668340e8 in QTimerInfoList::activateTimers (this=0x18a5d00) at kernel/qtimerinfo_unix.cpp:643
#66 0x00007fb6668353d2 in timerSourceDispatch (source=0x18a5ca0) at kernel/qeventdispatcher_glib.cpp:185
#67 0x00007fb661287e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#68 0x00007fb661288048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#69 0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#70 0x00007fb666835d63 in QEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#71 0x00007fb6594ef0ce in QPAEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#72 0x00007fb6667bfc17 in QCoreApplication::processEvents (flags=..., maxtime=50) at kernel/qcoreapplication.cpp:1133
#73 0x00007fb66b3ec28e in KDeclarative::QmlObject::createObjectFromComponent (this=0x26253b0, component=0x4f3b510, context=0x6d4cd10, initialProperties=...) at /build/buildd/project-neon5-kdeclarative-0.0+git20140825.0313+neon4~2f9eb9f~14.04/src/kdeclarative/qmlobject.cpp:258
#74 0x00007fb66bed4e48 in PlasmaQuick::AppletQuickItemPrivate::createCompactRepresentationItem (this=0x2624270) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/src/plasmaquick/appletquickitem.cpp:173
#75 0x00007fb66bed569d in PlasmaQuick::AppletQuickItemPrivate::compactRepresentationCheck (this=0x2624270) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/src/plasmaquick/appletquickitem.cpp:293
#76 0x00007fb66bed74f1 in PlasmaQuick::AppletQuickItem::qt_static_metacall (_o=0x2605230, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0x7fff57adad60) at /build/buildd/project-neon5-plasma-framework-0.0+git20140825.0309+neon4~2b7d633~14.04/obj-x86_64-linux-gnu/src/plasmaquick/moc_appletquickitem.cpp:180
#77 0x00007fb66680141e in QMetaObject::activate (sender=0x2624320, signalOffset=3, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3680
#78 0x00007fb666800c1a in QMetaObject::activate (sender=0x2624320, m=0x7fb666aaeac0 <QTimer::staticMetaObject>, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3546
#79 0x00007fb66688eb63 in QTimer::timeout (this=0x2624320) at .moc/moc_qtimer.cpp:191
#80 0x00007fb66680c11b in QTimer::timerEvent (this=0x2624320, e=0x7fff57adb4f0) at kernel/qtimer.cpp:255
#81 0x00007fb6667fab54 in QObject::event (this=0x2624320, e=0x7fff57adb4f0) at kernel/qobject.cpp:1222
#82 0x00007fb6674140d0 in QApplicationPrivate::notify_helper (this=0x18645c0, receiver=0x2624320, e=0x7fff57adb4f0) at kernel/qapplication.cpp:3499
#83 0x00007fb667411718 in QApplication::notify (this=0x7fff57adb940, receiver=0x2624320, e=0x7fff57adb4f0) at kernel/qapplication.cpp:2952
#84 0x00007fb6667bf6f4 in QCoreApplication::notifyInternal (this=0x7fff57adb940, receiver=0x2624320, event=0x7fff57adb4f0) at kernel/qcoreapplication.cpp:935
#85 0x00007fb6667c3281 in QCoreApplication::sendEvent (receiver=0x2624320, event=0x7fff57adb4f0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#86 0x00007fb6668340e8 in QTimerInfoList::activateTimers (this=0x18a5d00) at kernel/qtimerinfo_unix.cpp:643
#87 0x00007fb6668353d2 in timerSourceDispatch (source=0x18a5ca0) at kernel/qeventdispatcher_glib.cpp:185
#88 0x00007fb6668354b9 in idleTimerSourceDispatch (source=0x18a2550) at kernel/qeventdispatcher_glib.cpp:232
#89 0x00007fb661287e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#90 0x00007fb661288048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#91 0x00007fb6612880ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#92 0x00007fb666835d63 in QEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#93 0x00007fb6594ef0ce in QPAEventDispatcherGlib::processEvents (this=0x18b1a20, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#94 0x00007fb6667bc42c in QEventLoop::processEvents (this=0x7fff57adb7f0, flags=...) at kernel/qeventloop.cpp:136
#95 0x00007fb6667bc6ed in QEventLoop::exec (this=0x7fff57adb7f0, flags=...) at kernel/qeventloop.cpp:212
#96 0x00007fb6667bfdac in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#97 0x00007fb666ba6998 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1483
#98 0x00007fb667410f39 in QApplication::exec () at kernel/qapplication.cpp:2744
#99 0x000000000046710c in main (argc=2, argv=0x7fff57adba88) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140825.0315+neon4~63bb78b~14.04/shell/main.cpp:109

Report to https://bugs.kde.org/
Comment 16 David Edmundson 2014-09-09 09:22:20 UTC
*** Bug 338725 has been marked as a duplicate of this bug. ***
Comment 17 Michael Reilly 2014-09-16 20:25:11 UTC
Another similar crash in ShellCorona::screenInvariants in the kubuntu weekly package ppa.  Crashes 4 times on login.  Also crashes when attempting to launch manually.

Backtrace:

Thread 1 (Thread 0x7f4f2b340780 (LWP 2813)):
[KCrash Handler]
#6  0x00007f4f24846bb9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7  0x00007f4f24849fc8 in __GI_abort () at abort.c:89
#8  0x00007f4f24f731cc in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1364
#9  0x00007f4f24f70cfe in QMessageLogger::fatal (this=0x7fff47201180, msg=0x7f4f252c8558 "ASSERT: \"%s\" in file %s, line %d") at global/qlogging.cpp:669
#10 0x00007f4f24f6b470 in qt_assert (assertion=0x4b1b60 "view->containment()->screen() == i", file=0x4b10e0 "/build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellcorona.cpp", line=372) at global/qglobal.cpp:2127
#11 0x000000000047a58d in ShellCorona::screenInvariants (this=0xe6dda0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellcorona.cpp:372
#12 0x000000000047c9ad in ShellCorona::addOutput (this=0xe6dda0, output=0xe54ba0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellcorona.cpp:771
#13 0x00000000004799ed in ShellCorona::load (this=0xe6dda0) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellcorona.cpp:285
#14 0x0000000000479160 in ShellCorona::setShell (this=0xe6dda0, shell=...) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellcorona.cpp:221
#15 0x0000000000492754 in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QString const&>, void, void (ShellCorona::*)(QString const&)>::call (f=(void (ShellCorona::*)(ShellCorona * const, const QString &)) 0x478f5c <ShellCorona::setShell(QString const&)>, o=0xe6dda0, arg=0x7fff47201780) at /opt/project-neon5/include/QtCore/qobjectdefs_impl.h:508
#16 0x0000000000492477 in QtPrivate::FunctionPointer<void (ShellCorona::*)(QString const&)>::call<QtPrivate::List<QString const&>, void> (f=(void (ShellCorona::*)(ShellCorona * const, const QString &)) 0x478f5c <ShellCorona::setShell(QString const&)>, o=0xe6dda0, arg=0x7fff47201780) at /opt/project-neon5/include/QtCore/qobjectdefs_impl.h:527
#17 0x00000000004920e1 in QtPrivate::QSlotObject<void (ShellCorona::*)(QString const&), QtPrivate::List<QString const&>, void>::impl (which=1, this_=0xe68a00, r=0xe6dda0, a=0x7fff47201780, ret=0x0) at /opt/project-neon5/include/QtCore/qobject_impl.h:151
#18 0x00007f4f25238fbb in QtPrivate::QSlotObjectBase::call (this=0xe68a00, r=0xe6dda0, a=0x7fff47201780) at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:132
#19 0x00007f4f25236270 in QMetaObject::activate (sender=0xe4df90, signalOffset=3, local_signal_index=0, argv=0x7fff47201780) at kernel/qobject.cpp:3666
#20 0x00007f4f25235b76 in QMetaObject::activate (sender=0xe4df90, m=0x6d6380 <ShellManager::staticMetaObject>, local_signal_index=0, argv=0x7fff47201780) at kernel/qobject.cpp:3546
#21 0x00000000004aafc5 in ShellManager::shellChanged (this=0xe4df90, _t1=...) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/obj-x86_64-linux-gnu/shell/moc_shellmanager.cpp:155
#22 0x0000000000490b51 in ShellManager::updateShell (this=0xe4df90) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellmanager.cpp:232
#23 0x00000000004903eb in ShellManager::loadHandlers (this=0xe4df90) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellmanager.cpp:129
#24 0x00000000004aadfa in ShellManager::qt_static_metacall (_o=0xe4df90, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xe98a00) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/obj-x86_64-linux-gnu/shell/moc_shellmanager.cpp:99
#25 0x00007f4f2522eb1d in QMetaCallEvent::placeMetaCall (this=0xe9f330, object=0xe4df90) at kernel/qobject.cpp:487
#26 0x00007f4f2522fb62 in QObject::event (this=0xe4df90, e=0xe9f330) at kernel/qobject.cpp:1241
#27 0x00007f4f25e490d0 in QApplicationPrivate::notify_helper (this=0xdc6c90, receiver=0xe4df90, e=0xe9f330) at kernel/qapplication.cpp:3499
#28 0x00007f4f25e46718 in QApplication::notify (this=0x7fff472024c0, receiver=0xe4df90, e=0xe9f330) at kernel/qapplication.cpp:2952
#29 0x00007f4f251f4650 in QCoreApplication::notifyInternal (this=0x7fff472024c0, receiver=0xe4df90, event=0xe9f330) at kernel/qcoreapplication.cpp:935
#30 0x00007f4f251f81dd in QCoreApplication::sendEvent (receiver=0xe4df90, event=0xe9f330) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#31 0x00007f4f251f591b in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xdbcf20) at kernel/qcoreapplication.cpp:1539
#32 0x00007f4f251f52c0 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1397
#33 0x00007f4f2526a51e in postEventSourceDispatch (s=0xe0e6e0) at kernel/qeventdispatcher_glib.cpp:279
#34 0x00007f4f20a90e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#35 0x00007f4f20a91048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x00007f4f20a910ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#37 0x00007f4f2526acbf in QEventDispatcherGlib::processEvents (this=0xddcc30, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#38 0x00007f4f1a482110 in QPAEventDispatcherGlib::processEvents (this=0xddcc30, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
#39 0x00007f4f251f1388 in QEventLoop::processEvents (this=0x7fff47202360, flags=...) at kernel/qeventloop.cpp:136
#40 0x00007f4f251f1649 in QEventLoop::exec (this=0x7fff47202360, flags=...) at kernel/qeventloop.cpp:212
#41 0x00007f4f251f4d08 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#42 0x00007f4f255db938 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1483
#43 0x00007f4f25e45f39 in QApplication::exec () at kernel/qapplication.cpp:2744
#44 0x000000000045d4e9 in main (argc=1, argv=0x7fff47202608) at /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/main.cpp:108

Terminal output:

"Theme tree: (Breeze)"
Trying to open ksycoca from "/home/omnipotententity/.project-neon5-kde//cache/ksycoca5"
populateAddPanelsMenu 1
kscreen: Loading backend
kscreen.xcb.helper: Detected XRandR 1.4
kscreen.xcb.helper: Event Base:  89
kscreen.xcb.helper: Event Error:  147
kscreen: Loading "XRandR" backend
Plasma Shell startup completed
evaluating startup script: "/opt/project-neon5/share/plasma/shells/org.kde.plasma.desktop/contents/layout.js"
requesting unexisting screen -1
org.kde.kactivities.lib.core: Killing the consumer
org.kde.kactivities.lib.core: Killing the consumer
"1"
QObject::disconnect: Unexpected null parameter
ASSERT: "view->containment()->screen() == i" in file /build/buildd/project-neon5-plasma-workspace-0.0+git20140916.0316+neon4~dd33f36~14.04/shell/shellcorona.cpp, line 372
Application::crashHandler() called with signal 6; recent crashes: 1
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = plasmashell path = /opt/project-neon5/bin pid = 2813
KCrash: Arguments: /opt/project-neon5/bin/plasmashell 
KCrash: Attempting to start /opt/project-neon5/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
Comment 18 Michael Reilly 2014-09-17 18:22:16 UTC
Commenting to report that last night's update fixed my crash issue.
Comment 19 David Edmundson 2014-09-24 23:46:33 UTC
*** Bug 339369 has been marked as a duplicate of this bug. ***
Comment 20 David Edmundson 2014-10-19 20:07:08 UTC
*** Bug 339708 has been marked as a duplicate of this bug. ***
Comment 21 Martin Klapetek 2014-10-19 20:32:33 UTC
Note that the two marked duplicates above match only one of the backtraces here (and not the orignal or last one) while here are 4 in total and 3 unique, maybe they should be separated or something.
Comment 22 Javier 2014-10-25 22:35:46 UTC
I add this bug report here because the most obvious related bug is 338725 (plasma shell crashes when rezising virtual box window) but that is already marked as a duplicate of this one.

Reported from the web because the reporting tool doesn't let me click the button to mark my crash as related to thig bug report.

Application: plasmashell ()

Qt Version: 5.3.0
Operating System: Linux 3.16.0-23-generic x86_64
Distribution: Ubuntu 14.10

-- Information about the crash:
- What I was doing when the application crashed:
 Maximazing Virtual Box window whit Kubuntu 14.10 Tech Preview running on it.
- Custom settings of the application:
 Running in a virtual machine (Virtual Box)

-- Backtrace:
Application: plasmashell (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbe9678b880 (LWP 1992))]

Thread 34 (Thread 0x7fbe83570700 (LWP 1996)):
#0  0x00007fbe9044a39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe93595b72 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x00007fbe9359764f in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x00007fbe858b1af9 in QXcbEventReader::run (this=0xc8ac00) at qxcbconnection.cpp:1034
#4  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0xc8ac00) at thread/qthread_unix.cpp:345
#5  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe83570700) at pthread_create.c:309
#6  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 33 (Thread 0x7fbe7a345700 (LWP 2006)):
#0  0x00007fbe8c6de384 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699460 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe6c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe7a344d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0xd484c0) at thread/qthread_unix.cpp:345
#8  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe7a345700) at pthread_create.c:309
#9  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 32 (Thread 0x7fbe698ec700 (LWP 2033)):
#0  0x00007fbe904460ad in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c6dced0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c69996c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe640008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe698ebd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#8  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0xd423b0) at thread/qthread_unix.cpp:345
#9  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe698ec700) at pthread_create.c:309
#10 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 31 (Thread 0x7fbe63dcf700 (LWP 2035)):
#0  0x00007fffcc3c399d in clock_gettime ()
#1  0x00007fbe90462b6d in __GI___clock_gettime (clock_id=<optimized out>, tp=<optimized out>) at ../sysdeps/unix/clock_gettime.c:115
#2  0x00007fbe90b84a96 in qt_clock_gettime (ts=0x7fbe63dceaa0, clock=<optimized out>) at tools/qelapsedtimer_unix.cpp:113
#3  do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at tools/qelapsedtimer_unix.cpp:169
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:178
#5  0x00007fbe90d59949 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7fbe5c002ed0) at kernel/qtimerinfo_unix.cpp:92
#6  0x00007fbe90d59eb5 in QTimerInfoList::timerWait (this=0x7fbe5c002ed0, tm=...) at kernel/qtimerinfo_unix.cpp:387
#7  0x00007fbe90d5b28e in timerSourcePrepareHelper (timeout=0x7fbe63dceb74, src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:135
#8  timerSourcePrepare (source=<optimized out>, timeout=0x7fbe63dceb74) at kernel/qeventdispatcher_glib.cpp:168
#9  0x00007fbe8c69946d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe5c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe63dced40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#15 0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x103bd80) at thread/qthread_unix.cpp:345
#16 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe63dcf700) at pthread_create.c:309
#17 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 30 (Thread 0x7fbe62dce700 (LWP 2039)):
#0  0x00007fbe90d5b4c3 in idleTimerSourcePrepare (source=<optimized out>, timeout=0x7fbe62dcdb74) at kernel/qeventdispatcher_glib.cpp:208
#1  0x00007fbe8c69946d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe540008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe62dcdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x1174990) at thread/qthread_unix.cpp:345
#8  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe62dce700) at pthread_create.c:309
#9  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 29 (Thread 0x7fbe61dcd700 (LWP 2041)):
#0  0x00007fbe8c6de384 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699460 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe580008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe61dccd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x123f630) at thread/qthread_unix.cpp:345
#8  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe61dcd700) at pthread_create.c:309
#9  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 28 (Thread 0x7fbe60d0c700 (LWP 2042)):
#0  0x00007fbe8c6de369 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c698e50 in g_main_context_acquire () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699d95 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe4c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe60d0bd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x1339ad0) at thread/qthread_unix.cpp:345
#8  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe60d0c700) at pthread_create.c:309
#9  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 27 (Thread 0x7fbe537ff700 (LWP 2043)):
#0  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x1414630, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#3  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe537fed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#4  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#5  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x13fd770) at thread/qthread_unix.cpp:345
#6  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe537ff700) at pthread_create.c:309
#7  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 26 (Thread 0x7fbe527fe700 (LWP 2048)):
#0  0x00007fbe8c699740 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe4c002f20, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe527fdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x14f73a0) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe527fe700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 25 (Thread 0x7fbe513ce700 (LWP 2049)):
#0  0x00007fbe8c6de384 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c69a006 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe58003320, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#3  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbe513cdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#4  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#5  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x15a9460) at thread/qthread_unix.cpp:345
#6  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe513ce700) at pthread_create.c:309
#7  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 24 (Thread 0x7fbe4bfff700 (LWP 2052)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fbe95109b34 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x00007fbe95109b79 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#3  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbe4bfff700) at pthread_create.c:309
#4  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7fbdcb6fe700 (LWP 2057)):
#0  0x00007fbe904460d5 in read () at ../sysdeps/unix/syscall-template.S:83
#1  0x00007fbe8c6dced0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c69996c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe54002f20, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdcb6fdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#8  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0xc67ca0) at thread/qthread_unix.cpp:345
#9  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdcb6fe700) at pthread_create.c:309
#10 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7fbdca6dd700 (LWP 2058)):
#0  0x00007fbe90ac33b1 in QMutex::lock (this=this@entry=0x17e85b8) at thread/qmutex.cpp:226
#1  0x00007fbe90d5b7c9 in QMutexLocker (m=0x17e85b8, this=<synthetic pointer>) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:136
#2  canWaitLocked (this=0x17e8590) at ../../include/QtCore/5.3.0/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:248
#3  postEventSourcePrepare (timeout=<synthetic pointer>, s=0x7fbe5c003ae0) at kernel/qeventdispatcher_glib.cpp:262
#4  postEventSourceCheck (source=0x7fbe5c003ae0) at kernel/qeventdispatcher_glib.cpp:272
#5  0x00007fbe8c6998c1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe5c003120, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#9  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdca6dcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#10 0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#11 0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x17d3850) at thread/qthread_unix.cpp:345
#12 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdca6dd700) at pthread_create.c:309
#13 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7fbdc8f23700 (LWP 2069)):
#0  QElapsedTimer::isMonotonic () at tools/qelapsedtimer_unix.cpp:157
#1  0x00007fbe90d59e4e in QTimerInfoList::repairTimersIfNeeded (this=0x7fbe640086e0) at kernel/qtimerinfo_unix.cpp:163
#2  0x00007fbe90d59ec3 in QTimerInfoList::timerWait (this=0x7fbe640086e0, tm=...) at kernel/qtimerinfo_unix.cpp:388
#3  0x00007fbe90d5b28e in timerSourcePrepareHelper (timeout=0x7fbdc8f22b74, src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:135
#4  timerSourcePrepare (source=<optimized out>, timeout=0x7fbdc8f22b74) at kernel/qeventdispatcher_glib.cpp:168
#5  0x00007fbe8c69946d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe640013e0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#9  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc8f22d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#10 0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#11 0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x198edb0) at thread/qthread_unix.cpp:345
#12 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc8f23700) at pthread_create.c:309
#13 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 20 (Thread 0x7fbdc7568700 (LWP 2080)):
#0  0x00007fffcc3c3ba3 in clock_gettime ()
#1  0x00007fbe90462b6d in __GI___clock_gettime (clock_id=<optimized out>, tp=<optimized out>) at ../sysdeps/unix/clock_gettime.c:115
#2  0x00007fbe90b84a96 in qt_clock_gettime (ts=0x7fbdc7567a30, clock=<optimized out>) at tools/qelapsedtimer_unix.cpp:113
#3  do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at tools/qelapsedtimer_unix.cpp:169
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:178
#5  0x00007fbe90d59949 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7fbe6c08e970) at kernel/qtimerinfo_unix.cpp:92
#6  0x00007fbe90d59eb5 in QTimerInfoList::timerWait (this=0x7fbe6c08e970, tm=...) at kernel/qtimerinfo_unix.cpp:387
#7  0x00007fbe90d5b28e in timerSourcePrepareHelper (timeout=0x7fbdc7567b04, src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:135
#8  timerSourcePrepare (source=<optimized out>, timeout=0x7fbdc7567b04) at kernel/qeventdispatcher_glib.cpp:168
#9  0x00007fbe8c69946d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe6c0763a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc7567cd0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#15 0x00007fbe960ee346 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#16 0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x1a7ce70) at thread/qthread_unix.cpp:345
#17 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc7568700) at pthread_create.c:309
#18 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7fbdc6967700 (LWP 2090)):
#0  0x00007fbe8c6de360 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c698f98 in g_main_context_release () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699e99 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe740013e0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc6966d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x1ab1b90) at thread/qthread_unix.cpp:345
#8  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc6967700) at pthread_create.c:309
#9  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 18 (Thread 0x7fbdc5966700 (LWP 2092)):
#0  0x00007fbe8c6de360 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c6998cc in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe7c0034f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc5965cd0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe960ee346 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#8  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x1bb8640) at thread/qthread_unix.cpp:345
#9  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc5966700) at pthread_create.c:309
#10 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 17 (Thread 0x7fbdc4364700 (LWP 2105)):
#0  0x00007fbe9044a39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c699ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x2837820, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc4363d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x287aac0) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc4364700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 16 (Thread 0x7fbdc1367700 (LWP 2125)):
#0  0x00007fbe904460ad in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c6dced0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c69996c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe4c1f0080, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc1366d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#8  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x308d940) at thread/qthread_unix.cpp:345
#9  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc1367700) at pthread_create.c:309
#10 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7fbdc0274700 (LWP 2126)):
#0  0x00007fbe9044a39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c699ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe581769d0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdc0273d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x313b460) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdc0274700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7fbdbf181700 (LWP 2128)):
#0  0x00007fbe8c699481 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe541eb2f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdbf180d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x323a0a0) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdbf181700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7fbdbe08e700 (LWP 2129)):
#0  0x00007fbe904460ad in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c6dced0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c69996c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe5c02ead0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdbe08dd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#8  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x32ee710) at thread/qthread_unix.cpp:345
#9  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdbe08e700) at pthread_create.c:309
#10 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7fbdbcf9b700 (LWP 2130)):
#0  0x00007fbe8c6de369 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699eca in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe64012c70, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdbcf9ad40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x33c3550) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdbcf9b700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7fbdbbea8700 (LWP 2131)):
#0  0x00007fbe8c699ea1 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe6c0ae550, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#3  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdbbea7d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#4  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#5  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x34a61c0) at thread/qthread_unix.cpp:345
#6  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdbbea8700) at pthread_create.c:309
#7  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7fbdbadb5700 (LWP 2133)):
#0  0x00007fbe9044a39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c699ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe74005660, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdbadb4d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x3589670) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdbadb5700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7fbdb9cc2700 (LWP 2135)):
#0  0x00007fbe8c6de369 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c69976f in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe7c005f90, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdb9cc1d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x365cc30) at thread/qthread_unix.cpp:345
#8  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdb9cc2700) at pthread_create.c:309
#9  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7fbdb7059700 (LWP 2218)):
#0  0x00007fbe9044a39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c699ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x3992760, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdb7058d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x39911a0) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdb7059700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7fbdb5f66700 (LWP 2219)):
#0  0x00007fbe9044a39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbe8c699ee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe4c20be30, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdb5f65d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x3a54b00) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdb5f66700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7fbdb1ff8700 (LWP 2222)):
#0  0x00007fbe8c69980b in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fbe8c699e83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbe90d5be6c in QEventDispatcherGlib::processEvents (this=0x7fbe582b4fb0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fbdb1ff7d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007fbe90ac64a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x20fda00) at thread/qthread_unix.cpp:345
#7  0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdb1ff8700) at pthread_create.c:309
#8  0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7fbdaf820700 (LWP 2223)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fbe90acc46b in wait (time=18446744073709551615, this=0x428dda0) at thread/qwaitcondition_unix.cpp:136
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x43a18c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#3  0x00007fbdc285a57f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x00007fbdc285e388 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x00007fbdc285e432 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x00007fbdc285c2f3 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#9  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x2315510) at thread/qthread_unix.cpp:345
#10 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdaf820700) at pthread_create.c:309
#11 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7fbdaf01f700 (LWP 2224)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fbe90acc46b in wait (time=18446744073709551615, this=0x428dda0) at thread/qwaitcondition_unix.cpp:136
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x43a18c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#3  0x00007fbdc285a57f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x00007fbdc285e388 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x00007fbdc285e432 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x00007fbdc285c2f3 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#9  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x22b9320) at thread/qthread_unix.cpp:345
#10 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdaf01f700) at pthread_create.c:309
#11 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7fbdae81e700 (LWP 2225)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fbe90acc46b in wait (time=18446744073709551615, this=0x428dda0) at thread/qwaitcondition_unix.cpp:136
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x43a18c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#3  0x00007fbdc285a57f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x00007fbdc285e388 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x00007fbdc285e432 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x00007fbdc285c2f3 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#9  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x470f1f0) at thread/qthread_unix.cpp:345
#10 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdae81e700) at pthread_create.c:309
#11 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7fbdae01d700 (LWP 2226)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007fbe90acc46b in wait (time=18446744073709551615, this=0x428dda0) at thread/qwaitcondition_unix.cpp:136
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x43a18c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#3  0x00007fbdc285a57f in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x00007fbdc285e388 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x00007fbdc285e432 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x00007fbdc28594ef in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x00007fbdc285c2f3 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#9  0x00007fbe90acb2ee in QThreadPrivate::start (arg=0x471b1c0) at thread/qthread_unix.cpp:345
#10 0x00007fbe8f84b0a5 in start_thread (arg=0x7fbdae01d700) at pthread_create.c:309
#11 0x00007fbe9045484d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7fbe9678b880 (LWP 1992)):
[KCrash Handler]
#5  KScreen::Mode::size (this=0x0) at ../../src/mode.cpp:102
#6  0x00007fbe93dd7046 in KScreen::Output::geometry (this=this@entry=0x104e8d0) at ../../src/output.cpp:427
#7  0x000000000044b14d in ShellCorona::isOutputRedundant (this=0xd31600, screen=0x104e8d0) at ../../shell/shellcorona.cpp:657
#8  0x000000000044cd25 in ShellCorona::reconsiderOutputs (this=0xd31600) at ../../shell/shellcorona.cpp:693
#9  0x00007fbe90d32d7e in call (a=0x7fffcc31c6c0, r=0xd31600, this=0xd416b0) at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:132
#10 QMetaObject::activate (sender=sender@entry=0xd316e0, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x0) at kernel/qobject.cpp:3666
#11 0x00007fbe90d336e7 in QMetaObject::activate (sender=sender@entry=0xd316e0, m=m@entry=0x7fbe911607c0 <QTimer::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x0) at kernel/qobject.cpp:3546
#12 0x00007fbe90db16c0 in QTimer::timeout (this=this@entry=0xd316e0) at .moc/moc_qtimer.cpp:189
#13 0x00007fbe90d40a08 in QTimer::timerEvent (this=0xd316e0, e=<optimized out>) at kernel/qtimer.cpp:255
#14 0x00007fbe90d340e3 in QObject::event (this=0xd316e0, e=<optimized out>) at kernel/qobject.cpp:1263
#15 0x00007fbe919d616c in QApplicationPrivate::notify_helper (this=0xc718b0, receiver=0xd316e0, e=0x7fffcc31ca50) at kernel/qapplication.cpp:3504
#16 0x00007fbe919db41e in QApplication::notify (this=0x7fffcc31cdf0, receiver=0xd316e0, e=0x7fffcc31ca50) at kernel/qapplication.cpp:3287
#17 0x00007fbe90d0481b in QCoreApplication::notifyInternal (this=0x7fffcc31cdf0, receiver=0xd316e0, event=event@entry=0x7fffcc31ca50) at kernel/qcoreapplication.cpp:935
#18 0x00007fbe90d5ad85 in sendEvent (event=0x7fffcc31ca50, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#19 QTimerInfoList::activateTimers (this=0xcab290) at kernel/qtimerinfo_unix.cpp:643
#20 0x00007fbe90d5b1e9 in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:185
#21 idleTimerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:232
#22 0x00007fbe8c699c5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007fbe8c699f48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007fbe8c699ffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007fbe90d5be57 in QEventDispatcherGlib::processEvents (this=0xcbc730, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#26 0x00007fbe90d02042 in QEventLoop::exec (this=this@entry=0x7fffcc31cca0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#27 0x00007fbe90d09acc in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#28 0x00007fbe912411dc in QGuiApplication::exec () at kernel/qguiapplication.cpp:1436
#29 0x00007fbe919d4795 in QApplication::exec () at kernel/qapplication.cpp:2749
#30 0x000000000042d446 in main (argc=2, argv=<optimized out>) at ../../shell/main.cpp:148

Possible duplicates by query: bug 339708, bug 338725, bug 335216.

Reported using DrKonqi
Comment 23 Martin Klapetek 2014-10-31 10:59:22 UTC
Got the same crash as in comment #17 while plugging in my second screen, except a different assert was triggered:

#10 0x00007fb7fe351440 in qt_assert (assertion=0x4bc6a6 "!screens.contains(screen)", file=0x4bbe40 "/home/mck182/kf5-dev/src/plasma-workspace/shell/shellcorona.cpp", line=377) at global/qglobal.cpp:2127
Comment 24 Carsten H 2014-11-02 20:51:16 UTC
Having the same issue. Can't use kde's integrated bug-reporter, see http://i.imgur.com/qLjryab.png . Bugged too.


Rückverfolgung des Absturzes:

Application: plasmashell (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f22cafbb880 (LWP 2669))]

Thread 27 (Thread 0x7f22b7c2f700 (LWP 2671)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c7dc8b72 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x00007f22c7dca64f in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x00007f22b9f70af9 in QXcbEventReader::run (this=0xb66490) at qxcbconnection.cpp:1034
#4  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0xb66490) at thread/qthread_unix.cpp:345
#5  0x00007f22c407e0a5 in start_thread (arg=0x7f22b7c2f700) at pthread_create.c:309
#6  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 26 (Thread 0x7f22af1dd700 (LWP 2672)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22a80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f22af1dcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0xc2d960) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f22af1dd700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 25 (Thread 0x7f22a1da6700 (LWP 2676)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f229c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f22a1da5d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0xc30bd0) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f22a1da6700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 24 (Thread 0x7f229bfff700 (LWP 2677)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22940008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f229bffed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0xf4b480) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f229bfff700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7f229affe700 (LWP 2679)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f228c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f229affdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x102ca90) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f229affe700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7f2299ffd700 (LWP 2680)):
#0  0x00007fffbcffcb43 in clock_gettime ()
#1  0x00007f22c4c95b6d in __GI___clock_gettime (clock_id=<optimized out>, tp=<optimized out>) at ../sysdeps/unix/clock_gettime.c:115
#2  0x00007f22c53b7a96 in qt_clock_gettime (ts=0x7f2299ffcaa0, clock=<optimized out>) at tools/qelapsedtimer_unix.cpp:113
#3  do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at tools/qelapsedtimer_unix.cpp:169
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:178
#5  0x00007f22c558c949 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7f2290002cd0) at kernel/qtimerinfo_unix.cpp:92
#6  0x00007f22c558ceb5 in QTimerInfoList::timerWait (this=0x7f2290002cd0, tm=...) at kernel/qtimerinfo_unix.cpp:387
#7  0x00007f22c558e28e in timerSourcePrepareHelper (timeout=0x7f2299ffcb74, src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:135
#8  timerSourcePrepare (source=<optimized out>, timeout=0x7f2299ffcb74) at kernel/qeventdispatcher_glib.cpp:168
#9  0x00007f22c0ecc46d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f22c0ecce0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22900008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f2299ffcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#15 0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x102a260) at thread/qthread_unix.cpp:345
#16 0x00007f22c407e0a5 in start_thread (arg=0x7f2299ffd700) at pthread_create.c:309
#17 0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7f2298ffc700 (LWP 2681)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22840008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f2298ffbd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x1107810) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f2298ffc700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 20 (Thread 0x7f228b7ff700 (LWP 2682)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22800008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f228b7fed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x12a5b20) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f228b7ff700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7f228a7fe700 (LWP 2683)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22780008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f228a7fdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x13a2de0) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f228a7fe700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 18 (Thread 0x7f22897fd700 (LWP 2684)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f227c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f22897fcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x1462a50) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f22897fd700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 17 (Thread 0x7f2277fff700 (LWP 2685)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f22700008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f2277ffed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x154a330) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f2277fff700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 16 (Thread 0x7f2276ffe700 (LWP 2686)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f22c993cb34 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x00007f22c993cb79 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#3  0x00007f22c407e0a5 in start_thread (arg=0x7f2276ffe700) at pthread_create.c:309
#4  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 15 (Thread 0x7f22767fd700 (LWP 2687)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21e80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f22767fcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x1626ca0) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f22767fd700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7f2275335700 (LWP 2688)):
#0  0x00007fffbcffc990 in clock_gettime ()
#1  0x00007f22c4c95b6d in __GI___clock_gettime (clock_id=<optimized out>, tp=<optimized out>) at ../sysdeps/unix/clock_gettime.c:115
#2  0x00007f22c53b7a96 in qt_clock_gettime (ts=0x7f2275334aa0, clock=<optimized out>) at tools/qelapsedtimer_unix.cpp:113
#3  do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at tools/qelapsedtimer_unix.cpp:169
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:178
#5  0x00007f22c558c949 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7f21ec0028d0) at kernel/qtimerinfo_unix.cpp:92
#6  0x00007f22c558ceb5 in QTimerInfoList::timerWait (this=0x7f21ec0028d0, tm=...) at kernel/qtimerinfo_unix.cpp:387
#7  0x00007f22c558e28e in timerSourcePrepareHelper (timeout=0x7f2275334b74, src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:135
#8  timerSourcePrepare (source=<optimized out>, timeout=0x7f2275334b74) at kernel/qeventdispatcher_glib.cpp:168
#9  0x00007f22c0ecc46d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f22c0ecce0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21ec0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f2275334d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#15 0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x1842d30) at thread/qthread_unix.cpp:345
#16 0x00007f22c407e0a5 in start_thread (arg=0x7f2275335700) at pthread_create.c:309
#17 0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7f21e7957700 (LWP 2689)):
#0  0x00007f22c4c790ad in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0f0fed0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0ecc96c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c0ecce83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21e00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21e7956cd0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#8  0x00007f22ca921346 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#9  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x1952d80) at thread/qthread_unix.cpp:345
#10 0x00007f22c407e0a5 in start_thread (arg=0x7f21e7957700) at pthread_create.c:309
#11 0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7f21e7156700 (LWP 2691)):
#0  0x00007f22c0ec9f13 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f22c0ecc80b in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0ecce83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21d80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21e7155d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x1e66f80) at thread/qthread_unix.cpp:345
#8  0x00007f22c407e0a5 in start_thread (arg=0x7f21e7156700) at pthread_create.c:309
#9  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7f21dfddd700 (LWP 2693)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21d40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21dfddcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x21c3a40) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f21dfddd700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7f21deddc700 (LWP 2694)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21cc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21deddbd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x222cf40) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f21deddc700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7f21ddd4b700 (LWP 2695)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21d00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21ddd4ad40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x2325e30) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f21ddd4b700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 8 (Thread 0x7f21dcc5a700 (LWP 2696)):
#0  0x00007fffbcffcb49 in clock_gettime ()
#1  0x00007f22c4c95b6d in __GI___clock_gettime (clock_id=<optimized out>, tp=<optimized out>) at ../sysdeps/unix/clock_gettime.c:115
#2  0x00007f22c53b7a96 in qt_clock_gettime (ts=0x7f21dcc59aa0, clock=<optimized out>) at tools/qelapsedtimer_unix.cpp:113
#3  do_gettime (frac=<synthetic pointer>, sec=<synthetic pointer>) at tools/qelapsedtimer_unix.cpp:169
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:178
#5  0x00007f22c558c949 in QTimerInfoList::updateCurrentTime (this=this@entry=0x7f21c4002ad0) at kernel/qtimerinfo_unix.cpp:92
#6  0x00007f22c558ceb5 in QTimerInfoList::timerWait (this=0x7f21c4002ad0, tm=...) at kernel/qtimerinfo_unix.cpp:387
#7  0x00007f22c558e28e in timerSourcePrepareHelper (timeout=0x7f21dcc59b74, src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:135
#8  timerSourcePrepare (source=<optimized out>, timeout=0x7f21dcc59b74) at kernel/qeventdispatcher_glib.cpp:168
#9  0x00007f22c0ecc46d in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f22c0ecce0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21c40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21dcc59d40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#15 0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x23d97e0) at thread/qthread_unix.cpp:345
#16 0x00007f22c407e0a5 in start_thread (arg=0x7f21dcc5a700) at pthread_create.c:309
#17 0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 7 (Thread 0x7f21cb7ff700 (LWP 2697)):
#0  0x00007f22c52f635a in testAndSetRelaxed<QMutexData*> (currentValue=<synthetic pointer>, newValue=0x1, expectedValue=0x0, _q_value=@0x24b1398: 0x1) at ../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:267
#1  testAndSetAcquire<QMutexData*, QMutexData*> (currentValue=<synthetic pointer>, newValue=0x1, expectedValue=0x0, _q_value=@0x24b1398: 0x1) at ../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:174
#2  testAndSetAcquire (currentValue=<synthetic pointer>, newValue=0x1, expectedValue=0x0, this=0x24b1398, this@entry=0x29) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:284
#3  fastTryLock (current=<synthetic pointer>, this=0x24b1398, this@entry=0x29) at thread/qmutex.h:90
#4  QMutex::lock (this=this@entry=0x24b1398) at thread/qmutex.cpp:220
#5  0x00007f22c558e7c9 in QMutexLocker (m=0x24b1398, this=<synthetic pointer>) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:136
#6  canWaitLocked (this=0x24b1370) at ../../include/QtCore/5.3.0/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:248
#7  postEventSourcePrepare (timeout=<synthetic pointer>, s=0x7f21c00012d0) at kernel/qeventdispatcher_glib.cpp:262
#8  postEventSourceCheck (source=0x7f21c00012d0) at kernel/qeventdispatcher_glib.cpp:272
#9  0x00007f22c0ecc8c1 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f22c0ecce83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21c00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#13 0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21cb7fed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#15 0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x24c0730) at thread/qthread_unix.cpp:345
#16 0x00007f22c407e0a5 in start_thread (arg=0x7f21cb7ff700) at pthread_create.c:309
#17 0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7f21ca7fe700 (LWP 2698)):
#0  0x00007f22c0ec9f62 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f22c0ecc40b in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0ecce0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21b80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21ca7fdd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x2591670) at thread/qthread_unix.cpp:345
#8  0x00007f22c407e0a5 in start_thread (arg=0x7f21ca7fe700) at pthread_create.c:309
#9  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7f21c97fd700 (LWP 2699)):
#0  0x00007f22c0f11369 in g_mutex_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f22c0ecc6ab in g_main_context_query () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0ecce5a in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21bc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21c97fcd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x2696bf0) at thread/qthread_unix.cpp:345
#8  0x00007f22c407e0a5 in start_thread (arg=0x7f21c97fd700) at pthread_create.c:309
#9  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f21b7fff700 (LWP 2700)):
#0  0x00007f22c4c7d39d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21b00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21b7ffed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#6  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x274fd00) at thread/qthread_unix.cpp:345
#7  0x00007f22c407e0a5 in start_thread (arg=0x7f21b7fff700) at pthread_create.c:309
#8  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f21b57ac700 (LWP 2703)):
#0  0x00007f22c4c790ad in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f22c0f0fed0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f22c0ecc96c in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c0ecce83 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21a80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21b57abd40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#8  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x2b79630) at thread/qthread_unix.cpp:345
#9  0x00007f22c407e0a5 in start_thread (arg=0x7f21b57ac700) at pthread_create.c:309
#10 0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f21affff700 (LWP 2704)):
#0  __libc_enable_asynccancel () at ../nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S:65
#1  0x00007f22c4c7d392 in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0x00007f22c0eccee4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f22c558ee6c in QEventDispatcherGlib::processEvents (this=0x7f21a40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7f21afffed40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x00007f22c52f94a4 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:511
#7  0x00007f22c52fe2ee in QThreadPrivate::start (arg=0x2c335b0) at thread/qthread_unix.cpp:345
#8  0x00007f22c407e0a5 in start_thread (arg=0x7f21affff700) at pthread_create.c:309
#9  0x00007f22c4c8784d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f22cafbb880 (LWP 2669)):
[KCrash Handler]
#5  KScreen::Mode::size (this=0x0) at ../../src/mode.cpp:102
#6  0x00007f22c860a046 in KScreen::Output::geometry (this=this@entry=0xe0bc80) at ../../src/output.cpp:427
#7  0x000000000044b14d in ShellCorona::isOutputRedundant (this=this@entry=0xbef300, screen=0xe0bc80) at ../../shell/shellcorona.cpp:657
#8  0x000000000044c7a5 in ShellCorona::addOutput (this=0xbef300, output=0xe0bc80) at ../../shell/shellcorona.cpp:729
#9  0x00007f22c5565d7e in call (a=0x7fffbce79fa0, r=0xbef300, this=0x1958330) at ../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:132
#10 QMetaObject::activate (sender=sender@entry=0xe0bc80, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=5, argv=argv@entry=0x0) at kernel/qobject.cpp:3666
#11 0x00007f22c55666e7 in QMetaObject::activate (sender=sender@entry=0xe0bc80, m=m@entry=0x7f22c8814c00 <KScreen::Output::staticMetaObject>, local_signal_index=local_signal_index@entry=5, argv=argv@entry=0x0) at kernel/qobject.cpp:3546
#12 0x00007f22c860dad3 in KScreen::Output::isEnabledChanged (this=this@entry=0xe0bc80) at moc_output.cpp:424
#13 0x00007f22c86097c3 in KScreen::Output::setEnabled (this=this@entry=0xe0bc80, enabled=<optimized out>) at ../../src/output.cpp:370
#14 0x00007f22a1fccdac in XRandROutput::updateKScreenOutput (this=this@entry=0xe0df50, output=0xe0bc80) at ../../../backends/xrandr/xrandroutput.cpp:393
#15 0x00007f22a1fbfcd3 in XRandRConfig::updateKScreenConfig (this=0xe25740, config=0xe299b0) at ../../../backends/xrandr/xrandrconfig.cpp:155
#16 0x00007f22c8608c89 in KScreen::ConfigMonitor::Private::updateConfigs (this=0x1622470) at ../../src/configmonitor.cpp:46
#17 0x00007f22c8608d3d in KScreen::ConfigMonitor::notifyUpdate (this=0x1632650) at ../../src/configmonitor.cpp:96
#18 0x00007f22a1fb784e in XRandR::updateOutput (this=<optimized out>, output=72) at ../../../backends/xrandr/xrandr.cpp:142
#19 0x00007f22c556627d in QMetaObject::activate (sender=sender@entry=0xe29310, signalOffset=<optimized out>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7fffbce7a310) at kernel/qobject.cpp:3680
#20 0x00007f22c55666e7 in QMetaObject::activate (sender=sender@entry=0xe29310, m=m@entry=0x7f22a21d2bc0 <XRandRXCBHelper::staticMetaObject>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7fffbce7a310) at kernel/qobject.cpp:3546
#21 0x00007f22a1fcdbd2 in XRandRXCBHelper::outputChanged (this=this@entry=0xe29310, _t1=_t1@entry=72) at moc_xrandrxcbhelper.cpp:173
#22 0x00007f22a1fba12c in XRandRXCBHelper::handleXRandRNotify (this=this@entry=0xe29310, e=e@entry=0x7f22b0003400) at ../../../backends/xrandr/xrandrxcbhelper.cpp:196
#23 0x00007f22a1fbba2b in XRandRXCBHelper::nativeEventFilter (this=0xe29310, eventType=..., message=0x7f22b0003400, result=<optimized out>) at ../../../backends/xrandr/xrandrxcbhelper.cpp:151
#24 0x00007f22c5534420 in QAbstractEventDispatcher::filterNativeEvent (this=<optimized out>, eventType=..., message=message@entry=0x7f22b0003400, result=result@entry=0x7fffbce7a4a8) at kernel/qabstracteventdispatcher.cpp:468
#25 0x00007f22b9f6faa8 in QXcbConnection::handleXcbEvent (this=this@entry=0xb59520, event=event@entry=0x7f22b0003400) at qxcbconnection.cpp:823
#26 0x00007f22b9f70f1b in QXcbConnection::processXcbEvents (this=0xb59520) at qxcbconnection.cpp:1232
#27 0x00007f22c556712a in QObject::event (this=0xb59520, e=<optimized out>) at kernel/qobject.cpp:1241
#28 0x00007f22c620916c in QApplicationPrivate::notify_helper (this=0xb4d920, receiver=0xb59520, e=0x7f22b0003530) at kernel/qapplication.cpp:3504
#29 0x00007f22c620e41e in QApplication::notify (this=0x7fffbce7acd0, receiver=0xb59520, e=0x7f22b0003530) at kernel/qapplication.cpp:3287
#30 0x00007f22c553781b in QCoreApplication::notifyInternal (this=0x7fffbce7acd0, receiver=0xb59520, event=event@entry=0x7f22b0003530) at kernel/qcoreapplication.cpp:935
#31 0x00007f22c55397e3 in sendEvent (event=0x7f22b0003530, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:237
#32 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0xb43e00) at kernel/qcoreapplication.cpp:1539
#33 0x00007f22c5539de8 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1397
#34 0x00007f22c558ea63 in postEventSourceDispatch (s=0xb97670) at kernel/qeventdispatcher_glib.cpp:279
#35 0x00007f22c0eccc5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x00007f22c0eccf48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#37 0x00007f22c0eccffc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#38 0x00007f22c558ee57 in QEventDispatcherGlib::processEvents (this=0xb93190, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#39 0x00007f22c5535042 in QEventLoop::exec (this=this@entry=0x7fffbce7ab80, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#40 0x00007f22c553cacc in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#41 0x00007f22c5a741dc in QGuiApplication::exec () at kernel/qguiapplication.cpp:1436
#42 0x00007f22c6207795 in QApplication::exec () at kernel/qapplication.cpp:2749
#43 0x000000000042d446 in main (argc=4, argv=<optimized out>) at ../../shell/main.cpp:148
Comment 25 TheEmPe 2014-11-12 18:35:25 UTC
Created attachment 89562 [details]
Resizing Virtualbox Crashes Plasma

KDE bugreporter isn't working. Here is my crash log for Kubuntu 14.10 with Plasma 5
Comment 26 Christoph Feck 2014-11-14 11:22:14 UTC
Comment #24 is completely unrelated, please do not add random backtraces to bugs if you do not understand to read them. This will create a mess with the automatic duplication checks.

If you are unsure, simply report a new bug, we can then find the correct duplicate.
Comment 27 Doug Schaefer 2014-12-11 00:27:17 UTC
There are a lot of stack traces like this. Looking at the code it's clear that the currentMode in KScreen::Output::geometry is NULL. Does anyone know why this would be on vmware and virtualbox? This is really making KDE5 unusable on virtual machines.
Comment 28 Marco Martin 2014-12-18 12:14:21 UTC
*** Bug 341601 has been marked as a duplicate of this bug. ***
Comment 29 David Edmundson 2014-12-21 15:20:02 UTC
@Doug

>There are a lot of stack traces like this. Looking at the code it's clear that the currentMode in KScreen::Output::geometry is NULL. Does anyone know why this would be on vmware and virtualbox? This is really making KDE5 unusable on virtual machines.

We both fixed and added an additional guard on  Plasma 5.1.3 onwards.

I'm going to close this. If you still see this with Plasma 5.1.3 onwards please reopen.
Comment 30 OlafLostViking 2015-07-22 19:19:04 UTC
Plasmashell 5.3.2 is still crashing when making a KVM/qxl/spice window _smaller_. Making it _bigger_ works.