Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10307

Creator crashes when clicking on the Android tab in options

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • Qt Creator 3.0.0-rc1
    • Android Support
    • None
    • Building from Qt 5.1.1 sources, as 5.2 has too many v4 issues

    Description

      I am working around it with this:

      diff --git a/src/plugins/android/androidsettingswidget.cpp b/src/plugins/android/androidsettingswidget.cpp
      index 01d3318..f0da850 100644
      --- a/src/plugins/android/androidsettingswidget.cpp
      +++ b/src/plugins/android/androidsettingswidget.cpp
      @@ -75,7 +75,7 @@ QVariant AvdModel::data(const QModelIndex &index, int role) const
               case 1:
                   return QString::fromLatin1("API %1").arg(m_list[index.row()].sdk);
               case 2:
      -            return m_list[index.row()].cpuAbi.first();
      +            return QVariant(QString::fromLatin1("broken"));
           }
           return QVariant();
       }
      

      Short backtrace:

      0	__GI_raise	raise.c	64	0x7ffff53e0425	
      1	__GI_abort	abort.c	91	0x7ffff53e3b8b	
      2	qt_message_fatal	qlogging.cpp	942	0x7ffff5f3713f	
      3	QMessageLogger::fatal	qlogging.cpp	360	0x7ffff5f34dae	
      4	qt_assert	qglobal.cpp	2014	0x7ffff5f3067c	
      5	QList<QString>::first	qlist.h	287	0x7fffdc897c40	
      6	Android::Internal::AvdModel::data	androidsettingswidget.cpp	78	0x7fffdc88f96c	
      7	QModelIndex::data	qabstractitemmodel.h	474	0x7ffff748dd43	
      8	QStyledItemDelegate::initStyleOption	qstyleditemdelegate.cpp	406	0x7ffff76894a1	
      9	QStyledItemDelegate::paint	qstyleditemdelegate.cpp	446	0x7ffff76896c8	
      10	QTableViewPrivate::drawCell	qtableview.cpp	930	0x7ffff7623938	
      11	QTableView::paintEvent	qtableview.cpp	1444	0x7ffff76259c3	
      12	QWidget::event	qwidget.cpp	8042	0x7ffff7368051	
      13	QFrame::event	qframe.cpp	534	0x7ffff74bea27	
      14	QAbstractScrollArea::viewportEvent	qabstractscrollarea.cpp	1163	0x7ffff755778d	
      15	QAbstractItemView::viewportEvent	qabstractitemview.cpp	1679	0x7ffff75ec9ab	
      16	QAbstractScrollAreaPrivate::viewportEvent	qabstractscrollarea_p.h	105	0x7ffff755869d	
      17	QAbstractScrollAreaFilter::eventFilter	qabstractscrollarea_p.h	121	0x7ffff7558764	
      18	QCoreApplicationPrivate::sendThroughObjectEventFilters	qcoreapplication.cpp	963	0x7ffff6189872	
      19	QApplicationPrivate::notify_helper	qapplication.cpp	3453	0x7ffff731f4d9	
      20	QApplication::notify	qapplication.cpp	3422	0x7ffff731f364	
      21	QCoreApplication::notifyInternal	qcoreapplication.cpp	867	0x7ffff6189514	
      22	QCoreApplication::sendSpontaneousEvent	qcoreapplication.h	235	0x7ffff73219cf	
      23	QWidgetPrivate::drawWidget	qwidget.cpp	5132	0x7ffff7360146	
      24	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5326	0x7ffff736100d	
      25	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5313	0x7ffff7360eac	
      26	QWidgetPrivate::drawWidget	qwidget.cpp	5183	0x7ffff73605d7	
      27	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5326	0x7ffff736100d	
      28	QWidgetPrivate::drawWidget	qwidget.cpp	5183	0x7ffff73605d7	
      29	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5326	0x7ffff736100d	
      30	QWidgetPrivate::drawWidget	qwidget.cpp	5183	0x7ffff73605d7	
      31	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5326	0x7ffff736100d	
      32	QWidgetPrivate::drawWidget	qwidget.cpp	5183	0x7ffff73605d7	
      33	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5326	0x7ffff736100d	
      34	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5313	0x7ffff7360eac	
      35	QWidgetPrivate::drawWidget	qwidget.cpp	5183	0x7ffff73605d7	
      36	QWidgetPrivate::paintSiblingsRecursive	qwidget.cpp	5326	0x7ffff736100d	
      37	QWidgetPrivate::drawWidget	qwidget.cpp	5183	0x7ffff73605d7	
      38	QWidgetBackingStore::sync	qwidgetbackingstore.cpp	1090	0x7ffff732e033	
      39	QWidgetPrivate::syncBackingStore	qwidget.cpp	1676	0x7ffff735764f	
      40	QWidget::event	qwidget.cpp	8180	0x7ffff7368687	
      41	QApplicationPrivate::notify_helper	qapplication.cpp	3457	0x7ffff731f502	
      42	QApplication::notify	qapplication.cpp	3422	0x7ffff731f364	
      43	QCoreApplication::notifyInternal	qcoreapplication.cpp	867	0x7ffff6189514	
      44	QCoreApplication::sendEvent	qcoreapplication.h	232	0x7ffff618d197	
      45	QCoreApplicationPrivate::sendPostedEvents	qcoreapplication.cpp	1471	0x7ffff618a614	
      46	QCoreApplication::sendPostedEvents	qcoreapplication.cpp	1329	0x7ffff618a1d5	
      47	postEventSourceDispatch	qeventdispatcher_glib.cpp	279	0x7ffff61fa940	
      48	g_main_context_dispatch	/lib/x86_64-linux-gnu/libglib-2.0.so.0		0x7ffff4c7cd53	
      49	??	/lib/x86_64-linux-gnu/libglib-2.0.so.0		0x7ffff4c7d0a0	
      50	g_main_context_iteration	/lib/x86_64-linux-gnu/libglib-2.0.so.0		0x7ffff4c7d164	
      51	QEventDispatcherGlib::processEvents	qeventdispatcher_glib.cpp	426	0x7ffff61fb113	
      52	QPAEventDispatcherGlib::processEvents	qeventdispatcher_glib.cpp	123	0x7fffee81f15a	
      53	QEventLoop::processEvents	qeventloop.cpp	136	0x7ffff61860d4	
      54	QEventLoop::exec	qeventloop.cpp	212	0x7ffff61863ad	
      55	QDialog::exec	qdialog.cpp	528	0x7ffff75963bb	
      56	Core::Internal::SettingsDialog::execDialog	settingsdialog.cpp	588	0x7fffeaaf0e3f	
      57	Core::Internal::MainWindow::showOptionsDialog	mainwindow.cpp	923	0x7fffeaa86385	
      58	Core::Internal::MainWindow::qt_static_metacall	moc_mainwindow.cpp	188	0x7fffeab9ab11	
      59	QMetaObject::activate	qobject.cpp	3479	0x7ffff61c9f04	
      60	QMetaObject::activate	qobject.cpp	3354	0x7ffff61c9866	
      61	QAction::triggered	moc_qaction.cpp	356	0x7ffff7311336	
      62	QAction::qt_static_metacall	moc_qaction.cpp	200	0x7ffff7310938	
      63	QMetaObject::activate	qobject.cpp	3479	0x7ffff61c9f04	
      64	QMetaObject::activate	qobject.cpp	3354	0x7ffff61c9866	
      65	QAction::triggered	moc_qaction.cpp	356	0x7ffff7311336	
      66	QAction::activate	qaction.cpp	1175	0x7ffff73106f6	
      67	QMenuPrivate::activateCausedStack	qmenu.cpp	977	0x7ffff75046ec	
      68	QMenuPrivate::activateAction	qmenu.cpp	1054	0x7ffff7504afb	
      69	QMenu::mouseReleaseEvent	qmenu.cpp	2359	0x7ffff7508fd1	
      70	QWidget::event	qwidget.cpp	7890	0x7ffff7367749	
      71	QMenu::event	qmenu.cpp	2472	0x7ffff75097be	
      72	QApplicationPrivate::notify_helper	qapplication.cpp	3457	0x7ffff731f502	
      73	QApplication::notify	qapplication.cpp	2993	0x7ffff731d3c0	
      74	QCoreApplication::notifyInternal	qcoreapplication.cpp	867	0x7ffff6189514	
      75	QCoreApplication::sendSpontaneousEvent	qcoreapplication.h	235	0x7ffff73219cf	
      76	QApplicationPrivate::sendMouseEvent	qapplication.cpp	2485	0x7ffff731bf1f	
      77	QWidgetWindow::handleMouseEvent	qwidgetwindow.cpp	377	0x7ffff7391a06	
      78	QWidgetWindow::event	qwidgetwindow.cpp	158	0x7ffff73910df	
      79	QApplicationPrivate::notify_helper	qapplication.cpp	3457	0x7ffff731f502	
      80	QApplication::notify	qapplication.cpp	2878	0x7ffff731ccc9	
      81	QCoreApplication::notifyInternal	qcoreapplication.cpp	867	0x7ffff6189514	
      82	QCoreApplication::sendSpontaneousEvent	qcoreapplication.h	235	0x7ffff67722df	
      83	QGuiApplicationPrivate::processMouseEvent	qguiapplication.cpp	1463	0x7ffff676c807	
      84	QGuiApplicationPrivate::processWindowSystemEvent	qguiapplication.cpp	1286	0x7ffff676bf75	
      85	QWindowSystemInterface::sendWindowSystemEventsImplementation	qwindowsysteminterface.cpp	581	0x7ffff67591cd	
      86	QWindowSystemInterface::sendWindowSystemEvents	qwindowsysteminterface.cpp	561	0x7ffff6759154	
      87	userEventSourceDispatch	qeventdispatcher_glib.cpp	78	0x7fffee81ef44	
      88	g_main_context_dispatch	/lib/x86_64-linux-gnu/libglib-2.0.so.0		0x7ffff4c7cd53	
      89	??	/lib/x86_64-linux-gnu/libglib-2.0.so.0		0x7ffff4c7d0a0	
      90	g_main_context_iteration	/lib/x86_64-linux-gnu/libglib-2.0.so.0		0x7ffff4c7d164	
      91	QEventDispatcherGlib::processEvents	qeventdispatcher_glib.cpp	426	0x7ffff61fb113	
      92	QPAEventDispatcherGlib::processEvents	qeventdispatcher_glib.cpp	123	0x7fffee81f15a	
      93	QEventLoop::processEvents	qeventloop.cpp	136	0x7ffff61860d4	
      94	QEventLoop::exec	qeventloop.cpp	212	0x7ffff61863ad	
      95	QCoreApplication::exec	qcoreapplication.cpp	1120	0x7ffff6189bcc	
      96	QGuiApplication::exec	qguiapplication.cpp	1220	0x7ffff676bbf4	
      97	QApplication::exec	qapplication.cpp	2689	0x7ffff731c611	
      98	main	main.cpp	535	0x40e440
      

      Full backtrace:

      Thread 10 (Thread 0x7fffc5a8c700 (LWP 17551)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007ffff5f4acf3 in QWaitConditionPrivate::wait (this=0x2118ff0, time=18446744073709551615) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:136
              code = 0
      #2  0x00007ffff5f4aabb in QWaitCondition::wait (this=0x2123218, mutex=0x2123210, time=18446744073709551615) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #3  0x00007fffd8d4b25f in QmlJSEditor::Internal::SemanticInfoUpdater::run (this=0x2123200) at /home/micurtis/dev/qt-creator/src/plugins/qmljseditor/qmljssemanticinfoupdater.cpp:89
              done = false
              snapshot = {_documents = {{d = 0x7fffb86645a0, e = 0x7fffb86645a0}}, _documentsByPath = {{d = 0x7fffb8664710, e = 0x7fffb8664710}}, _libraries = {{d = 0x2349170, e = 0x2349170}}}
              info = {document = {value = 0x7fffb8664ba0, d = 0x7fffb85ce320}, snapshot = {_documents = {{d = 0x7fffb86645a0, e = 0x7fffb86645a0}}, _documentsByPath = {{d = 0x7fffb8664710, e = 0x7fffb8664710}}, _libraries = {{d = 0x2349170, e = 0x2349170}}}, context = {value = 0x7fff2c18afa0, d = 0x7fff2c18ada0}, ranges = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7ffff6650620}, d = 0x7ffff6650620}}, idLocations = {{d = 0x7ffff66505c0, e = 0x7ffff66505c0}}, semanticMessages = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7ffff6650620}, d = 0x7ffff6650620}}, staticAnalysisMessages = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7ffff6650620}, d = 0x7ffff6650620}}, m_rootScopeChain = {value = 0x7fff2c18aff0, d = 0x7fff2c18b0f0}}
              cancelledOrNewData = false
              doc = {value = 0x7fffb8664ba0, d = 0x7fffb85ce320}
      #4  0x00007ffff5f49569 in QThreadPrivate::start (arg=0x2123200) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0x2123200, __do_it = 1, __cancel_type = 0}
              thr = 0x2123200
              data = 0x2129f70
              objectName = {static null = {<No data fields>}, d = 0x7ffff6650420}
      #5  0x00007ffff5c86e9a in start_thread (arg=0x7fffc5a8c700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffc5a8c700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488326048, 140736509561280, 0, 3, -1416217196267615056, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #6  0x00007ffff549dccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #7  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 9 (Thread 0x7fffc628d700 (LWP 17549)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:215
      No locals.
      #1  0x00007ffff5f4aca7 in QWaitConditionPrivate::wait_relative (this=0x677640, time=30000) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:126
              ti = {tv_sec = 6032, tv_nsec = 754183358}
      #2  0x00007ffff5f4acd7 in QWaitConditionPrivate::wait (this=0x677640, time=30000) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:134
              code = 0
      #3  0x00007ffff5f4aabb in QWaitCondition::wait (this=0x676c98, mutex=0x676c90, time=30000) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #4  0x00007ffff5f43a85 in QThreadPoolThread::run (this=0xe68510) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthreadpool.cpp:134
              r = 0x0
              expired = false
              locker = {val = 6778001}
              __PRETTY_FUNCTION__ = "virtual void QThreadPoolThread::run()"
      #5  0x00007ffff5f49569 in QThreadPrivate::start (arg=0xe68510) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0xe68510, __do_it = 1, __cancel_type = 0}
              thr = 0xe68510
              data = 0x1e8bbf0
              objectName = {static null = {<No data fields>}, d = 0x1e1a220}
      #6  0x00007ffff5c86e9a in start_thread (arg=0x7fffc628d700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffc628d700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488324448, 140736517953984, 0, 3, -1416220496413111120, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #7  0x00007ffff549dccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #8  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 8 (Thread 0x7fffc7027700 (LWP 17529)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
      No locals.
      #1  0x00007ffff5f4acf3 in QWaitConditionPrivate::wait (this=0xfc3e10, time=18446744073709551615) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:136
              code = 32767
      #2  0x00007ffff5f4aabb in QWaitCondition::wait (this=0xfc3aa0, mutex=0xfc3a98, time=18446744073709551615) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #3  0x00007fffde39e87b in QSGRenderThreadEventQueue::takeEvent (this=0xfc3a90, wait=true) at /home/micurtis/dev/qt5.1.1/qtdeclarative/src/quick/scenegraph/qsgthreadedrenderloop.cpp:251
              e = 0xfc3c00
      #4  0x00007fffde39d1ad in QSGRenderThread::processEventsAndWaitForMore (this=0xfc3a10) at /home/micurtis/dev/qt5.1.1/qtdeclarative/src/quick/scenegraph/qsgthreadedrenderloop.cpp:649
              e = 0xfc3be0
      #5  0x00007fffde39d330 in QSGRenderThread::run (this=0xfc3a10) at /home/micurtis/dev/qt5.1.1/qtdeclarative/src/quick/scenegraph/qsgthreadedrenderloop.cpp:676
      No locals.
      #6  0x00007ffff5f49569 in QThreadPrivate::start (arg=0xfc3a10) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0xfc3a10, __do_it = 1, __cancel_type = 0}
              thr = 0xfc3a10
              data = 0xfc3be0
              objectName = {static null = {<No data fields>}, d = 0x7ffff6650420}
      #7  0x00007ffff5c86e9a in start_thread (arg=0x7fffc7027700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffc7027700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488339072, 140736532216256, 0, 3, -1416223052992394064, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #8  0x00007ffff549dccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #9  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 7 (Thread 0x7fffc7a28700 (LWP 17528)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:215
      No locals.
      #1  0x00007ffff5f4aca7 in QWaitConditionPrivate::wait_relative (this=0x677640, time=30000) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:126
              ti = {tv_sec = 6033, tv_nsec = 595283251}
      #2  0x00007ffff5f4acd7 in QWaitConditionPrivate::wait (this=0x677640, time=30000) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:134
              code = 0
      #3  0x00007ffff5f4aabb in QWaitCondition::wait (this=0x676c98, mutex=0x676c90, time=30000) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:208
              __PRETTY_FUNCTION__ = "bool QWaitCondition::wait(QMutex*, long unsigned int)"
              returnValue = false
      #4  0x00007ffff5f43a85 in QThreadPoolThread::run (this=0x1453900) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthreadpool.cpp:134
              r = 0x0
              expired = false
              locker = {val = 6778001}
              __PRETTY_FUNCTION__ = "virtual void QThreadPoolThread::run()"
      #5  0x00007ffff5f49569 in QThreadPrivate::start (arg=0x1453900) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0x1453900, __do_it = 1, __cancel_type = 0}
              thr = 0x1453900
              data = 0x146b900
              objectName = {static null = {<No data fields>}, d = 0x14714b0}
      #6  0x00007ffff5c86e9a in start_thread (arg=0x7fffc7a28700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffc7a28700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488343984, 140736542706112, 0, 3, -1416221678065988432, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #7  0x00007ffff549dccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #8  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 6 (Thread 0x7ffff7e43700 (LWP 17460)):
      #0  sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
      No locals.
      #1  0x00007fffe0cb9cb7 in v8::internal::LinuxSemaphore::Wait (this=0x7fffc00008c0) at /home/micurtis/dev/qt5.1.1/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:884
              result = 32767
      #2  0x00007fffe0b8da1d in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at /home/micurtis/dev/qt5.1.1/qtjsbackend/src/3rdparty/v8/src/runtime-profiler.cc:452
              old_state = 0
      #3  0x00007fffe0b8dbe3 in v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary (this=0x10144bc) at /home/micurtis/dev/qt5.1.1/qtjsbackend/src/3rdparty/v8/src/runtime-profiler.cc:499
      No locals.
      #4  0x00007fffe0cbad24 in v8::internal::SignalSender::Run (this=0x1014490) at /home/micurtis/dev/qt5.1.1/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:1164
              cpu_profiling_enabled = false
              runtime_profiler_enabled = true
              state = v8::internal::SamplerRegistry::HAS_SAMPLERS
      #5  0x00007fffe0cb9a18 in v8::internal::ThreadEntry (arg=0x1014490) at /home/micurtis/dev/qt5.1.1/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:760
              thread = 0x1014490
      #6  0x00007ffff5c86e9a in start_thread (arg=0x7ffff7e43700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7ffff7e43700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488342960, 140737352317376, 0, 3, -1416116621555315536, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #7  0x00007ffff549dccd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
      No locals.
      #8  0x0000000000000000 in ?? ()
      No symbol table info available.
      
      Thread 5 (Thread 0x7fffd5d50700 (LWP 17459)):
      #0  0x00007ffff5492313 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
              resultvar = <optimized out>
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff4c7d036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff4c7d164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff61fb113 in QEventDispatcherGlib::processEvents (this=0x7fffcc0008c0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
              d = 0x7fffcc0008e0
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff61860d4 in QEventLoop::processEvents (this=0x7fffd5d4fd60, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:136
              d = 0x7fffcc002720
      #5  0x00007ffff61863ad in QEventLoop::exec (this=0x7fffd5d4fd60, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:212
              locker = {val = 16540000}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x7fffcc002720, locker = @0x7fffd5d4fd00, exceptionCaught = true}
              app = 0x7fffffffdac0
              d = 0x7fffcc002720
      #6  0x00007ffff5f42abc in QThread::exec (this=0xfc6060) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread.cpp:507
              d = 0xfc60f0
              locker = {val = 16540000}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff664d3b0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7fffcc002720}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff6664700, data = 0x7ffff636d480, static_metacall = 0x7ffff6253f38 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 0
      #7  0x00007fffe13260f5 in QQmlThreadPrivate::run (this=0xfc6060) at /home/micurtis/dev/qt5.1.1/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp:148
      No locals.
      #8  0x00007ffff5f49569 in QThreadPrivate::start (arg=0xfc6060) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0xfc6060, __do_it = 1, __cancel_type = 0}
              thr = 0xfc6060
              data = 0xfc6210
              objectName = {static null = {<No data fields>}, d = 0x7ffff6650420}
      #9  0x00007ffff5c86e9a in start_thread (arg=0x7fffd5d50700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffd5d50700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488344048, 140736780896704, 0, 3, -1416183010475422544, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff549dccd 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 0x7fffd6551700 (LWP 17458)):
      #0  0x00007ffff5492313 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
              resultvar = <optimized out>
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff4c7d036 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #2  0x00007ffff4c7d164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #3  0x00007ffff61fb113 in QEventDispatcherGlib::processEvents (this=0x7fffc80008c0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
              d = 0x7fffc80008e0
              canWait = true
              savedFlags = {i = 0}
              result = false
      #4  0x00007ffff61860d4 in QEventLoop::processEvents (this=0x7fffd6550d60, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:136
              d = 0x7fffc8002920
      #5  0x00007ffff61863ad in QEventLoop::exec (this=0x7fffd6550d60, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:212
              locker = {val = 13874912}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x7fffc8002920, locker = @0x7fffd6550d00, exceptionCaught = true}
              app = 0x7fffffffdac0
              d = 0x7fffc8002920
      #6  0x00007ffff5f42abc in QThread::exec (this=0xd3ad60) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread.cpp:507
              d = 0xd3b670
              locker = {val = 13874912}
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff664d3b0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x7fffc8002920}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff6664700, data = 0x7ffff636d480, static_metacall = 0x7ffff6253f38 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 0
      #7  0x00007ffff5f42c52 in QThread::run (this=0xd3ad60) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread.cpp:574
      No locals.
      #8  0x00007ffff5f49569 in QThreadPrivate::start (arg=0xd3ad60) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0xd3ad60, __do_it = 1, __cancel_type = 0}
              thr = 0xd3ad60
              data = 0xd3b790
              objectName = {static null = {<No data fields>}, d = 0x7ffff6650420}
      #9  0x00007ffff5c86e9a in start_thread (arg=0x7fffd6551700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffd6551700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488344880, 140736789289408, 0, 3, -1416186310620918608, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #10 0x00007ffff549dccd 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 0x7fffd6d52700 (LWP 17456)):
      #0  0x00007ffff5497033 in select () at ../sysdeps/unix/syscall-template.S:82
      No locals.
      #1  0x00007ffff611e478 in QProcessManager::run (this=0x61cb70) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/io/qprocess_unix.cpp:249
              readset = {fds_bits = {1024, 0 <repeats 15 times>}}
              nselect = 1
              c = 0 '\000'
      #2  0x00007ffff5f49569 in QThreadPrivate::start (arg=0x61cb70) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0x61cb70, __do_it = 1, __cancel_type = 0}
              thr = 0x61cb70
              data = 0x6546a0
              objectName = {static null = {<No data fields>}, d = 0x7ffff6650420}
      #3  0x00007ffff5c86e9a in start_thread (arg=0x7fffd6d52700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffd6d52700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488343888, 140736797682112, 0, 3, -1416185210572419920, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #4  0x00007ffff549dccd 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 0x7fffebf6f700 (LWP 17453)):
      #0  0x00007ffff5492313 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
              resultvar = <optimized out>
              oldtype = 0
              result = <optimized out>
      #1  0x00007ffff2d10862 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
      No symbol table info available.
      #2  0x00007ffff2d1201f in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
      No symbol table info available.
      #3  0x00007fffee7ca347 in QXcbEventReader::run (this=0x638800) at /home/micurtis/dev/qt5.1.1/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp:983
              event = 0x0
      #4  0x00007ffff5f49569 in QThreadPrivate::start (arg=0x638800) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/thread/qthread_unix.cpp:345
              __clframe = {__cancel_routine = 0x7ffff5f495ee <QThreadPrivate::finish(void*)>, __cancel_arg = 0x638800, __do_it = 1, __cancel_type = 0}
              thr = 0x638800
              data = 0x638b60
              objectName = {static null = {<No data fields>}, d = 0x7ffff6650420}
      #5  0x00007ffff5c86e9a in start_thread (arg=0x7fffebf6f700) at pthread_create.c:308
              __res = <optimized out>
              pd = 0x7fffebf6f700
              now = <optimized out>
              unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, 1416134314185936048, 140737488343536, 140737152219584, 0, 3, -1416160763081700176, -1416112466176553808}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
              not_first_call = 0
              pagesize_m1 = <optimized out>
              sp = <optimized out>
              freesize = <optimized out>
              __PRETTY_FUNCTION__ = "start_thread"
      #6  0x00007ffff549dccd 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 0x7ffff7fc4780 (LWP 17450)):
      #0  0x00007ffff53e0425 in __GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
              resultvar = 0
              pid = <optimized out>
              selftid = 17450
      #1  0x00007ffff53e3b8b in __GI_abort () at abort.c:91
              save_stage = 2
              act = {__sigaction_handler = {sa_handler = 0x7fffffff75e0, sa_sigaction = 0x7fffffff75e0}, sa_mask = {__val = {140737319707836, 140737307675720, 140737353942240, 140737488320000, 140737319707175, 140737311551872, 140737488320048, 4294967295, 140737319759737, 0, 140737321826740, 8073712, 0, 0, 6453760, 140737319124992}}, sa_flags = -136411276, sa_restorer = 0x5}
              sigs = {__val = {32, 0 <repeats 15 times>}}
      #2  0x00007ffff5f3713f in qt_message_fatal (context=..., message=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/global/qlogging.cpp:942
      No locals.
      #3  0x00007ffff5f34dae in QMessageLogger::fatal (this=0x7fffffff7850, msg=0x7ffff6259218 "ASSERT: \"%s\" in file %s, line %d") at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/global/qlogging.cpp:360
              message = {static null = {<No data fields>}, d = 0x16ac6b0}
              ap = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffffff7830, reg_save_area = 0x7fffffff7760}}
      #4  0x00007ffff5f3067c in qt_assert (assertion=0x7fffdc907e3d "!isEmpty()", file=0x7fffdc907d28 "/home/micurtis/dev/qt5.1.1-debug/qtbase/include/QtCore/../../../../qt5.1.1/qtbase/src/corelib/tools/qlist.h", line=287) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/global/qglobal.cpp:2014
              __PRETTY_FUNCTION__ = "void qt_assert(const char*, const char*, int)"
      #5  0x00007fffdc897c40 in QList<QString>::first (this=0x27e5d30) at /home/micurtis/dev/qt5.1.1-debug/qtbase/include/QtCore/../../../../qt5.1.1/qtbase/src/corelib/tools/qlist.h:287
      No locals.
      #6  0x00007fffdc88f96c in Android::Internal::AvdModel::data (this=0x2805cb8, index=..., role=0) at /home/micurtis/dev/qt-creator/src/plugins/android/androidsettingswidget.cpp:78
      No locals.
      #7  0x00007ffff748dd43 in QModelIndex::data (this=0x7fffffff7ee0, arole=0) at ../../include/QtCore/../../../../qt5.1.1/qtbase/src/corelib/itemmodels/qabstractitemmodel.h:474
      No locals.
      #8  0x00007ffff76894a1 in QStyledItemDelegate::initStyleOption (this=0x121b210, option=0x7fffffff7bb0, index=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/itemviews/qstyleditemdelegate.cpp:406
              value = {d = {data = {c = 0 '\000', uc = 0 '\000', s = 0, sc = 0 '\000', us = 0, i = 0, u = 0, l = 0, ul = 0, b = false, d = 0, f = 0, real = 0, ll = 0, ull = 0, o = 0x0, ptr = 0x0, shared = 0x0}, type = 0, is_shared = 0, is_null = 1}}
      #9  0x00007ffff76896c8 in QStyledItemDelegate::paint (this=0x121b210, painter=0x7fffffff7f60, option=..., index=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/itemviews/qstyleditemdelegate.cpp:446
              opt = {<QStyleOption> = {version = 4, type = 10, state = {i = 1}, direction = Qt::LeftToRight, rect = {x1 = 396, y1 = 0, x2 = 696, y2 = 28}, fontMetrics = {d = {d = 0x66b900}}, palette = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e08d60, data = 0x7ffff6b1cf00, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x6711a0, {data = {current_group = 0, resolve_mask = 0}, for_faster_swapping_dont_use = 0}}, styleObject = 0x242c430}, displayAlignment = {i = 129}, decorationAlignment = {i = 132}, textElideMode = Qt::ElideMiddle, decorationPosition = QStyleOptionViewItem::Left, decorationSize = {wd = 16, ht = 16}, font = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e09fa0, data = 0x7ffff6b1e0e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x66b900}, resolve_mask = 0}, showDecorationSelected = true, features = {i = 1}, locale = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff665e420, data = 0x7ffff636a720, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x11abdc0}}, widget = 0x242c430, index = {r = 0, c = 2, i = 0, m = 0x2805cb8}, checkState = Qt::Unchecked, icon = {d = 0x0}, text = {static null = {<No data fields>}, d = 0x7ffff6650420}, viewItemPosition = QStyleOptionViewItem::Invalid, backgroundBrush = {d = {d = 0x671d00}}}
              widget = 0x18dd3f4
              style = 0x242c470
      #10 0x00007ffff7623938 in QTableViewPrivate::drawCell (this=0x242c470, painter=0x7fffffff7f60, option=..., index=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/itemviews/qtableview.cpp:930
              q = 0x242c430
              opt = {<QStyleOption> = {version = 4, type = 10, state = {i = 1}, direction = Qt::LeftToRight, rect = {x1 = 396, y1 = 0, x2 = 696, y2 = 28}, fontMetrics = {d = {d = 0x66b900}}, palette = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e08d60, data = 0x7ffff6b1cf00, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x6711a0, {data = {current_group = 0, resolve_mask = 0}, for_faster_swapping_dont_use = 0}}, styleObject = 0x242c430}, displayAlignment = {i = 129}, decorationAlignment = {i = 132}, textElideMode = Qt::ElideMiddle, decorationPosition = QStyleOptionViewItem::Left, decorationSize = {wd = 16, ht = 16}, font = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e09fa0, data = 0x7ffff6b1e0e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x66b900}, resolve_mask = 0}, showDecorationSelected = true, features = {i = 1}, locale = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff665e420, data = 0x7ffff636a720, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x11abdc0}}, widget = 0x242c430, index = {r = -1, c = -1, i = 0, m = 0x0}, checkState = Qt::Unchecked, icon = {d = 0x0}, text = {static null = {<No data fields>}, d = 0x7ffff6650420}, viewItemPosition = QStyleOptionViewItem::Invalid, backgroundBrush = {d = {d = 0x671d00}}}
      #11 0x00007ffff76259c3 in QTableView::paintEvent (this=0x242c430, event=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/itemviews/qtableview.cpp:1444
              currentBit = 2
              colp = 396
              col = 2
              colw = 301
              index = {r = 0, c = 2, i = 0, m = 0x2805cb8}
              visualColumnIndex = 2
              row = 0
              rowY = 0
              rowh = 29
              visualRowIndex = 0
              dirtyArea = {x1 = 0, y1 = 0, x2 = 697, y2 = 29}
              top = 0
              alternateBase = false
              left = 0
              right = 2
              bottom = 0
              i = 0
              offset = {xp = 0, yp = 0}
              showGrid = true
              gridPen = {d = 0x16ac390}
              option = {<QStyleOption> = {version = 4, type = 10, state = {i = 1}, direction = Qt::LeftToRight, rect = {x1 = 396, y1 = 0, x2 = 696, y2 = 28}, fontMetrics = {d = {d = 0x66b900}}, palette = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e08d60, data = 0x7ffff6b1cf00, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x6711a0, {data = {current_group = 0, resolve_mask = 0}, for_faster_swapping_dont_use = 0}}, styleObject = 0x242c430}, displayAlignment = {i = 129}, decorationAlignment = {i = 132}, textElideMode = Qt::ElideMiddle, decorationPosition = QStyleOptionViewItem::Left, decorationSize = {wd = 16, ht = 16}, font = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e09fa0, data = 0x7ffff6b1e0e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x66b900}, resolve_mask = 0}, showDecorationSelected = true, features = {i = 1}, locale = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff665e420, data = 0x7ffff636a720, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = {d = 0x11abdc0}}, widget = 0x242c430, index = {r = -1, c = -1, i = 0, m = 0x0}, checkState = Qt::Unchecked, icon = {d = 0x0}, text = {static null = {<No data fields>}, d = 0x7ffff6650420}, viewItemPosition = QStyleOptionViewItem::Invalid, backgroundBrush = {d = {d = 0x671d00}}}
              gridHint = -5001298
              horizontalHeader = 0x18f91f0
              alternate = false
              rightToLeft = false
              region = {d = 0x19b4b90, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              firstVisualColumn = 0
              drawn = {d = {d = 0x180e490}}
              x = 697
              rects = {d = 0x1683a90}
              lastVisualColumn = 2
              d = 0x242c470
              gridSize = 1
              painter = {static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6e0bf40, data = 0x7ffff6b1f280, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x2445460}}
              y = 29
              firstVisualRow = 0
              lastVisualRow = 0
              gridColor = {cspec = QColor::Rgb, ct = {argb = {alpha = 65535, red = 46003, green = 44975, blue = 44718, pad = 0}, ahsv = {alpha = 65535, hue = 46003, saturation = 44975, value = 44718, pad = 0}, acmyk = {alpha = 65535, cyan = 46003, magenta = 44975, yellow = 44718, black = 0}, ahsl = {alpha = 65535, hue = 46003, saturation = 44975, lightness = 44718, pad = 0}, array = {65535, 46003, 44975, 44718, 0}}}
              verticalHeader = 0x264a9e0
      #12 0x00007ffff7368051 in QWidget::event (this=0x242c430, event=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:8042
              d = 0x242c470
      #13 0x00007ffff74bea27 in QFrame::event (this=0x242c430, e=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qframe.cpp:534
              result = false
      #14 0x00007ffff755778d in QAbstractScrollArea::viewportEvent (this=0x242c430, e=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qabstractscrollarea.cpp:1163
      No locals.
      #15 0x00007ffff75ec9ab in QAbstractItemView::viewportEvent (this=0x242c430, event=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/itemviews/qabstractitemview.cpp:1679
              d = 0x242c470
      #16 0x00007ffff755869d in QAbstractScrollAreaPrivate::viewportEvent (this=0x242c470, event=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qabstractscrollarea_p.h:105
      No locals.
      #17 0x00007ffff7558764 in QAbstractScrollAreaFilter::eventFilter (this=0x2630660, o=0x242c890, e=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qabstractscrollarea_p.h:121
      No locals.
      #18 0x00007ffff6189872 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=0x61b7c0, receiver=0x242c890, event=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:963
              obj = 0x2630660
              i = 0
              q = 0x7fffffffdac0
              __PRETTY_FUNCTION__ = "bool QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*)"
      #19 0x00007ffff731f4d9 in QApplicationPrivate::notify_helper (this=0x61b7c0, receiver=0x242c890, e=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:3453
              consumed = false
      #20 0x00007ffff731f364 in QApplication::notify (this=0x7fffffffdac0, receiver=0x242c890, e=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:3422
              d = 0x61b7c0
              __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
              res = false
      #21 0x00007ffff6189514 in QCoreApplication::notifyInternal (this=0x7fffffffdac0, receiver=0x242c890, event=0x7fffffff8d60) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:867
              threadData = 0x61a900
              loopLevelCounter = {threadData = 0x61a900}
              result = false
              cbdata = {0x242c890, 0x7fffffff8d60, 0x7fffffff8cbf}
              d = 0x242c8d0
      #22 0x00007ffff73219cf in QCoreApplication::sendSpontaneousEvent (receiver=0x242c890, event=0x7fffffff8d60) at ../../include/QtCore/../../../../qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.h:235
      No locals.
      #23 0x00007ffff7360146 in QWidgetPrivate::drawWidget (this=0x242c8d0, pdev=0x26cec50, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5132
              flushed = false
              paintEngine = 0x26c2030
              e = {<QEvent> = {_vptr.QEvent = 0x7ffff6df3b90, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6664980, data = 0x7ffff636d700, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 12, posted = 0, spont = 1, m_accept = 1, reserved = 8191}, m_rect = {x1 = 0, y1 = 0, x2 = 697, y2 = 169}, m_region = {d = 0x19b4b90, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}, m_erased = false}
              onScreen = false
              q = 0x242c890
              asRoot = false
              alsoOnScreen = false
              toBePainted = {d = 0x19b4b90, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #24 0x00007ffff736100d in QWidgetPrivate::paintSiblingsRecursive (this=0x242c470, pdev=0x26cec50, siblings=..., index=0, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5326
              wRegion = {d = 0x19b4b90, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x242c890
              boundingRect = {x1 = 0, y1 = 0, x2 = 699, y2 = 190}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x242c8d0
              widgetPos = {xp = 1, yp = 20}
              hasMask = false
      #25 0x00007ffff7360eac in QWidgetPrivate::paintSiblingsRecursive (this=0x242c470, pdev=0x26cec50, siblings=..., index=3, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5313
              wr = {d = 0x2838a50, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x18f91f0
              boundingRect = {x1 = 0, y1 = 0, x2 = 699, y2 = 190}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x18f9930
              widgetPos = {xp = 1, yp = 1}
              hasMask = false
      #26 0x00007ffff73605d7 in QWidgetPrivate::drawWidget (this=0x242c470, pdev=0x26cec50, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5183
              q = 0x242c430
              asRoot = false
              alsoOnScreen = false
              toBePainted = {d = 0x245bb60, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #27 0x00007ffff736100d in QWidgetPrivate::paintSiblingsRecursive (this=0x27b04e0, pdev=0x26cec50, siblings=..., index=7, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5326
              wRegion = {d = 0x2838a50, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x242c430
              boundingRect = {x1 = 0, y1 = 0, x2 = 802, y2 = 237}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x242c470
              widgetPos = {xp = 9, yp = 38}
              hasMask = false
      #28 0x00007ffff73605d7 in QWidgetPrivate::drawWidget (this=0x27b04e0, pdev=0x26cec50, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5183
              q = 0x27b04a0
              asRoot = false
              alsoOnScreen = false
              toBePainted = {d = 0x19730d0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #29 0x00007ffff736100d in QWidgetPrivate::paintSiblingsRecursive (this=0x181f700, pdev=0x26cec50, siblings=..., index=19, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5326
              wRegion = {d = 0x18de750, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x27b04a0
              boundingRect = {x1 = 0, y1 = 0, x2 = 818, y2 = 445}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x27b04e0
              widgetPos = {xp = 8, yp = 200}
              hasMask = false
      #30 0x00007ffff73605d7 in QWidgetPrivate::drawWidget (this=0x181f700, pdev=0x26cec50, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5183
              q = 0x2805c40
              asRoot = false
              alsoOnScreen = false
              toBePainted = {d = 0x19722c0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #31 0x00007ffff736100d in QWidgetPrivate::paintSiblingsRecursive (this=0x18b5620, pdev=0x26cec50, siblings=..., index=0, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5326
              wRegion = {d = 0x275b3d0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x2805c40
              boundingRect = {x1 = 0, y1 = 0, x2 = 818, y2 = 445}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x181f700
              widgetPos = {xp = 0, yp = 0}
              hasMask = false
      #32 0x00007ffff73605d7 in QWidgetPrivate::drawWidget (this=0x18b5620, pdev=0x26cec50, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5183
              q = 0x22b50a0
              asRoot = false
              alsoOnScreen = false
              toBePainted = {d = 0x275b110, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #33 0x00007ffff736100d in QWidgetPrivate::paintSiblingsRecursive (this=0x16e47b0, pdev=0x26cec50, siblings=..., index=0, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5326
              wRegion = {d = 0x275b3d0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x22b50a0
              boundingRect = {x1 = 0, y1 = 0, x2 = 822, y2 = 474}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x18b5620
              widgetPos = {xp = 2, yp = 27}
              hasMask = false
      #34 0x00007ffff7360eac in QWidgetPrivate::paintSiblingsRecursive (this=0x16e47b0, pdev=0x26cec50, siblings=..., index=0, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5313
              wr = {d = 0x16e78e0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x25b32e0
              boundingRect = {x1 = 0, y1 = 0, x2 = 822, y2 = 474}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x16e4ca0
              widgetPos = {xp = 0, yp = 0}
              hasMask = false
      #35 0x00007ffff73605d7 in QWidgetPrivate::drawWidget (this=0x16e47b0, pdev=0x26cec50, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5183
              q = 0x18dd830
              asRoot = false
              alsoOnScreen = false
              toBePainted = {d = 0x19f83b0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #36 0x00007ffff736100d in QWidgetPrivate::paintSiblingsRecursive (this=0x27fe260, pdev=0x26cec50, siblings=..., index=7, rgn=..., offset=..., flags=4, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5326
              wRegion = {d = 0x16e78e0, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              w = 0x18dd830
              boundingRect = {x1 = 0, y1 = 0, x2 = 999, y2 = 549}
              dirtyBoundingRect = false
              exludeOpaqueChildren = false
              excludeNativeChildren = false
              wd = 0x16e47b0
              widgetPos = {xp = 167, yp = 38}
              hasMask = false
      #37 0x00007ffff73605d7 in QWidgetPrivate::drawWidget (this=0x27fe260, pdev=0x26cec50, rgn=..., offset=..., flags=5, sharedPainter=0x0, backingStore=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:5183
              q = 0x25b8f40
              asRoot = true
              alsoOnScreen = false
              toBePainted = {d = 0x185b020, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              __PRETTY_FUNCTION__ = "void QWidgetPrivate::drawWidget(QPaintDevice*, const QRegion&, const QPoint&, int, QPainter*, QWidgetBackingStore*)"
              recursive = true
              alsoInvisible = false
      #38 0x00007ffff732e033 in QWidgetBackingStore::sync (this=0x18dd3b0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp:1090
              flags = 5
              repaintAllWidgets = false
              inTopLevelResize = false
              surfaceGeometry = {x1 = 191, y1 = 316, x2 = 1190, y2 = 865}
              toClean = {d = 0x180e580, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
              tlwExtra = 0x27196a0
              opaqueNonOverlappedWidgets = {a = 32, s = 0, ptr = 0x7fffffffa810, {array = " \251\377\377\377\177\000\000\260Ӎ\001\000\000\000\000\350\372\200\001\003\000\000\000P\250\377\377\377\177\000\000\000\000\000\000\000\000\000\000\066\003\000\000\332\001\000\000\000\000\000\000\003\000\000\000p\250\377\377\377\177\000\000\200\250\377\377\377\177\000\000\352!2\367\377\177\000\000\220\250\377\377\377\000\000\000\224\343\177\002\000\000\000\000\003\000\000\000\377\177\000\000\240\250\377\377\377\177\000\000\260\250\377\377\377\177\000\000\064\"2\367\377\177\000\000\260\250\377\377\377\177\000\000@\217[\002\000\000\000\000\003\000\000\000\377\177\000\000@\217[\002\000\000\000\000Ш\377\377\377\177\000\000H\217[\002\000\000\000\000\340\250\377\377\377\177\000\000g\021\062\367\377\177\000\000\000\251\377\377\377\177\000\000H\217[\002\000\000\000\000\000\251\377\377\377\177\000\000h!2\367\377\177\000\000@\217[\002\000\000\000\000\250\226q\002\000\000\000\000\060\251\377\377\377\177\000\000I\376\062\367\377\177\000", q_for_alignment_1 = 140737488333088, q_for_alignment_2 = 6.9533558067362023e-310}}
              updatesDisabled = false
              tlwRect = {x1 = 191, y1 = 316, x2 = 1190, y2 = 865}
              beginPaintInfo = {wasFlushed = 0, nothingToPaint = 0, backingStoreRecreated = 0}
              dirtyCopy = {d = 0x180e140, static shared_empty = {ref = {_q_value = 7185}, qt_rgn = 0x7ffff6e0e3c0}}
      #39 0x00007ffff735764f in QWidgetPrivate::syncBackingStore (this=0x27fe260) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:1676
              bs = 0x18dd3b0
      #40 0x00007ffff7368687 in QWidget::event (this=0x25b8f40, event=0x181f6e0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:8180
              d = 0x27fe260
      #41 0x00007ffff731f502 in QApplicationPrivate::notify_helper (this=0x61b7c0, receiver=0x25b8f40, e=0x181f6e0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:3457
              consumed = false
      #42 0x00007ffff731f364 in QApplication::notify (this=0x7fffffffdac0, receiver=0x25b8f40, e=0x181f6e0) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:3422
              d = 0x61b7c0
              __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
              res = false
      #43 0x00007ffff6189514 in QCoreApplication::notifyInternal (this=0x7fffffffdac0, receiver=0x25b8f40, event=0x181f6e0) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:867
              threadData = 0x61a900
              loopLevelCounter = {threadData = 0x61a900}
              result = false
              cbdata = {0x25b8f40, 0x181f6e0, 0x7fffffffb26f}
              d = 0x27fe260
      #44 0x00007ffff618d197 in QCoreApplication::sendEvent (receiver=0x25b8f40, event=0x181f6e0) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.h:232
      No locals.
      #45 0x00007ffff618a614 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x61a900) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:1471
              e = 0x181f6e0
              pe = @0x1394098: {receiver = 0x25b8f40, event = 0x0, priority = -1}
              r = 0x25b8f40
              unlocker = {m = @0x7fffffffb330}
              event_deleter = {d = 0x181f6e0}
              __PRETTY_FUNCTION__ = "static void QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)"
              locker = {val = 6400328}
              startOffset = 0
              i = @0x61a93c: 105
              cleanup = {receiver = 0x0, event_type = 0, data = 0x61a900, exceptionCaught = true}
      #46 0x00007ffff618a1d5 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:1329
              data = 0x61a900
      #47 0x00007ffff61fa940 in postEventSourceDispatch (s=0x627b10) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:279
              source = 0x627b10
      #48 0x00007ffff4c7cd53 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #49 0x00007ffff4c7d0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #50 0x00007ffff4c7d164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #51 0x00007ffff61fb113 in QEventDispatcherGlib::processEvents (this=0x61eeb0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
              d = 0x61f220
              canWait = true
              savedFlags = {i = 36}
              result = false
      #52 0x00007fffee81f15a in QPAEventDispatcherGlib::processEvents (this=0x61eeb0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:123
      No locals.
      #53 0x00007ffff61860d4 in QEventLoop::processEvents (this=0x7fffffffb6a0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:136
              d = 0x26cf1f0
      #54 0x00007ffff61863ad in QEventLoop::exec (this=0x7fffffffb6a0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:212
              locker = {val = 6404544}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x26cf1f0, locker = @0x7fffffffb610, exceptionCaught = true}
              app = 0x7fffffffdac0
              d = 0x26cf1f0
      #55 0x00007ffff75963bb in QDialog::exec (this=0x25b8f40) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/dialogs/qdialog.cpp:528
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff664d3b0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x26cf1f0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff6664700, data = 0x7ffff636d480, static_metacall = 0x7ffff6253f38 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              __PRETTY_FUNCTION__ = "virtual int QDialog::exec()"
              guard = {wp = {d = 0x12efe80, value = 0x25b8f40}}
              d = 0x27fe260
              deleteOnClose = false
              wasShowModal = false
              res = -353772704
      #56 0x00007fffeaaf0e3f in Core::Internal::SettingsDialog::execDialog (this=0x25b8f40) at /home/micurtis/dev/qt-creator/src/plugins/coreplugin/dialogs/settingsdialog.cpp:588
      No locals.
      #57 0x00007fffeaa86385 in Core::Internal::MainWindow::showOptionsDialog (this=0x7e7130, category=..., page=..., parent=0x7e7130) at /home/micurtis/dev/qt-creator/src/plugins/coreplugin/mainwindow.cpp:923
              dialog = 0x25b8f40
      #58 0x00007fffeab9ab11 in Core::Internal::MainWindow::qt_static_metacall (_o=0x7e7130, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fffffffba10) at .moc/debug-shared/moc_mainwindow.cpp:188
              _r = 242
              _t = 0x7e7130
      #59 0x00007ffff61c9f04 in QMetaObject::activate (sender=0x663540, signalOffset=3, local_signal_index=1, argv=0x7fffffffba10) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qobject.cpp:3479
              receiverInSameThread = true
              sw = {receiver = 0x7e7130, previousSender = 0x0, currentSender = {sender = 0x663540, signal = 4, ref = 1}, switched = true}
              callFunction = 0x7fffeab9a790 <Core::Internal::MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
              receiver = 0x7e7130
              method_relative = 11
              c = 0x810200
              last = 0x810200
              locker = {val = 140737327301560}
              connectionLists = {connectionLists = 0x8efb70}
              list = 0x8ec7b8
              signal_index = 4
              empty_argv = {0x0}
              currentThreadId = 0x7ffff7fc4780
              __PRETTY_FUNCTION__ = "static void QMetaObject::activate(QObject*, int, int, void**)"
      #60 0x00007ffff61c9866 in QMetaObject::activate (sender=0x663540, m=0x7ffff7b42a40, local_signal_index=1, argv=0x7fffffffba10) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qobject.cpp:3354
      No locals.
      #61 0x00007ffff7311336 in QAction::triggered (this=0x663540, _t1=false) at .moc/debug-shared/moc_qaction.cpp:356
              _a = {0x0, 0x7fffffffba04}
      #62 0x00007ffff7310938 in QAction::qt_static_metacall (_o=0x663540, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffbbf0) at .moc/debug-shared/moc_qaction.cpp:200
              _t = 0x663540
      #63 0x00007ffff61c9f04 in QMetaObject::activate (sender=0x8dc8c0, signalOffset=3, local_signal_index=1, argv=0x7fffffffbbf0) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qobject.cpp:3479
              receiverInSameThread = true
              sw = {receiver = 0x663540, previousSender = 0x0, currentSender = {sender = 0x8dc8c0, signal = 4, ref = 1}, switched = true}
              callFunction = 0x7ffff73108b2 <QAction::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
              receiver = 0x663540
              method_relative = 1
              c = 0x8f0c90
              last = 0x8f0c90
              locker = {val = 140737327301424}
              connectionLists = {connectionLists = 0x8f0100}
              list = 0x8f2158
              signal_index = 4
              empty_argv = {0x0}
              currentThreadId = 0x7ffff7fc4780
              __PRETTY_FUNCTION__ = "static void QMetaObject::activate(QObject*, int, int, void**)"
      #64 0x00007ffff61c9866 in QMetaObject::activate (sender=0x8dc8c0, m=0x7ffff7b42a40, local_signal_index=1, argv=0x7fffffffbbf0) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qobject.cpp:3354
      No locals.
      #65 0x00007ffff7311336 in QAction::triggered (this=0x8dc8c0, _t1=false) at .moc/debug-shared/moc_qaction.cpp:356
              _a = {0x0, 0x7fffffffbbe4}
      #66 0x00007ffff73106f6 in QAction::activate (this=0x8dc8c0, event=QAction::Trigger) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qaction.cpp:1175
              guard = {wp = {d = 0x20c5b90, value = 0x8dc8c0}}
              d = 0x8f1fd0
      #67 0x00007ffff75046ec in QMenuPrivate::activateCausedStack (this=0x8ae200, causedStack=..., action=0x8dc8c0, action_e=QAction::Trigger, self=true) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qmenu.cpp:977
              guard = {block = @0x8ae3d9, reset = false}
      #68 0x00007ffff7504afb in QMenuPrivate::activateAction (this=0x8ae200, action=0x8dc8c0, action_e=QAction::Trigger, self=true) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qmenu.cpp:1054
              q = 0x8ae1c0
              inWhatsThisMode = false
              causedStack = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x1e61a00}, d = 0x1e61a00}}
      #69 0x00007ffff7508fd1 in QMenu::mouseReleaseEvent (this=0x8ae1c0, e=0x7fffffffc950) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qmenu.cpp:2359
              d = 0x8ae200
              action = 0x8dc8c0
      #70 0x00007ffff7367749 in QWidget::event (this=0x8ae1c0, event=0x7fffffffc950) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidget.cpp:7890
              d = 0x8ae200
      #71 0x00007ffff75097be in QMenu::event (this=0x8ae1c0, e=0x7fffffffc950) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/widgets/qmenu.cpp:2472
              d = 0x8ae200
      #72 0x00007ffff731f502 in QApplicationPrivate::notify_helper (this=0x61b7c0, receiver=0x8ae1c0, e=0x7fffffffc950) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:3457
              consumed = false
      #73 0x00007ffff731d3c0 in QApplication::notify (this=0x7fffffffdac0, receiver=0x8ae1c0, e=0x7fffffffc950) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:2993
              me = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff6df3c30, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6664980, data = 0x7ffff636d700, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 7890}, modState = {i = 0}, ts = 6007992}, l = {xp = 86, yp = 215}, w = {xp = 86, yp = 215}, s = {xp = 342, yp = 259}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
              w = 0x8ae1c0
              mouse = 0x7fffffffc950
              eventAccepted = true
              relpos = {xp = 86, yp = 215}
              pw = {wp = {d = 0x8ae6b0, value = 0x8ae1c0}}
              d = 0x61b7c0
              __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
              res = false
      #74 0x00007ffff6189514 in QCoreApplication::notifyInternal (this=0x7fffffffdac0, receiver=0x8ae1c0, event=0x7fffffffc950) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:867
              threadData = 0x61a900
              loopLevelCounter = {threadData = 0x61a900}
              result = false
              cbdata = {0x8ae1c0, 0x7fffffffc950, 0x7fffffffc7af}
              d = 0x8ae200
      #75 0x00007ffff73219cf in QCoreApplication::sendSpontaneousEvent (receiver=0x8ae1c0, event=0x7fffffffc950) at ../../include/QtCore/../../../../qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.h:235
      No locals.
      #76 0x00007ffff731bf1f in QApplicationPrivate::sendMouseEvent (receiver=0x8ae1c0, event=0x7fffffffc950, alienWidget=0x0, nativeWidget=0x8ae1c0, buttonDown=0x7ffff7b89550, lastMouseReceiver=..., spontaneous=true) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:2485
              alienGuard = {wp = {d = 0x0, value = 0x0}}
              receiverGuard = {wp = {d = 0x8ae6b0, value = 0x8ae1c0}}
              nativeGuard = {wp = {d = 0x8ae6b0, value = 0x8ae1c0}}
              activePopupWidget = {wp = {d = 0x8ae6b0, value = 0x8ae1c0}}
              graphicsWidget = false
              widgetUnderMouse = true
              wasLeaveAfterRelease = false
              result = 255
      #77 0x00007ffff7391a06 in QWidgetWindow::handleMouseEvent (this=0x1048600, event=0x7fffffffd420) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidgetwindow.cpp:377
              receiver = 0x8ae1c0
              widgetPos = {xp = 86, yp = 215}
              alien = 0x0
              e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff6df3c30, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6664980, data = 0x7ffff636d700, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 0}, modState = {i = 0}, ts = 6007992}, l = {xp = 86, yp = 215}, w = {xp = 86, yp = 215}, s = {xp = 342, yp = 259}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
              popupChild = 0x0
              activePopupWidget = 0x8ae1c0
              popup = 0x8ae1c0
              mapped = {xp = 86, yp = 215}
              releaseAfter = true
              oldOpenPopupCount = 1
              widget = 0x7fffffffcc30
              mapped = {xp = -13360, yp = 32767}
              receiver = 0x7fffffffcc40
              translated = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x629470, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6664980, data = 0x7ffff636d700, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x7fffffffcc40, t = 33, posted = 0, spont = 0, m_accept = 0, reserved = 0}, modState = {i = 0}, ts = 140737296645268}, l = {xp = 6.9533326008411925e-310, yp = 6.9533413208343307e-310}, w = {xp = 6.9533558071804662e-310, yp = 6.9533412910925176e-310}, s = {xp = 6.9533326008411925e-310, yp = 3.1915375913291173e-317}, b = 4294954384, mouseState = {i = 32767}, caps = 6418976, velocity = {xp = 9.10844002e-44, yp = -nan(0x7fca40)}}
      #78 0x00007ffff73910df in QWidgetWindow::event (this=0x1048600, event=0x7fffffffd420) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qwidgetwindow.cpp:158
      No locals.
      #79 0x00007ffff731f502 in QApplicationPrivate::notify_helper (this=0x61b7c0, receiver=0x1048600, e=0x7fffffffd420) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:3457
              consumed = false
      #80 0x00007ffff731ccc9 in QApplication::notify (this=0x7fffffffdac0, receiver=0x1048600, e=0x7fffffffd420) at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:2878
              d = 0x61b7c0
              __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
              res = false
      #81 0x00007ffff6189514 in QCoreApplication::notifyInternal (this=0x7fffffffdac0, receiver=0x1048600, event=0x7fffffffd420) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:867
              threadData = 0x61a900
              loopLevelCounter = {threadData = 0x61a900}
              result = false
              cbdata = {0x1048600, 0x7fffffffd420, 0x7fffffffd39f}
              d = 0x1048660
      #82 0x00007ffff67722df in QCoreApplication::sendSpontaneousEvent (receiver=0x1048600, event=0x7fffffffd420) at ../../include/QtCore/../../../../qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.h:235
      No locals.
      #83 0x00007ffff676c807 in QGuiApplicationPrivate::processMouseEvent (e=0x26ece40) at /home/micurtis/dev/qt5.1.1/qtbase/src/gui/kernel/qguiapplication.cpp:1463
              type = QEvent::MouseButtonRelease
              stateChange = {i = 1}
              window = 0x1048600
              globalPoint = {xp = 342, yp = 259}
              button = Qt::LeftButton
              doubleClick = false
              frameStrut = false
              localPoint = {xp = 86, yp = 215}
              ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff6df3c30, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6664980, data = 0x7ffff636d700, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 12}, modState = {i = 0}, ts = 6007992}, l = {xp = 86, yp = 215}, w = {xp = 86, yp = 215}, s = {xp = 342, yp = 259}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
      #84 0x00007ffff676bf75 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x26ece40) at /home/micurtis/dev/qt5.1.1/qtbase/src/gui/kernel/qguiapplication.cpp:1286
              __PRETTY_FUNCTION__ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)"
      #85 0x00007ffff67591cd in QWindowSystemInterface::sendWindowSystemEventsImplementation (flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:581
              event = 0x26ece40
              nevents = 1
      #86 0x00007ffff6759154 in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:561
      No locals.
      #87 0x00007fffee81ef44 in userEventSourceDispatch (source=0x628d20) at /home/micurtis/dev/qt5.1.1/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:78
              userEventSource = 0x628d20
              dispatcher = 0x61eeb0
      #88 0x00007ffff4c7cd53 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #89 0x00007ffff4c7d0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #90 0x00007ffff4c7d164 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
      No symbol table info available.
      #91 0x00007ffff61fb113 in QEventDispatcherGlib::processEvents (this=0x61eeb0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
              d = 0x61f220
              canWait = true
              savedFlags = {i = 0}
              result = false
      #92 0x00007fffee81f15a in QPAEventDispatcherGlib::processEvents (this=0x61eeb0, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:123
      No locals.
      #93 0x00007ffff61860d4 in QEventLoop::processEvents (this=0x7fffffffda30, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:136
              d = 0x1461850
      #94 0x00007ffff61863ad in QEventLoop::exec (this=0x7fffffffda30, flags=...) at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qeventloop.cpp:212
              locker = {val = 6404544}
              __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
              ref = {d = 0x1461850, locker = @0x7fffffffd990, exceptionCaught = true}
              app = 0x7fffffffdac0
              d = 0x1461850
      #95 0x00007ffff6189bcc in QCoreApplication::exec () at /home/micurtis/dev/qt5.1.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:1120
              threadData = 0x61a900
              __PRETTY_FUNCTION__ = "static int QCoreApplication::exec()"
              eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff664d3b0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x1461850}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff6664700, data = 0x7ffff636d480, static_metacall = 0x7ffff6253f38 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              returnCode = 0
      #96 0x00007ffff676bbf4 in QGuiApplication::exec () at /home/micurtis/dev/qt5.1.1/qtbase/src/gui/kernel/qguiapplication.cpp:1220
      No locals.
      #97 0x00007ffff731c611 in QApplication::exec () at /home/micurtis/dev/qt5.1.1/qtbase/src/widgets/kernel/qapplication.cpp:2689
      No locals.
      #98 0x000000000040e440 in main (argc=1, argv=0x7fffffffe5e8) at /home/micurtis/dev/qt-creator/src/app/main.cpp:535
              customPluginPaths = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7ffff6650620}, d = 0x7ffff6650620}}, <No data fields>}
              arguments = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x6d3690}, d = 0x6d3690}}, <No data fields>}
              creatorTrPath = @0x7fffffffdfe0: {static null = {<No data fields>}, d = 0x655c00}
              globalSettings = 0x676db0
              uiLanguages = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x676240}, d = 0x676240}}, <No data fields>}
              r = 0
              qtTranslator = {<QObject> = {_vptr.QObject = 0x7ffff664d830, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x6a98b0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff66665a0, data = 0x7ffff636e020, static_metacall = 0x7ffff6254e80 <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              proxyUrl = {d = 0x6a9310}
              foundAppOptions = {d = 0x7ffff66506e0}
              plugins = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7b9590}, d = 0x7b9590}}
              coreplugin = 0x690110
              threadCount = 12
              settingsPath = {static null = {<No data fields>}, d = 0x7ffff6650420}
              it = {c = 0x7fffffffdea0, i = {i = 0x6d36a8}, n = {i = 0x6d36a0}}
              settings = 0x6d47b0
              translator = {<QObject> = {_vptr.QObject = 0x7ffff664d830, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x6a93e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff66665a0, data = 0x7ffff636e020, static_metacall = 0x7ffff6254e80 <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              pid = -1
              isBlock = false
              app = {<QApplication> = {<QGuiApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0x618c10, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x61b7c0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff6664760, data = 0x7ffff636d5a0, static_metacall = 0x7ffff6254090 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static self = 0x7fffffffdac0}, static staticMetaObject = {d = {superdata = 0x7ffff664d440, stringdata = 0x7ffff6dffde0, data = 0x7ffff6acffc0, static_metacall = 0x7ffff67715d6 <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6df32c0, stringdata = 0x7ffff7b6e5c0, data = 0x7ffff77848c0, static_metacall = 0x7ffff7320bec <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff7b42c80, stringdata = 0x413c80, data = 0x413e20, static_metacall = 0x411d94 <SharedTools::QtSingleApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, firstPeer = 14927, instances = 0x6ae500, pidPeer = 0x6555d0, actWin = 0x0, appId = {static null = {<No data fields>}, d = 0x61a8c0}, block = false}
              testOptionProvided = false
              pluginManager = {<QObject> = {_vptr.QObject = 0x7ffff7dd8510, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653320, data = 0x7ffff631a6a0, static_metacall = 0x7ffff61cc4c4 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x6a9600}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6653e80, data = 0x7ffff63679e0, static_metacall = 0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x7ffff6649c60, stringdata = 0x7ffff7bc8f40, data = 0x7ffff7bc9120, static_metacall = 0x7ffff7bc4adc <ExtensionSystem::PluginManager::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
              overrideLanguage = {static null = {<No data fields>}, d = 0x7ffff6650420}
              pluginPaths = {<QList<QString>> = {{p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x6a94b0}, d = 0x6a94b0}}, <No data fields>}
      

      Attachments

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

        Activity

          People

            dt Daniel Teske
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes