Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35046

Assert in qquicktimeline.cpp:193

    XMLWordPrintable

Details

    • qtdeclarative: db32813a865fe8eda6a4ff87c71b791a26b343c3

    Description

      Apparently you can crash the QML engine by assigning negative values to widths of Flickables. In my test case this is probably caused by an integer overflow. To reproduce first revert https://codereview.qt-project.org/#change,72018 in QtCreator, then open the timeline view in the Qml Profiler and repeatedly select smaller and smaller ranges until it starts glitching, then flick around a bit, lather, rinse, repeat until it crashes.

      Backtrace:

      Thread 21 (Thread 0x7ffefb7fd700 (LWP 24318)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007ffff54def0d in QWaitConditionPrivate::wait (this=0x7ffefc9cff60, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136
              code = 0
      #2  0x00007ffff54decb7 in QWaitCondition::wait (this=0x7ffefc9f65a8, mutex=0x7ffefc9f65a0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #3  0x00007fffe72f3eb1 in QSGRenderThreadEventQueue::takeEvent (this=0x7ffefc9f6598, wait=true) at scenegraph/qsgthreadedrenderloop.cpp:252
              e = 0x7ffefc98e390
      #4  0x00007fffe72f2115 in QSGRenderThread::processEventsAndWaitForMore (this=0x7ffefc9f6520) at scenegraph/qsgthreadedrenderloop.cpp:640
              e = 0x7ffefc98e350
      #5  0x00007fffe72f22d6 in QSGRenderThread::run (this=0x7ffefc9f6520) at scenegraph/qsgthreadedrenderloop.cpp:670
      No locals.
      #6  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x7ffefc9f6520) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x7ffefc9f6520, __do_it = 1, __cancel_type = 0}
              thr = 0x7ffefc9f6520
              data = 0x7ffefc98e350
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #7  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7ffefb7fd700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733117880064, 1733335941289390772, 140737488340528, 140733117880768, 140737354125376, 3, -1732763094144732492, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #8  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #9  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 20 (Thread 0x7ffefbfff700 (LWP 24317)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007fffd465bb33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
      No symbol table info available.
      #2  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7ffefbfff700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733126276864, 1733335941289390772, 140737303511456, 140733126277568, 140737354125376, 3, -1732764194730102092, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #3  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #4  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 19 (Thread 0x7fff00e57700 (LWP 24316)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007ffff54def0d in QWaitConditionPrivate::wait (this=0x300f510, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136
              code = 0
      #2  0x00007ffff54decb7 in QWaitCondition::wait (this=0x300f2e8, mutex=0x300f2e0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #3  0x00007fffe72f3eb1 in QSGRenderThreadEventQueue::takeEvent (this=0x300f2d8, wait=true) at scenegraph/qsgthreadedrenderloop.cpp:252
              e = 0x300f460
      #4  0x00007fffe72f2115 in QSGRenderThread::processEventsAndWaitForMore (this=0x300f260) at scenegraph/qsgthreadedrenderloop.cpp:640
              e = 0x300f420
      #5  0x00007fffe72f22d6 in QSGRenderThread::run (this=0x300f260) at scenegraph/qsgthreadedrenderloop.cpp:670
      No locals.
      #6  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x300f260) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x300f260, __do_it = 1, __cancel_type = 0}
              thr = 0x300f260
              data = 0x300f420
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #7  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff00e57700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733208426240, 1733335941289390772, 140737488340528, 140733208426944, 140737354125376, 3, -1733874791668469068, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #8  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #9  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 18 (Thread 0x7fff01658700 (LWP 24315)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007fffd465bb33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
      No symbol table info available.
      #2  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff01658700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733216818944, 1733335941289390772, 140737303511456, 140733216819648, 140737354125376, 3, -1733875891716967756, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #3  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #4  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 17 (Thread 0x7fff01e59700 (LWP 24314)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007ffff54def0d in QWaitConditionPrivate::wait (this=0x300eb50, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136
              code = 0
      #2  0x00007ffff54decb7 in QWaitCondition::wait (this=0x3007fe8, mutex=0x3007fe0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #3  0x00007fffe72f3eb1 in QSGRenderThreadEventQueue::takeEvent (this=0x3007fd8, wait=true) at scenegraph/qsgthreadedrenderloop.cpp:252
              e = 0x300d7d0
      #4  0x00007fffe72f2115 in QSGRenderThread::processEventsAndWaitForMore (this=0x3007f60) at scenegraph/qsgthreadedrenderloop.cpp:640
              e = 0x300d790
      #5  0x00007fffe72f22d6 in QSGRenderThread::run (this=0x3007f60) at scenegraph/qsgthreadedrenderloop.cpp:670
      No locals.
      #6  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x3007f60) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x3007f60, __do_it = 1, __cancel_type = 0}
              thr = 0x3007f60
              data = 0x300d790
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #7  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff01e59700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733225211648, 1733335941289390772, 140737488340528, 140733225212352, 140737354125376, 3, -1733876983175531852, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #8  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #9  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 16 (Thread 0x7fff0265a700 (LWP 24313)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007fffd465bb33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
      No symbol table info available.
      #2  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff0265a700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733233604352, 1733335941289390772, 140737303511456, 140733233605056, 140737354125376, 3, -1733869287131008332, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #3  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #4  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 15 (Thread 0x7fff0375d700 (LWP 24308)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 46723552
              resultvar = <optimized out>
              _a2 = 1
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2e04624 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff57c4fc1 in QEventDispatcherGlib::processEvents (this=0x2c852d0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
              d = 0x2c86320
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fff0375cda0, flags=...) at kernel/qeventloop.cpp:136
              d = 0x2c8fd70
      #5  0x00007ffff574884f in QEventLoop::exec (this=0x7fff0375cda0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 46686080}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x2c8fd70, locker = @0x7fff0375cd20, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0x2c8fd70
      #6  0x00007ffff54d626e in QThread::exec (this=0x2c85e80) at thread/qthread.cpp:509
              d = 0x2c85f10
              locker = {val = 46686080}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x2c8fd70}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 32767
      #7  0x00007fffe6cd6685 in QQmlThreadPrivate::run (this=0x2c85e80) at qml/ftw/qqmlthread.cpp:148
      No locals.
      #8  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x2c85e80) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x2c85e80, __do_it = 1, __cancel_type = 0}
              thr = 0x2c85e80
              data = 0x2c86030
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #9  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff0375d700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733251442432, 1733335941289390772, 140737488336352, 140733251443136, 140737354125376, 3, -1733871350325923148, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #11 0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 14 (Thread 0x7fff88e7c700 (LWP 24307)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 46522640
              resultvar = <optimized out>
              _a2 = 1
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2e04624 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff57c4fc1 in QEventDispatcherGlib::processEvents (this=0x2c5e080, flags=...) at kernel/qeventdispatcher_glib.cpp:426
              d = 0x2c5ec90
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fff88e7bda0, flags=...) at kernel/qeventloop.cpp:136
              d = 0x2c5a370
      #5  0x00007ffff574884f in QEventLoop::exec (this=0x7fff88e7bda0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 140736689644752}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x2c5a370, locker = @0x7fff88e7bd20, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0x2c5a370
      #6  0x00007ffff54d626e in QThread::exec (this=0x7fffd064e100) at thread/qthread.cpp:509
              d = 0x7fffd064a460
              locker = {val = 140736689644752}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x2c5a370}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 32767
      #7  0x00007fffe6cd6685 in QQmlThreadPrivate::run (this=0x7fffd064e100) at qml/ftw/qqmlthread.cpp:148
      No locals.
      #8  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x7fffd064e100) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x7fffd064e100, __do_it = 1, __cancel_type = 0}
              thr = 0x7fffd064e100
              data = 0x7fffd0647d90
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #9  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff88e7c700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735490279168, 1733335941289390772, 140737488336352, 140735490279872, 140737354125376, 3, -1733575701420264780, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #11 0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 13 (Thread 0x7fff89e7d700 (LWP 24306)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 35833552
              resultvar = <optimized out>
              _a2 = 1
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2e04624 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff57c4fc1 in QEventDispatcherGlib::processEvents (this=0x24252b0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
              d = 0x2b07da0
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fff89e7cda0, flags=...) at kernel/qeventloop.cpp:136
              d = 0x20fcb20
      #5  0x00007ffff574884f in QEventLoop::exec (this=0x7fff89e7cda0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 45121680}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x20fcb20, locker = @0x7fff89e7cd20, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0x20fcb20
      #6  0x00007ffff54d626e in QThread::exec (this=0x2b9ff50) at thread/qthread.cpp:509
              d = 0x2b08020
              locker = {val = 45121680}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x20fcb20}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 32767
      #7  0x00007fffe6cd6685 in QQmlThreadPrivate::run (this=0x2b9ff50) at qml/ftw/qqmlthread.cpp:148
      No locals.
      #8  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x2b9ff50) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x2b9ff50, __do_it = 1, __cancel_type = 0}
              thr = 0x2b9ff50
              data = 0x2be72e0
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #9  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff89e7d700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735507060480, 1733335941289390772, 140737488336352, 140735507061184, 140737354125376, 3, -1733577900980391244, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #11 0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 10 (Thread 0x7fff8b893700 (LWP 24236)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007ffff54def0d in QWaitConditionPrivate::wait (this=0x155fb00, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:136
              code = 0
      #2  0x00007ffff54decb7 in QWaitCondition::wait (this=0x155f8d8, mutex=0x155f8d0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #3  0x00007fffe72f3eb1 in QSGRenderThreadEventQueue::takeEvent (this=0x155f8c8, wait=true) at scenegraph/qsgthreadedrenderloop.cpp:252
              e = 0x230d2b0
      #4  0x00007fffe72f2115 in QSGRenderThread::processEventsAndWaitForMore (this=0x155f850) at scenegraph/qsgthreadedrenderloop.cpp:640
              e = 0x230d2b0
      #5  0x00007fffe72f22d6 in QSGRenderThread::run (this=0x155f850) at scenegraph/qsgthreadedrenderloop.cpp:670
      No locals.
      #6  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x155f850) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x155f850, __do_it = 1, __cancel_type = 0}
              thr = 0x155f850
              data = 0x155fa10
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #7  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff8b893700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735534413568, 1733335941289390772, 140737488337120, 140735534414272, 140737354125376, 3, -1733572733060992332, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #8  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #9  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 9 (Thread 0x7fff8c094700 (LWP 24235)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007fffd465bb33 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r600_dri.so
      No symbol table info available.
      #2  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff8c094700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735542806272, 1733335941289390772, 140737303511456, 140735542806976, 140737354125376, 3, -1733582629202513228, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #3  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #4  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 7 (Thread 0x7fff8eed8700 (LWP 24185)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 140736683053200
              resultvar = <optimized out>
              _a2 = 3
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2e04624 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff57c4fe1 in QEventDispatcherGlib::processEvents (this=0xf10c80, flags=...) at kernel/qeventdispatcher_glib.cpp:428
              d = 0xf08340
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fff8eed7ce0, flags=...) at kernel/qeventloop.cpp:136
              d = 0x7fffd0001fe0
      #5  0x00007ffff574884f in QEventLoop::exec (this=0x7fff8eed7ce0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 15765344}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x7fffd0001fe0, locker = @0x7fff8eed7c60, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0x7fffd0001fe0
      #6  0x00007ffff54d626e in QThread::exec (this=0xf08e40) at thread/qthread.cpp:509
              d = 0xf08ef0
              locker = {val = 15765344}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7fffd0001fe0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 37207
      #7  0x00007fffe6ceeae0 in QQmlDebugServerThread::run (this=0xf08e40) at debugger/qqmldebugserver.cpp:237
              server = 0xf07f40
              connection = 0x70ef80
              __PRETTY_FUNCTION__ = "virtual void QQmlDebugServerThread::run()"
              eventLoop = {<QObject> = {_vptr.QObject = 0x7fff8eed7d60, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7ffff59463e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
      #8  0x00007ffff54dd708 in QThreadPrivate::start (arg=0xf08e40) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0xf08e40, __do_it = 1, __cancel_type = 0}
              thr = 0xf08e40
              data = 0xf08140
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #9  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff8eed8700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735591319296, 1733335941289390772, 140737488341824, 140735591320000, 140737354125376, 3, -1733580191808572748, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #11 0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 6 (Thread 0x7fff8fffd700 (LWP 24184)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 17104160
              resultvar = <optimized out>
              _a2 = 1
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2e04624 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff57c4fc1 in QEventDispatcherGlib::processEvents (this=0xed41f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
              d = 0xea6c20
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fff8fffcda0, flags=...) at kernel/qeventloop.cpp:136
              d = 0x104f950
      #5  0x00007ffff574884f in QEventLoop::exec (this=0x7fff8fffcda0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 15362560}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x104f950, locker = @0x7fff8fffcd20, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0x104f950
      #6  0x00007ffff54d626e in QThread::exec (this=0xea6900) at thread/qthread.cpp:509
              d = 0xea6990
              locker = {val = 15362560}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x104f950}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 0
      #7  0x00007fffe6cd6685 in QQmlThreadPrivate::run (this=0xea6900) at qml/ftw/qqmlthread.cpp:148
      No locals.
      #8  0x00007ffff54dd708 in QThreadPrivate::start (arg=0xea6900) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0xea6900, __do_it = 1, __cancel_type = 0}
              thr = 0xea6900
              data = 0xea6ab0
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #9  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fff8fffd700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735609296640, 1733335941289390772, 140737488342528, 140735609297344, 140737354125376, 3, -1733582230307425612, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #11 0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 4 (Thread 0x7fffd5dc5700 (LWP 24182)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 12742944
              resultvar = <optimized out>
              _a2 = 1
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2e04624 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff57c4fe1 in QEventDispatcherGlib::processEvents (this=0xc234a0, flags=...) at kernel/qeventdispatcher_glib.cpp:428
              d = 0xc24c60
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fffd5dc4da0, flags=...) at kernel/qeventloop.cpp:136
              d = 0xc27090
      #5  0x00007ffff574884f in QEventLoop::exec (this=0x7fffd5dc4da0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 12698592}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0xc27090, locker = @0x7fffd5dc4d20, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0xc27090
      #6  0x00007ffff54d626e in QThread::exec (this=0xc1ba60) at thread/qthread.cpp:509
              d = 0xc1c370
              locker = {val = 12698592}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0xc27090}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 0
      #7  0x00007ffff54d6414 in QThread::run (this=0xc1ba60) at thread/qthread.cpp:576
      No locals.
      #8  0x00007ffff54dd708 in QThreadPrivate::start (arg=0xc1ba60) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0xc1ba60, __do_it = 1, __cancel_type = 0}
              thr = 0xc1ba60
              data = 0xc1c490
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #9  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fffd5dc5700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736781375232, 1733335941289390772, 140737488343344, 140736781375936, 140737354125376, 3, -1733428036686531916, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #11 0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 3 (Thread 0x7fffd65c6700 (LWP 24178)):
      #0  0x00007ffff4552573 in select () at ../sysdeps/unix/syscall-template.S:82
      No locals.
      #1  0x00007ffff56ddb8a in QProcessManager::run (this=0x61e700) at io/qprocess_unix.cpp:272
              readset = {fds_bits = {256, 0 <repeats 15 times>}}
              nselect = 1
              c = 0 '\000'
      #2  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x61e700) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x61e700, __do_it = 1, __cancel_type = 0}
              thr = 0x61e700
              data = 0x663f30
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #3  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fffd65c6700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736789767936, 1733335941289390772, 140737488342080, 140736789768640, 140737354125376, 3, -1733420340642008396, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #4  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #5  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 2 (Thread 0x7fffecef6700 (LWP 24129)):
      #0  0x00007ffff454de33 in *__GI___poll (fds=<optimized out>, fds@entry=0x7fffecef5d60, nfds=<optimized out>, nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
              _a3 = -1
              _a1 = 140737168498016
              resultvar = <optimized out>
              _a2 = 1
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff1c121c2 in _xcb_conn_wait (c=c@entry=0x629cc0, cond=cond@entry=0x629d00, vector=vector@entry=0x0, count=count@entry=0x0) at ../../src/xcb_conn.c:400
              ret = <optimized out>
              fd = {fd = 5, events = 1, revents = 0}
      #2  0x00007ffff1c1393f in xcb_wait_for_event (c=0x629cc0) at ../../src/xcb_in.c:522
              ret = 0x0
      #3  0x00007fffefbb9083 in QXcbEventReader::run (this=0x635400) at qxcbconnection.cpp:1008
              event = 0x0
      #4  0x00007ffff54dd708 in QThreadPrivate::start (arg=0x635400) at thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff54dd79e <QThreadPrivate::finish(void*)>, __cancel_arg = 0x635400, __do_it = 1, __cancel_type = 32767}
              thr = 0x635400
              data = 0x635760
              objectName = {static null = {<No data fields>}, d = 0x7ffff5829d00}
      #5  0x00007ffff4fadb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
              __res = <optimized out>
              pd = 0x7fffecef6700
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737168500480, 1733335941289390772, 140737488341504, 140737168501184, 140737354125376, 3, -1733373465368939852, -1733355688612810060}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #6  0x00007ffff4558a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #7  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 1 (Thread 0x7ffff003d740 (LWP 24126)):
      #0  0x00007ffff44b0475 in *__GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
              pid = <optimized out>
              selftid = <optimized out>
      #1  0x00007ffff44b36f0 in *__GI_abort () at abort.c:92
              act = {__sigaction_handler = {sa_handler = 0x20e83b0, sa_sigaction = 0x20e83b0}, sa_mask = {__val = {140737070138576, 12610576, 140737070138576, 6828720, 140737065769312, 140737291766688, 140737353975008, 34598272, 4294967295, 55646384, 5, 8564560, 0, 0, 6643872, 140737308143616}}, sa_flags = -136402446, sa_restorer = 0x7fff00000005}
              sigs = {__val = {32, 0 <repeats 15 times>}}
      #2  0x00007ffff54ca40e in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:979
      No locals.
      #3  0x00007ffff54c7f88 in QMessageLogger::fatal (this=0x7fffffffbcb0, msg=0x7ffff5825ed8 "ASSERT: \"%s\" in file %s, line %d") at global/qlogging.cpp:384
              message = {static null = {<No data fields>}, d = 0x2c8ba90}
              ap = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffffffbc90, reg_save_area = 0x7fffffffbbd0}}
      #4  0x00007ffff54c3884 in qt_assert (assertion=0x7fffe74bd9b7 "time >= 0", file=0x7fffe74bd94b "util/qquicktimeline.cpp", line=193) at global/qglobal.cpp:2088
              __PRETTY_FUNCTION__ = "void qt_assert(const char*, const char*, int)"
      #5  0x00007fffe725886c in QQuickTimeLinePrivate::value (this=0x2ddb030, op=..., time=-2147483648, base=-17007996365, changed=0x7fffffffbd9f) at util/qquicktimeline.cpp:193
      No locals.
      #6  0x00007fffe725a108 in QQuickTimeLinePrivate::advance (this=0x2ddb030, t=-2147483648) at util/qquicktimeline.cpp:775
              changed = false
              val = 6.9533558070184126e-310
              op = @0x2c296a0: {type = QQuickTimeLinePrivate::Op::Accel, length = -2147483648, value = 1541.6666666666667, value2 = -6.9871137672691737e-05, order = 86, event = {d0 = 0, d1 = 0x0, d2 = 0x0}, easing = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5946d60, data = 0x7ffff5947420, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = 0x2b81780}}
              v = 0x2e1e798
              tl = @0x33ec228: {ops = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x33cc8e0}, d = 0x33cc8e0}}, length = -2147483648, consumedOpLength = 0, base = -17007996365}
              iter = {i = 0x33ec210}
              advanceTime = -2147483648
              updates = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7ffff582d830}, d = 0x7ffff582d830}}
              pauseTime = -1
      #7  0x00007fffe7259d65 in QQuickTimeLine::updateCurrentTime (this=0x2e1e998, v=0) at util/qquicktimeline.cpp:699
              timeChanged = 0
      #8  0x00007fffe6d0d125 in QAbstractAnimationJob::setCurrentTime (this=0x2e1e9a8, msecs=0) at animations/qabstractanimationjob.cpp:491
              prevWasDeleted = 0x7fffffffc030
              wasDeleted = false
              dura = -1
              totalDura = -1
              oldLoop = 0
      #9  0x00007fffe6d0cc83 in QAbstractAnimationJob::setState (this=0x2e1e9a8, newState=QAbstractAnimationJob::Running) at animations/qabstractanimationjob.cpp:380
              prevWasDeleted = 0x0
              wasDeleted = false
              dura = 0
              oldState = QAbstractAnimationJob::Stopped
              oldCurrentLoop = 0
              oldDirection = QAbstractAnimationJob::Forward
              oldCurrentTime = 0
              isTopLevel = true
      #10 0x00007fffe6d0d2ae in QAbstractAnimationJob::start (this=0x2e1e9a8) at animations/qabstractanimationjob.cpp:521
      No locals.
      #11 0x00007fffe725882f in QQuickTimeLinePrivate::add (this=0x2ddb030, g=..., o=...) at util/qquicktimeline.cpp:180
              __PRETTY_FUNCTION__ = "void QQuickTimeLinePrivate::add(QQuickTimeLineObject&, const QQuickTimeLinePrivate::Op&)"
              iter = {i = 0x33ec210}
      #12 0x00007fffe725914b in QQuickTimeLine::accel (this=0x2e1e998, timeLineValue=..., velocity=1541.6666666666667, acceleration=-6.9871137672691737e-05) at util/qquicktimeline.cpp:401
              time = -2147483648
              op = {type = QQuickTimeLinePrivate::Op::Accel, length = -2147483648, value = 1541.6666666666667, value2 = -6.9871137672691737e-05, order = 86, event = {d0 = 0, d1 = 0x0, d2 = 0x0}, easing = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5946d60, data = 0x7ffff5947420, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = 0x140e510}}
      #13 0x00007fffe73bf2cd in QQuickFlickablePrivate::flick (this=0x2e1e640, data=..., minExtent=0, maxExtent=-1031690468124, fixupCallback=0x7fffe73bf45a <QQuickFlickablePrivate::fixupX_callback(void*)>, velocity=1541.6666666666667) at items/qquickflickable.cpp:396
              v2 = 2376736.1111111115
              dist = -17007996365
              v = 1541.6666666666667
              accel = 6.9871137672691737e-05
              target = 0
              q = 0x2e1e580
              maxDistance = 17007996365
      #14 0x00007fffe73beeeb in QQuickFlickablePrivate::flickX (this=0x2e1e640, velocity=1541.6666666666667) at items/qquickflickable.cpp:352
              q = 0x2e1e580
      #15 0x00007fffe73c229a in QQuickFlickablePrivate::handleMouseReleaseEvent (this=0x2e1e640, event=0x33fb8d0) at items/qquickflickable.cpp:1218
              q = 0x2e1e580
              vVelocity = 0
              hVelocity = 1541.6666666666667
              flickedVertically = false
              flickedHorizontally = false
              elapsed = 0
              canBoost = false
              isVerticalFlickAllowed = false
              isHorizontalFlickAllowed = true
      #16 0x00007fffe73c24cf in QQuickFlickable::mouseReleaseEvent (this=0x2e1e580, event=0x33fb8d0) at items/qquickflickable.cpp:1271
              d = 0x2e1e640
      #17 0x00007fffe7309c9d in QQuickItemPrivate::deliverMouseEvent (this=0x2e1e640, e=0x33fb8d0) at items/qquickitem.cpp:4502
              q = 0x2e1e580
      #18 0x00007fffe7329176 in QQuickWindow::sendEvent (this=0x24cb5e0, item=0x2e1e580, e=0x33fb8d0) at items/qquickwindow.cpp:2218
              d = 0x2bb1fa0
              __PRETTY_FUNCTION__ = "bool QQuickWindow::sendEvent(QQuickItem*, QEvent*)"
      #19 0x00007fffe732509f in QQuickWindowPrivate::deliverMouseEvent (this=0x2bb1fa0, event=0x7fffffffcf40) at items/qquickwindow.cpp:1356
              localPos = {xp = 277, yp = 26}
              me = {d = 0x33fb8d0}
              q = 0x24cb5e0
      #20 0x00007fffe73251ad in QQuickWindow::mouseReleaseEvent (this=0x24cb5e0, event=0x7fffffffcf40) at items/qquickwindow.cpp:1389
              d = 0x2bb1fa0
      #21 0x00007fffe73f9cb3 in QQuickView::mouseReleaseEvent (this=0x24cb5e0, e=0x7fffffffcf40) at items/qquickview.cpp:613
      No locals.
      #22 0x00007ffff5d76ce2 in QWindow::event (this=0x24cb5e0, ev=0x7fffffffcf40) at kernel/qwindow.cpp:1854
      No locals.
      #23 0x00007fffe7324813 in QQuickWindow::event (this=0x24cb5e0, e=0x7fffffffcf40) at items/qquickwindow.cpp:1257
              d = 0x2bb1fa0
      #24 0x00007ffff6da6286 in QApplicationPrivate::notify_helper (this=0x61c640, receiver=0x24cb5e0, e=0x7fffffffcf40) at kernel/qapplication.cpp:3467
              consumed = false
      #25 0x00007ffff6da3767 in QApplication::notify (this=0x7fffffffd5f0, receiver=0x24cb5e0, e=0x7fffffffcf40) at kernel/qapplication.cpp:2888
              d = 0x61c640
              __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
              res = false
      #26 0x00007ffff574b996 in QCoreApplication::notifyInternal (this=0x7fffffffd5f0, receiver=0x24cb5e0, event=0x7fffffffcf40) at kernel/qcoreapplication.cpp:878
              threadData = 0x61b400
              loopLevelCounter = {threadData = 0x61b400}
              result = false
              cbdata = {0x24cb5e0, 0x7fffffffcf40, 0x7fffffffce5f}
              d = 0x2bb1fa0
      #27 0x00007ffff5d6e5b9 in QCoreApplication::sendSpontaneousEvent (receiver=0x24cb5e0, event=0x7fffffffcf40) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:235
      No locals.
      #28 0x00007ffff5d6854e in QGuiApplicationPrivate::processMouseEvent (e=0x2058cc0) at kernel/qguiapplication.cpp:1585
              type = QEvent::MouseButtonRelease
              stateChange = {i = 1}
              window = 0x24cb5e0
              globalPoint = {xp = 1017, yp = 852}
              button = Qt::LeftButton
              doubleClick = false
              frameStrut = false
              localPoint = {xp = 427, yp = 26}
              ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff6440130, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5950b40, data = 0x7ffff59524c0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 8191}, modState = {i = 0}, ts = 4436367}, l = {xp = 427, yp = 26}, w = {xp = 427, yp = 26}, s = {xp = 1017, yp = 852}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
      #29 0x00007ffff5d67bf6 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x2058cc0) at kernel/qguiapplication.cpp:1398
              __PRETTY_FUNCTION__ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)"
      #30 0x00007ffff5d526ef in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at kernel/qwindowsysteminterface.cpp:575
              event = 0x2058cc0
              nevents = 2
      #31 0x00007fffefc12b38 in userEventSourceDispatch (source=0x6560a0) at eventdispatchers/qeventdispatcher_glib.cpp:78
              userEventSource = 0x6560a0
              dispatcher = 0x64f9b0
      #32 0x00007ffff2e04355 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #33 0x00007ffff2e04688 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #34 0x00007ffff2e04744 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #35 0x00007ffff57c4fc1 in QEventDispatcherGlib::processEvents (this=0x64f9b0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
              d = 0x655a60
              canWait = true
              savedFlags = {i = 0}
              result = false
      #36 0x00007fffefc12d4e in QPAEventDispatcherGlib::processEvents (this=0x64f9b0, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
      No locals.
      #37 0x00007ffff5748562 in QEventLoop::processEvents (this=0x7fffffffd4e0, flags=...) at kernel/qeventloop.cpp:136
              d = 0x7fffd00088e0
      #38 0x00007ffff574884f in QEventLoop::exec (this=0x7fffffffd4e0, flags=...) at kernel/qeventloop.cpp:212
              locker = {val = 6404928}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x7fffd00088e0, locker = @0x7fffffffd460, exceptionCaught = true}
              app = 0x7fffffffd5f0
              d = 0x7fffd00088e0
      #39 0x00007ffff574c06e in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1131
              threadData = 0x61b400
              __PRETTY_FUNCTION__ = "static int QCoreApplication::exec()"
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5c4c070, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7fffd00088e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5950640, data = 0x7ffff59506a0, static_metacall = 0x7ffff5820608 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 32767
      #40 0x00007ffff5d6799e in QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
      No locals.
      #41 0x00007ffff6da3015 in QApplication::exec () at kernel/qapplication.cpp:2692
      No locals.
      #42 0x000000000040f296 in main (argc=1, argv=0x7fffffffe1b8) at /home/ulf/dev/qt-creator/src/app/main.cpp:533
              customPluginPaths = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7ffff582d830}, d = 0x7ffff582d830}}, <No data fields>}
              arguments = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x667b70}, d = 0x667b70}}, <No data fields>}
              creatorTrPath = @0x7fffffffd9c0: {static null = {<No data fields>}, d = 0x672820}
              globalSettings = 0x666180
              uiLanguages = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x65b380}, d = 0x65b380}}, <No data fields>}
              r = 0
              qtTranslator = {<QObject> = {_vptr.QObject = 0x7ffff5c4c4f0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x6723a0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5953060, data = 0x7ffff59530a0, static_metacall = 0x7ffff582150c <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              proxyUrl = {d = 0x650110}
              foundAppOptions = {d = 0x7ffff58687e0}
              plugins = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x6a5b10}, d = 0x6a5b10}}
              coreplugin = 0x689d20
              threadCount = 8
              settingsPath = {static null = {<No data fields>}, d = 0x7ffff5829d00}
              it = {c = 0x7fffffffd760, i = {i = 0x667b88}, n = {i = 0x667b80}}
              settings = 0x65dc60
              translator = {<QObject> = {_vptr.QObject = 0x7ffff5c4c4f0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x672660}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff5953060, data = 0x7ffff59530a0, static_metacall = 0x7ffff582150c <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              pid = -1
              isBlock = false
              app = {<QApplication> = {<QGuiApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0x61a1f0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x61c640}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff59507c0, data = 0x7ffff59509e0, static_metacall = 0x7ffff5820760 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static self = 0x7fffffffd5f0}, static staticMetaObject = {d = {superdata = 0x7ffff5c4c100, stringdata = 0x7ffff61078e0, data = 0x7ffff6107ce0, static_metacall = 0x7ffff5d6d922 <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff643f760, stringdata = 0x7ffff720d100, data = 0x7ffff720d420, static_metacall = 0x7ffff6da7c22 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff75d6bc0, stringdata = 0x414ce0, data = 0x414e80, static_metacall = 0x412f7c <SharedTools::QtSingleApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, firstPeer = 12160, instances = 0x653680, pidPeer = 0x65d640, actWin = 0x0, appId = {static null = {<No data fields>}, d = 0x61c600}, block = false}
              testOptionProvided = false
              pluginManager = {<QObject> = {_vptr.QObject = 0x7ffff7ddab30, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff58ed060, data = 0x7ffff58ed180, static_metacall = 0x7ffff57912b8 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x6660f0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff593a020, data = 0x7ffff5943cc0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff5c48920, stringdata = 0x7ffff7bcade0, data = 0x7ffff7bcafc0, static_metacall = 0x7ffff7bc6da4 <ExtensionSystem::PluginManager::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              overrideLanguage = {static null = {<No data fields>}, d = 0x7ffff5829d00}
              pluginPaths = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x670ca0}, d = 0x670ca0}}, <No data fields>}
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes