[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Fri Mar 29 01:45:46 CET 2013


Autotests `tst_examples (qtquick1)', `tst_qlistwidget', and `tst_qmenubar' failed :(

Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QMenuBar
  FAIL!  : tst_QMenuBar::task256322_highlight() Compared pointers are not the same
     Actual   (win.menuBar()->activeAction()): 0x0
     Expected (nothing): 0x107813900
     Loc: [tst_qmenubar.cpp(1187)]
  Totals: 17 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QMenuBar *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QMenuBar::initTestCase()
  PASS   : tst_QMenuBar::getSetCheck()
  PASS   : tst_QMenuBar::clear()
  PASS   : tst_QMenuBar::removeItemAt(first)
  PASS   : tst_QMenuBar::removeItemAt(middle)
  PASS   : tst_QMenuBar::removeItemAt(last)
  PASS   : tst_QMenuBar::removeItem(first)
  PASS   : tst_QMenuBar::removeItem(middle)
  PASS   : tst_QMenuBar::removeItem(last)
  PASS   : tst_QMenuBar::count()
  PASS   : tst_QMenuBar::insertItem_QString_QObject()
  PASS   : tst_QMenuBar::check_endKey()
  PASS   : tst_QMenuBar::check_homeKey()
  SKIP   : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping.
     Loc: [tst_qmenubar.cpp(985)]
  PASS   : tst_QMenuBar::task223138_triggered()
  QWARN  : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  FAIL!  : tst_QMenuBar::task256322_highlight() Compared pointers are not the same
     Actual   (win.menuBar()->activeAction()): 0x0
     Expected (nothing): 0x101291960
     Loc: [tst_qmenubar.cpp(1187)]
  PASS   : tst_QMenuBar::menubarSizeHint()
  PASS   : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions()
  PASS   : tst_QMenuBar::cleanupTestCase()
  Totals: 17 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QMenuBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenubar: 5 seconds, exit code 1
  
  Testing tst_QListWidget
  FAIL!  : tst_QListWidget::closePersistentEditor() Compared values are not the same
     Actual   (testWidget->viewport()->children().count()): 1
     Expected (childCount - 1): 0
     Loc: [tst_qlistwidget.cpp(326)]
  Totals: 117 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QListWidget *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QListWidget::initTestCase()
  PASS   : tst_QListWidget::addItem()
  PASS   : tst_QListWidget::addItem2()
  PASS   : tst_QListWidget::addItems()
  PASS   : tst_QListWidget::openPersistentEditor()
  FAIL!  : tst_QListWidget::closePersistentEditor() Compared values are not the same
     Actual   (testWidget->viewport()->children().count()): 1
     Expected (childCount - 1): 0
     Loc: [tst_qlistwidget.cpp(326)]
  PASS   : tst_QListWidget::count()
  PASS   : tst_QListWidget::currentItem()
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 0)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 1)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 2)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 3)
  PASS   : tst_QListWidget::currentRow()
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 0)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 1)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 2)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 3)
  QWARN  : tst_QListWidget::editItem(editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(editable) edit: editing failed
  PASS   : tst_QListWidget::editItem(editable)
  QWARN  : tst_QListWidget::editItem(not editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(not editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  PASS   : tst_QListWidget::editItem(not editable)
  PASS   : tst_QListWidget::findItems()
  PASS   : tst_QListWidget::insertItem(Insert less then 0)
  PASS   : tst_QListWidget::insertItem(Insert at 0)
  PASS   : tst_QListWidget::insertItem(Insert beyond count)
  PASS   : tst_QListWidget::insertItem(Insert at count)
  PASS   : tst_QListWidget::insertItem(Insert in the middle)
  PASS   : tst_QListWidget::insertItems(Insert 1 item using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 10 items using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 100 items using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 1 item with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 10 items with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 100 items with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 1 item using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 10 items using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 100 items using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 0 items with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 1 item with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 10 items with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 100 items with insertItems)
  PASS   : tst_QListWidget::moveItemsPriv(Empty)
  PASS   : tst_QListWidget::moveItemsPriv(Overflow src)
  PASS   : tst_QListWidget::moveItemsPriv(Underflow src)
  PASS   : tst_QListWidget::moveItemsPriv(Overflow dst)
  PASS   : tst_QListWidget::moveItemsPriv(Underflow dst)
  PASS   : tst_QListWidget::moveItemsPriv(Same place)
  PASS   : tst_QListWidget::moveItemsPriv(Up)
  PASS   : tst_QListWidget::moveItemsPriv(Down)
  PASS   : tst_QListWidget::moveItemsPriv(QTBUG-6532 assert)
  PASS   : tst_QListWidget::moveItemsPriv(QTBUG-6565 to the end)
  PASS   : tst_QListWidget::moveItemsPriv(Same place 2)
  PASS   : tst_QListWidget::moveItemsPriv(swap)
  PASS   : tst_QListWidget::moveItemsPriv(swap2)
  PASS   : tst_QListWidget::moveItemsPriv(swap3)
  PASS   : tst_QListWidget::moveItemsPriv(swap4)
  PASS   : tst_QListWidget::itemAssignment()
  PASS   : tst_QListWidget::item(First item, row: 0)
  PASS   : tst_QListWidget::item(Middle item, row: 1)
  PASS   : tst_QListWidget::item(Last item, row: 2)
  PASS   : tst_QListWidget::item(Out of bounds, row: -1)
  PASS   : tst_QListWidget::item(Out of bounds, row: 3)
  PASS   : tst_QListWidget::takeItem(First item, row: 0)
  PASS   : tst_QListWidget::takeItem(Middle item, row: 1)
  PASS   : tst_QListWidget::takeItem(Last item, row: 2)
  PASS   : tst_QListWidget::takeItem(Out of bounds, row: -1)
  PASS   : tst_QListWidget::takeItem(Out of bounds, row: 3)
  PASS   : tst_QListWidget::setItemHidden()
  PASS   : tst_QListWidget::selectedItems(none hidden, none selected)
  PASS   : tst_QListWidget::selectedItems(none hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(first hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(last hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(middle hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(all hidden, all selected)
  PASS   : tst_QListWidget::removeItems(Empty)
  PASS   : tst_QListWidget::removeItems(1:1)
  PASS   : tst_QListWidget::removeItems(3:1)
  PASS   : tst_QListWidget::removeItems(3:2)
  PASS   : tst_QListWidget::removeItems(100:10)
  PASS   : tst_QListWidget::itemStreaming(Data)
  PASS   : tst_QListWidget::sortItems(ascending strings)
  PASS   : tst_QListWidget::sortItems(descending strings)
  PASS   : tst_QListWidget::sortItems(ascending numbers)
  PASS   : tst_QListWidget::sortItems(descending numbers)
  PASS   : tst_QListWidget::sortHiddenItems(descending order, 20 items)
  PASS   : tst_QListWidget::sortHiddenItems(ascending order)
  PASS   : tst_QListWidget::sortHiddenItems(descending order)
  PASS   : tst_QListWidget::closeEditor()
  PASS   : tst_QListWidget::setData(changing a role should emit)
  PASS   : tst_QListWidget::setData(setting the same value should not emit)
  PASS   : tst_QListWidget::setData(setting the same value twice should only emit once)
  PASS   : tst_QListWidget::setData(changing three roles should emit three times)
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (a) = (a))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (c, b, a) = (a, b, c))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (a, b, c) = (c, b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting((a) + (b) = (a, b))
  PASS   : tst_QListWidget::insertItemsWithSorting((a) + (b) = (b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting((a, c, b) + (d) = (a, b, c, d))
  PASS   : tst_QListWidget::insertItemsWithSorting((b, c, a) + (d) = (d, c, b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (sorted items) = (sorted items))
  PASS   : tst_QListWidget::insertItemsWithSorting((sorted items) + () = (sorted items))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (ascending items) = (reverse items))
  PASS   : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (ascending items))
  PASS   : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (reverse items))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to b in (a))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to b in (a, c))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to c in (a, b))
  PASS   : tst_QListWidget::changeDataWithSorting(change c to a in (c, b))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to i in (a, c, e, g))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to a in (c, e, g, i))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to f in (c, e, g, i))
  PASS   : tst_QListWidget::itemData()
  PASS   : tst_QListWidget::itemWidget()
  PASS   : tst_QListWidget::insertUnchanged()
  PASS   : tst_QListWidget::setSortingEnabled()
  PASS   : tst_QListWidget::task199503_crashWhenCleared()
  PASS   : tst_QListWidget::task217070_scrollbarsAdjusted()
  PASS   : tst_QListWidget::task258949_keypressHangup()
  PASS   : tst_QListWidget::QTBUG8086_currentItemChangedOnClick()
  PASS   : tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers()
  PASS   : tst_QListWidget::cleanupTestCase()
  Totals: 117 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QListWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qlistwidget: 25 seconds, exit code 1
  
  Testing tst_examples
  QtQA::App::TestRunner: Timed out after 400 seconds
  QtQA::App::TestRunner: unable to kill subprocess 79168no return status from subprocess
  QtQA::App::TestRunner: Process exited due to signal 127; dumped core
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_examples *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_examples::initTestCase()
  PASS   : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml)
  PASS   : tst_examples::examples(/work/build/qtquick1/examples/declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml)
  QtQA::App::TestRunner: Timed out after 400 seconds
  QtQA::App::TestRunner: got return status but subprocess still alive
  QtQA::App::TestRunner: warning: test duration (399 seconds) is dangerously close to maximum permitted time (400 seconds)
  QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, or use a higher timeout.
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: ============================= crash report follows: ============================
  QtQA::App::TestRunner: Process:         tst_examples [79168]
  QtQA::App::TestRunner: Path:            /work/*/tst_examples
  QtQA::App::TestRunner: Identifier:      tst_examples
  QtQA::App::TestRunner: Version:         ??? (???)
  QtQA::App::TestRunner: Code Type:       X86-64 (Native)
  QtQA::App::TestRunner: Parent Process:  perl5.12 [79167]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Date/Time:       2013-03-29 00:23:39.181 +0200
  QtQA::App::TestRunner: OS Version:      Mac OS X 10.7.5 (11G63)
  QtQA::App::TestRunner: Report Version:  9
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Exception Type:  EXC_CRASH (SIGABRT)
  QtQA::App::TestRunner: Exception Codes: 0x0000000000000000, 0x0000000000000000
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Application Specific Information:
  QtQA::App::TestRunner: objc[79168]: garbage collection is OFF
  QtQA::App::TestRunner: abort() called
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
  QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff87909ce2 __pthread_kill + 10
  QtQA::App::TestRunner: 1   libsystem_c.dylib             	0x00007fff89a557d2 pthread_kill + 95
  QtQA::App::TestRunner: 2   libsystem_c.dylib             	0x00007fff89a46a7a abort + 143
  QtQA::App::TestRunner: 3   QtCore                        	0x0000000100c3b639 _ZN13TestNamespaceL16qt_message_fatalENS_9QtMsgTypeERKNS_18QMessageLogContextERKNS_7QStringE + 9
  QtQA::App::TestRunner: 4   QtCore                        	0x0000000100c3bbe5 TestNamespace::QMessageLogger::fatal(char const*, ...) const + 165
  QtQA::App::TestRunner: 5   QtTest                        	0x0000000102005b4d TestNamespace::QTest::FatalSignalHandler::signal(int) + 77
  QtQA::App::TestRunner: 6   libsystem_c.dylib             	0x00007fff89aa7cfa _sigtramp + 26
  QtQA::App::TestRunner: 7   libsystem_kernel.dylib        	0x00007fff87909bca __psynch_cvwait + 10
  QtQA::App::TestRunner: 8   libsystem_c.dylib             	0x00007fff89a57274 _pthread_cond_wait + 840
  QtQA::App::TestRunner: 9   QtCore                        	0x0000000100c4c113 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 307
  QtQA::App::TestRunner: 10  QtCore                        	0x0000000100c4becc TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172
  QtQA::App::TestRunner: 11  QtCore                        	0x0000000100c4b78d TestNamespace::QThread::wait(unsigned long) + 285
  QtQA::App::TestRunner: 12  QtDeclarative                 	0x000000010128793a TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine() + 314
  QtQA::App::TestRunner: 13  QtDeclarative                 	0x00000001012877e1 TestNamespace::QDeclarativeWorkerScriptEngine::~QDeclarativeWorkerScriptEngine() + 17
  QtQA::App::TestRunner: 14  QtCore                        	0x0000000100e27bdf TestNamespace::QObjectPrivate::deleteChildren() + 95
  QtQA::App::TestRunner: 15  QtCore                        	0x0000000100e27aa5 TestNamespace::QObject::~QObject() + 1637
  QtQA::App::TestRunner: 16  QtDeclarative                 	0x00000001011eb53c TestNamespace::QDeclarativeEngine::~QDeclarativeEngine() + 76
  QtQA::App::TestRunner: 17  QtDeclarative                 	0x00000001012c30b5 TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate() + 69
  QtQA::App::TestRunner: 18  QtDeclarative                 	0x00000001012c2ff1 TestNamespace::QDeclarativeViewPrivate::~QDeclarativeViewPrivate() + 17
  QtQA::App::TestRunner: 19  QtCore                        	0x0000000100e27ad7 TestNamespace::QObject::~QObject() + 1687
  QtQA::App::TestRunner: 20  QtWidgets                     	0x000000010014b731 TestNamespace::QWidget::~QWidget() + 1297
  QtQA::App::TestRunner: 21  QtWidgets                     	0x0000000100407db5 TestNamespace::QGraphicsView::~QGraphicsView() + 117
  QtQA::App::TestRunner: 22  tst_examples                  	0x00000001000158a2 TestNamespace::DragAndDropView::~DragAndDropView() + 18
  QtQA::App::TestRunner: 23  QtCore                        	0x0000000100e27bdf TestNamespace::QObjectPrivate::deleteChildren() + 95
  QtQA::App::TestRunner: 24  QtWidgets                     	0x000000010014b69d TestNamespace::QWidget::~QWidget() + 1149
  QtQA::App::TestRunner: 25  tst_examples                  	0x000000010000d4cc TestNamespace::QDeclarativeViewer::~QDeclarativeViewer() + 460
  QtQA::App::TestRunner: 26  tst_examples                  	0x0000000100008085 tst_examples::examples() + 2037
  QtQA::App::TestRunner: 27  QtCore                        	0x0000000100e0b24c TestNamespace::QMetaMethod::invoke(TestNamespace::QObject*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) const + 844
  QtQA::App::TestRunner: 28  QtCore                        	0x0000000100e0ae9c TestNamespace::QMetaObject::invokeMethod(TestNamespace::QObject*, char const*, TestNamespace::Qt::ConnectionType, TestNamespace::QGenericReturnArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument, TestNamespace::QGenericArgument) + 2476
  QtQA::App::TestRunner: 29  QtTest                        	0x0000000102009629 _ZN13TestNamespace5QTestL17qInvokeTestMethodEPKcS2_ + 1465
  QtQA::App::TestRunner: 30  QtTest                        	0x0000000102006462 TestNamespace::QTest::qExec(TestNamespace::QObject*, int, char**) + 1682
  QtQA::App::TestRunner: 31  tst_examples                  	0x00000001000082fb main + 75
  QtQA::App::TestRunner: 32  tst_examples                  	0x0000000100005de4 start + 52
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1:: Dispatch queue: com.apple.libdispatch-manager
  QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff8790a7e6 kevent + 10
  QtQA::App::TestRunner: 1   libdispatch.dylib             	0x00007fff87d36786 _dispatch_mgr_invoke + 923
  QtQA::App::TestRunner: 2   libdispatch.dylib             	0x00007fff87d35316 _dispatch_mgr_thread + 54
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2:: QProcessManager
  QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff87909df2 __select + 10
  QtQA::App::TestRunner: 1   QtCore                        	0x0000000100da77df TestNamespace::QProcessManager::run() + 191
  QtQA::App::TestRunner: 2   QtCore                        	0x0000000100c4aa77 TestNamespace::QThreadPrivate::start(void*) + 471
  QtQA::App::TestRunner: 3   libsystem_c.dylib             	0x00007fff89a538bf _pthread_start + 335
  QtQA::App::TestRunner: 4   libsystem_c.dylib             	0x00007fff89a56b75 thread_start + 13
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3:: com.apple.CFSocket.private
  QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff87909df2 __select + 10
  QtQA::App::TestRunner: 1   com.apple.CoreFoundation      	0x00007fff8adeac8b __CFSocketManager + 1355
  QtQA::App::TestRunner: 2   libsystem_c.dylib             	0x00007fff89a538bf _pthread_start + 335
  QtQA::App::TestRunner: 3   libsystem_c.dylib             	0x00007fff89a56b75 thread_start + 13
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 4:: Qt bearer thread
  QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff87909df2 __select + 10
  QtQA::App::TestRunner: 1   QtCore                        	0x0000000100e474b4 TestNamespace::qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 68
  QtQA::App::TestRunner: 2   QtCore                        	0x0000000100e4843a TestNamespace::QEventDispatcherUNIXPrivate::doSelect(TestNamespace::QFlags<TestNamespace::QEventLoop::ProcessEventsFlag>, timespec*) + 682
  QtQA::App::TestRunner: 3   QtCore                        	0x0000000100e493a7 TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags<TestNamespace::QEventLoop::ProcessEventsFlag>) + 263
  QtQA::App::TestRunner: 4   QtCore                        	0x0000000100dfebd4 TestNamespace::QEventLoop::exec(TestNamespace::QFlags<TestNamespace::QEventLoop::ProcessEventsFlag>) + 356
  QtQA::App::TestRunner: 5   QtCore                        	0x0000000100c4706d TestNamespace::QThread::exec() + 109
  QtQA::App::TestRunner: 6   QtCore                        	0x0000000100c4aa77 TestNamespace::QThreadPrivate::start(void*) + 471
  QtQA::App::TestRunner: 7   libsystem_c.dylib             	0x00007fff89a538bf _pthread_start + 335
  QtQA::App::TestRunner: 8   libsystem_c.dylib             	0x00007fff89a56b75 thread_start + 13
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 5:: QDeclarativeWorkerScriptEngine
  QtQA::App::TestRunner: 0   libsystem_kernel.dylib        	0x00007fff87909bca __psynch_cvwait + 10
  QtQA::App::TestRunner: 1   libsystem_c.dylib             	0x00007fff89a57274 _pthread_cond_wait + 840
  QtQA::App::TestRunner: 2   QtCore                        	0x0000000100c4c113 TestNamespace::QWaitConditionPrivate::wait(unsigned long) + 307
  QtQA::App::TestRunner: 3   QtCore                        	0x0000000100c4becc TestNamespace::QWaitCondition::wait(TestNamespace::QMutex*, unsigned long) + 172
  QtQA::App::TestRunner: 4   QtDeclarative                 	0x0000000101306e5e TestNamespace::QDeclarativeListModelWorkerAgent::sync() + 190
  QtQA::App::TestRunner: 5   QtDeclarative                 	0x00000001013c6d12 TestNamespace::QDeclarativeListModelWorkerAgent::qt_static_metacall(TestNamespace::QObject*, TestNamespace::QMetaObject::Call, int, void**) + 242
  QtQA::App::TestRunner: 6   QtDeclarative                 	0x00000001013c6df6 TestNamespace::QDeclarativeListModelWorkerAgent::qt_metacall(TestNamespace::QMetaObject::Call, int, void**) + 86
  QtQA::App::TestRunner: 7   QtScript                      	0x0000000101efc037 TestNamespace::QScript::QtMethodCaller::operator()(QTJSC::ExecState*, TestNamespace::QMetaMethod::MethodType, TestNamespace::QMetaObject const*, TestNamespace::QScript::QScriptMetaMethod const&, int, TestNamespace::QVarLengthArray<TestNamespace::QVariant, 9> const&) + 487
  QtQA::App::TestRunner: 8   QtScript                      	0x0000000101ef97be _ZN13TestNamespace7QScriptL16delegateQtMethodINS0_14QtMethodCallerEEEN5QTJSC7JSValueEPNS3_9ExecStateENS_11QMetaMethod10MethodTypeERKNS3_7ArgListEPKNS_11QMetaObjectEibRT_ + 13454
  QtQA::App::TestRunner: 9   QtScript                      	0x0000000101eebc55 TestNamespace::QScript::QtFunction::execute(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) + 485
  QtQA::App::TestRunner: 10  QtScript                      	0x0000000101eeb482 TestNamespace::QScript::QtFunction::call(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) + 162
  QtQA::App::TestRunner: 11  QtScript                      	0x0000000101e5b1df QTJSC::NativeFuncWrapper::operator()(QTJSC::ExecState*, QTJSC::JSObject*, QTJSC::JSValue, QTJSC::ArgList const&) const + 111
  QtQA::App::TestRunner: 12  QtScript                      	0x0000000101e40699 cti_op_call_NotJSFunction + 217
  QtQA::App::TestRunner: 13  ???                           	0x0000436c94000bb6 0 + 74133618559926
  QtQA::App::TestRunner: 14  QtScript                      	0x0000000101e0e859 QTJSC::Interpreter::execute(QTJSC::FunctionExecutable*, QTJSC::ExecState*, QTJSC::JSFunction*, QTJSC::JSObject*, QTJSC::ArgList const&, QTJSC::ScopeChainNode*, QTJSC::JSValue*) + 905
  QtQA::App::TestRunner: 15  QtScript                      	0x0000000101e7507e QTJSC::JSFunction::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::ArgList const&) + 142
  QtQA::App::TestRunner: 16  QtScript                      	0x0000000101e5b2ba QTJSC::call(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::CallType, QTJSC::CallData const&, QTJSC::JSValue, QTJSC::ArgList const&) + 170
  QtQA::App::TestRunner: 17  QtScript                      	0x0000000101ee5b25 TestNamespace::QScriptValue::call(TestNamespace::QScriptValue const&, TestNamespace::QScriptValue const&) + 1365
  QtQA::App::TestRunner: 18  QtDeclarative                 	0x000000010128681f TestNamespace::QDeclarativeWorkerScriptEnginePrivate::processMessage(int, TestNamespace::QVariant const&) + 239
  QtQA::App::TestRunner: 19  QtDeclarative                 	0x00000001012866cb TestNamespace::QDeclarativeWorkerScriptEnginePrivate::event(TestNamespace::QEvent*) + 75
  QtQA::App::TestRunner: 20  QtWidgets                     	0x0000000100121f18 TestNamespace::QApplicationPrivate::notify_helper(TestNamespace::QObject*, TestNamespace::QEvent*) + 264
  QtQA::App::TestRunner: 21  QtWidgets                     	0x00000001001259f9 TestNamespace::QApplication::notify(TestNamespace::QObject*, TestNamespace::QEvent*) + 10297
  QtQA::App::TestRunner: 22  QtCore                        	0x0000000100e022dc TestNamespace::QCoreApplicationPrivate::sendPostedEvents(TestNamespace::QObject*, int, TestNamespace::QThreadData*) + 716
  QtQA::App::TestRunner: 23  QtCore                        	0x0000000100e492df TestNamespace::QEventDispatcherUNIX::processEvents(TestNamespace::QFlags<TestNamespace::QEventLoop::ProcessEventsFlag>) + 63
  QtQA::App::TestRunner: 24  QtCore                        	0x0000000100dfebd4 TestNamespace::QEventLoop::exec(TestNamespace::QFlags<TestNamespace::QEventLoop::ProcessEventsFlag>) + 356
  QtQA::App::TestRunner: 25  QtCore                        	0x0000000100c4706d TestNamespace::QThread::exec() + 109
  QtQA::App::TestRunner: 26  QtDeclarative                 	0x0000000101287c05 TestNamespace::QDeclarativeWorkerScriptEngine::run() + 117
  QtQA::App::TestRunner: 27  QtCore                        	0x0000000100c4aa77 TestNamespace::QThreadPrivate::start(void*) + 471
  QtQA::App::TestRunner: 28  libsystem_c.dylib             	0x00007fff89a538bf _pthread_start + 335
  QtQA::App::TestRunner: 29  libsystem_c.dylib             	0x00007fff89a56b75 thread_start + 13
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 0 crashed with X86 Thread State (64-bit):
  QtQA::App::TestRunner:   rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfd028  rdx: 0x0000000000000000
  QtQA::App::TestRunner:   rdi: 0x0000000000000e03  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfd050  rsp: 0x00007fff5fbfd028
  QtQA::App::TestRunner:    r8: 0x00007fff7619cfb8   r9: 0x000000010c258480  r10: 0x00007fff87909d0a  r11: 0xffffff80002dad60
  QtQA::App::TestRunner:   r12: 0x0000000000000000  r13: 0x0000000100000100  r14: 0x00007fff7619f960  r15: 0x00000001021f72c8
  QtQA::App::TestRunner:   rip: 0x00007fff87909ce2  rfl: 0x0000000000000246  cr2: 0x0000000102879200
  QtQA::App::TestRunner: Logical CPU: 0
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Binary Images:
  QtQA::App::TestRunner:        0x100000000 -        0x10004efff +tst_examples (??? - ???) <AF8E68D0-C2E8-3D5E-9B44-4A6A7BA4F5E5> /work/*/tst_examples
  QtQA::App::TestRunner:        0x10007f000 -        0x1000c6fff +QtOpenGL (5.1.0 - compatibility 5.1.0) <7446F8F4-4C1E-3A53-8799-62EEF9AE6A53> /work/*/QtOpenGL.framework/Versions/5/QtOpenGL
  QtQA::App::TestRunner:        0x1000f8000 -        0x100591ff7 +QtWidgets (5.1.0 - compatibility 5.1.0) <A19A0D16-9345-33AE-8947-0EF405DD588A> /work/*/QtWidgets.framework/Versions/5/QtWidgets
  QtQA::App::TestRunner:        0x100787000 -        0x100ae8ff7 +QtGui (5.1.0 - compatibility 5.1.0) <83C7AEF9-FAF0-3988-BA1C-AE056E2B963A> /work/*/QtGui.framework/Versions/5/QtGui
  QtQA::App::TestRunner:        0x100c23000 -        0x1010c5ff7 +QtCore (5.1.0 - compatibility 5.1.0) <3AE60D95-DCAA-311B-BE57-C0409A8C6489> /work/*/QtCore.framework/Versions/5/QtCore
  QtQA::App::TestRunner:        0x1011cf000 -        0x101488fff +QtDeclarative (5.1.0 - compatibility 5.1.0) <BD59B99E-3A18-399B-AEE2-F10CDF4A4730> /work/*/QtDeclarative.framework/Versions/5/QtDeclarative
  QtQA::App::TestRunner:        0x10164d000 -        0x101a61fff +QtXmlPatterns (5.1.0 - compatibility 5.1.0) <C13DA60C-3AF0-35EF-B4CF-A8FB08871348> /work/*/QtXmlPatterns.framework/Versions/5/QtXmlPatterns
  QtQA::App::TestRunner:        0x101c09000 -        0x101d12ff7 +QtNetwork (5.1.0 - compatibility 5.1.0) <00F513DD-2B1E-34FC-B66A-41BFCE473435> /work/*/QtNetwork.framework/Versions/5/QtNetwork
  QtQA::App::TestRunner:        0x101d8e000 -        0x101db8ff7 +QtSql (5.1.0 - compatibility 5.1.0) <5772E6F7-231F-3EFF-998F-2880CED50459> /work/*/QtSql.framework/Versions/5/QtSql
  QtQA::App::TestRunner:        0x101dd4000 -        0x101f4fff7 +QtScript (5.1.0 - compatibility 5.1.0) <CFD41F19-1F78-396B-8D94-7A7374FABD92> /work/*/QtScript.framework/Versions/5/QtScript
  QtQA::App::TestRunner:        0x102000000 -        0x102021ff7 +QtTest (5.1.0 - compatibility 5.1.0) <02ABF438-D800-3205-987F-F89044DC7A2B> /work/*/QtTest.framework/Versions/5/QtTest
  QtQA::App::TestRunner:        0x102033000 -        0x102039fff  com.apple.agl (3.2.0 - AGL-3.2.0) <C98394A8-305D-3904-BEAE-8340FF988F15> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
  QtQA::App::TestRunner:        0x102290000 -        0x1022b9ff7 +QtPrintSupport (5.1.0 - compatibility 5.1.0) <80FBB608-811F-35D4-802E-EA656F9C83A1> /work/*/QtPrintSupport.framework/Versions/5/QtPrintSupport
  QtQA::App::TestRunner:        0x1048a5000 -        0x104927fff +libqcocoa.dylib (??? - ???) <2B094C71-0EB1-3C1C-A189-B68BC7C89E35> /work/*/libqcocoa.dylib
  QtQA::App::TestRunner:        0x1094d0000 -        0x1094d6ff7 +libqgif.dylib (??? - ???) <C1439688-6DB0-3ED4-A348-6B4A1317EAE4> /work/*/libqgif.dylib
  QtQA::App::TestRunner:        0x1094db000 -        0x1094e0fff +libqico.dylib (??? - ???) <B39EAAD6-3039-354C-8600-D16DFA6AA95B> /work/*/libqico.dylib
  QtQA::App::TestRunner:        0x1094e6000 -        0x1094ebfff +libqsvg.dylib (??? - ???) <69BB71FC-E42F-3510-9586-70668C9328F3> /work/*/libqsvg.dylib
  QtQA::App::TestRunner:        0x1094f1000 -        0x1094f5ff7 +libqtga.dylib (??? - ???) <ACA5275B-EBDC-347C-AA65-6407B352D505> /work/*/libqtga.dylib
  QtQA::App::TestRunner:        0x109b93000 -        0x109b97fff +libqwbmp.dylib (??? - ???) <64A5D60C-7F6B-3D38-B5A2-C55C1B583C74> /work/*/libqwbmp.dylib
  QtQA::App::TestRunner:        0x109b9c000 -        0x109babfff +libqmlparticlesplugin.dylib (??? - ???) <FF857DD4-01BD-3846-AE15-C5D884E8BCEA> /work/*/libqmlparticlesplugin.dylib
  QtQA::App::TestRunner:        0x109bbd000 -        0x109bbdff1 +cl_kernels (??? - ???) <18DEE12F-E662-4ACF-BF5E-4587D3974037> cl_kernels
  QtQA::App::TestRunner:        0x109c00000 -        0x109e58ff7 +QtQuick (5.1.0 - compatibility 5.1.0) <F662CFAF-0B85-37FA-965D-869670566471> /work/*/QtQuick.framework/Versions/5/QtQuick
  QtQA::App::TestRunner:        0x109fe0000 -        0x10a1f2fff +QtQml (5.1.0 - compatibility 5.1.0) <98509075-93A2-39F2-A5AC-0B1D6C2A1243> /work/*/QtQml.framework/Versions/5/QtQml
  QtQA::App::TestRunner:        0x10a2ed000 -        0x10a6e0fff +QtV8 (5.1.0 - compatibility 5.1.0) <C2B48E5A-1027-390B-8F31-B6FD3412E603> /work/*/QtV8.framework/Versions/5/QtV8
  QtQA::App::TestRunner:        0x10a855000 -        0x10a877fff +libqtaccessiblewidgets.dylib (??? - ???) <10D9ECDC-6AB5-3634-BD1F-ED48567A5D32> /work/*/libqtaccessiblewidgets.dylib
  QtQA::App::TestRunner:        0x10a89c000 -        0x10a8d7ff7 +libqjpeg.dylib (??? - ???) <181B1F52-204D-3730-88FB-988BAE7C3B73> /work/*/libqjpeg.dylib
  QtQA::App::TestRunner:        0x10a8e2000 -        0x10a931fff +libqmng.dylib (??? - ???) <BA79D432-8FA8-3376-A7E6-39D214BF9989> /work/*/libqmng.dylib
  QtQA::App::TestRunner:        0x10a943000 -        0x10a97bfff +QtSvg (5.1.0 - compatibility 5.1.0) <EC6F7F3E-A7CB-3DE1-929D-EEAA50AA2FB7> /work/*/QtSvg.framework/Versions/5/QtSvg
  QtQA::App::TestRunner:        0x10a9a1000 -        0x10a9cffff +QtXml (5.1.0 - compatibility 5.1.0) <CF36D8CF-309E-3145-9487-1D4D1CD22BAB> /work/*/QtXml.framework/Versions/5/QtXml
  QtQA::App::TestRunner:        0x10a9ec000 -        0x10aa3eff7 +libqtiff.dylib (??? - ???) <60433622-909D-3200-B588-E91A2643FC54> /work/*/libqtiff.dylib
  QtQA::App::TestRunner:        0x10aee7000 -        0x10aef1fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
  QtQA::App::TestRunner:        0x10aef7000 -        0x10aefaff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  QtQA::App::TestRunner:        0x10aff4000 -        0x10b093ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
  QtQA::App::TestRunner:        0x10b0b5000 -        0x10b0b6ff3 +cl_kernels (??? - ???) <A681A883-EF11-42A9-90E2-8761D0D9A9C9> cl_kernels
  QtQA::App::TestRunner:        0x10b3cd000 -        0x10b3e4ff7 +libqcorewlanbearer.dylib (??? - ???) <5F018390-A369-37F3-ADB2-467ED8FF1FC4> /work/*/libqcorewlanbearer.dylib
  QtQA::App::TestRunner:        0x10b583000 -        0x10b58cfff +libqgenericbearer.dylib (??? - ???) <7F3E8880-0956-304B-8C99-BDA190801A8E> /work/*/libqgenericbearer.dylib
  QtQA::App::TestRunner:        0x10b6d7000 -        0x10b6e9ff7 +libqmlshadersplugin.dylib (??? - ???) <14C0158B-781B-3C12-8A8E-2F362585374A> /work/*/libqmlshadersplugin.dylib
  QtQA::App::TestRunner:        0x10cf09000 -        0x10cfc5fff +libqsqlite.dylib (??? - ???) <43E6EF0E-CB69-3B1B-A793-D780029F363B> /work/*/libqsqlite.dylib
  QtQA::App::TestRunner:     0x7fff691ba000 -     0x7fff691eebaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
  QtQA::App::TestRunner:     0x7fff858ac000 -     0x7fff8590cfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
  QtQA::App::TestRunner:     0x7fff85d4e000 -     0x7fff85d57ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
  QtQA::App::TestRunner:     0x7fff85db0000 -     0x7fff85db1fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
  QtQA::App::TestRunner:     0x7fff85db2000 -     0x7fff85dc9fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
  QtQA::App::TestRunner:     0x7fff85dca000 -     0x7fff85dfaff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
  QtQA::App::TestRunner:     0x7fff85dfb000 -     0x7fff85dfdfff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
  QtQA::App::TestRunner:     0x7fff85e0e000 -     0x7fff85e49fff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
  QtQA::App::TestRunner:     0x7fff85e4a000 -     0x7fff85e4cfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
  QtQA::App::TestRunner:     0x7fff85e60000 -     0x7fff85e60fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
  QtQA::App::TestRunner:     0x7fff85e6c000 -     0x7fff86096fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  QtQA::App::TestRunner:     0x7fff861da000 -     0x7fff8627bfff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
  QtQA::App::TestRunner:     0x7fff8627c000 -     0x7fff86286ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
  QtQA::App::TestRunner:     0x7fff86296000 -     0x7fff86296fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
  QtQA::App::TestRunner:     0x7fff86297000 -     0x7fff86297fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
  QtQA::App::TestRunner:     0x7fff8629a000 -     0x7fff862a5ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
  QtQA::App::TestRunner:     0x7fff862a6000 -     0x7fff8651afff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
  QtQA::App::TestRunner:     0x7fff865ba000 -     0x7fff865d1fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
  QtQA::App::TestRunner:     0x7fff8686a000 -     0x7fff8696ffff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
  QtQA::App::TestRunner:     0x7fff86970000 -     0x7fff869d8ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
  QtQA::App::TestRunner:     0x7fff869d9000 -     0x7fff86a35ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
  QtQA::App::TestRunner:     0x7fff86a36000 -     0x7fff86a4aff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  QtQA::App::TestRunner:     0x7fff86aad000 -     0x7fff86ab0fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
  QtQA::App::TestRunner:     0x7fff86ab1000 -     0x7fff86ab9fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
  QtQA::App::TestRunner:     0x7fff87330000 -     0x7fff8733efff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
  QtQA::App::TestRunner:     0x7fff8733f000 -     0x7fff87383ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
  QtQA::App::TestRunner:     0x7fff87384000 -     0x7fff873bffff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
  QtQA::App::TestRunner:     0x7fff873f1000 -     0x7fff873f2fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
  QtQA::App::TestRunner:     0x7fff873ff000 -     0x7fff8744dfff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
  QtQA::App::TestRunner:     0x7fff8744e000 -     0x7fff87474fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
  QtQA::App::TestRunner:     0x7fff87475000 -     0x7fff87478fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
  QtQA::App::TestRunner:     0x7fff87479000 -     0x7fff87619ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
  QtQA::App::TestRunner:     0x7fff8761a000 -     0x7fff87636ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
  QtQA::App::TestRunner:     0x7fff8764d000 -     0x7fff876afff7  com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
  QtQA::App::TestRunner:     0x7fff876b0000 -     0x7fff876b3ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
  QtQA::App::TestRunner:     0x7fff876b4000 -     0x7fff876b9ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
  QtQA::App::TestRunner:     0x7fff876ba000 -     0x7fff876befff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
  QtQA::App::TestRunner:     0x7fff878f3000 -     0x7fff87913fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
  QtQA::App::TestRunner:     0x7fff87914000 -     0x7fff87922ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
  QtQA::App::TestRunner:     0x7fff87923000 -     0x7fff87935ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
  QtQA::App::TestRunner:     0x7fff87936000 -     0x7fff87969ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
  QtQA::App::TestRunner:     0x7fff8796a000 -     0x7fff87ac7fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
  QtQA::App::TestRunner:     0x7fff87ae2000 -     0x7fff87beefff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
  QtQA::App::TestRunner:     0x7fff87c38000 -     0x7fff87d32ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
  QtQA::App::TestRunner:     0x7fff87d33000 -     0x7fff87d41fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
  QtQA::App::TestRunner:     0x7fff87d47000 -     0x7fff87d87ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
  QtQA::App::TestRunner:     0x7fff87d88000 -     0x7fff87d97ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
  QtQA::App::TestRunner:     0x7fff87d98000 -     0x7fff87d9ffff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
  QtQA::App::TestRunner:     0x7fff87ea2000 -     0x7fff87ea8fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
  QtQA::App::TestRunner:     0x7fff87ea9000 -     0x7fff87eaffff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  QtQA::App::TestRunner:     0x7fff87ee1000 -     0x7fff87f2dff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
  QtQA::App::TestRunner:     0x7fff87f2e000 -     0x7fff87fa4ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
  QtQA::App::TestRunner:     0x7fff87fed000 -     0x7fff88154fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  QtQA::App::TestRunner:     0x7fff8816c000 -     0x7fff88190fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
  QtQA::App::TestRunner:     0x7fff88ec9000 -     0x7fff88fbefff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
  QtQA::App::TestRunner:     0x7fff88fbf000 -     0x7fff88fc0fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
  QtQA::App::TestRunner:     0x7fff88fc1000 -     0x7fff88fc5ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
  QtQA::App::TestRunner:     0x7fff88fc6000 -     0x7fff88fcbfff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
  QtQA::App::TestRunner:     0x7fff88fcc000 -     0x7fff89071fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
  QtQA::App::TestRunner:     0x7fff89072000 -     0x7fff8938bfff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
  QtQA::App::TestRunner:     0x7fff89398000 -     0x7fff893aefff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
  QtQA::App::TestRunner:     0x7fff893af000 -     0x7fff893b6fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
  QtQA::App::TestRunner:     0x7fff893b7000 -     0x7fff89495fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <F434B351-AE30-3D1B-9DAF-4581D080D2BC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  QtQA::App::TestRunner:     0x7fff89527000 -     0x7fff8957bff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
  QtQA::App::TestRunner:     0x7fff8957c000 -     0x7fff89581fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
  QtQA::App::TestRunner:     0x7fff89582000 -     0x7fff8969bfff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
  QtQA::App::TestRunner:     0x7fff89a05000 -     0x7fff89ae2fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
  QtQA::App::TestRunner:     0x7fff89ae3000 -     0x7fff89b59fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
  QtQA::App::TestRunner:     0x7fff89e1a000 -     0x7fff8a146fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
  QtQA::App::TestRunner:     0x7fff8a30d000 -     0x7fff8a312fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
  QtQA::App::TestRunner:     0x7fff8a317000 -     0x7fff8a38afff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
  QtQA::App::TestRunner:     0x7fff8a38b000 -     0x7fff8a398fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
  QtQA::App::TestRunner:     0x7fff8a399000 -     0x7fff8a39dfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
  QtQA::App::TestRunner:     0x7fff8a39e000 -     0x7fff8a438ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
  QtQA::App::TestRunner:     0x7fff8a439000 -     0x7fff8a462fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
  QtQA::App::TestRunner:     0x7fff8a463000 -     0x7fff8a565fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
  QtQA::App::TestRunner:     0x7fff8a566000 -     0x7fff8a578ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
  QtQA::App::TestRunner:     0x7fff8a579000 -     0x7fff8a9a6fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
  QtQA::App::TestRunner:     0x7fff8a9a7000 -     0x7fff8a9d0fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
  QtQA::App::TestRunner:     0x7fff8aa6d000 -     0x7fff8ac6ffff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
  QtQA::App::TestRunner:     0x7fff8ac70000 -     0x7fff8acaafe7  com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
  QtQA::App::TestRunner:     0x7fff8acc5000 -     0x7fff8ad07ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
  QtQA::App::TestRunner:     0x7fff8ad16000 -     0x7fff8ad68ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
  QtQA::App::TestRunner:     0x7fff8ad69000 -     0x7fff8af3dff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  QtQA::App::TestRunner:     0x7fff8af3e000 -     0x7fff8b074fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
  QtQA::App::TestRunner:     0x7fff8b07b000 -     0x7fff8b0bcfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
  QtQA::App::TestRunner:     0x7fff8b0bd000 -     0x7fff8b0befff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
  QtQA::App::TestRunner:     0x7fff8b0bf000 -     0x7fff8b0c0ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
  QtQA::App::TestRunner:     0x7fff8b0c1000 -     0x7fff8b0c2ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
  QtQA::App::TestRunner:     0x7fff8b0c3000 -     0x7fff8b3b8ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
  QtQA::App::TestRunner:     0x7fff8b3b9000 -     0x7fff8b46cff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
  QtQA::App::TestRunner:     0x7fff8b46d000 -     0x7fff8b4ddfff  com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
  QtQA::App::TestRunner:     0x7fff8b566000 -     0x7fff8b5beff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
  QtQA::App::TestRunner:     0x7fff8b5bf000 -     0x7fff8b5c2fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
  QtQA::App::TestRunner:     0x7fff8b5c3000 -     0x7fff8b646fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
  QtQA::App::TestRunner:     0x7fff8b647000 -     0x7fff8b687fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
  QtQA::App::TestRunner:     0x7fff8b6c7000 -     0x7fff8c2cdfff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
  QtQA::App::TestRunner:     0x7fff8c362000 -     0x7fff8c3caff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
  QtQA::App::TestRunner:     0x7fff8c3cb000 -     0x7fff8c3eafff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
  QtQA::App::TestRunner:     0x7fff8c3eb000 -     0x7fff8c3fdff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
  QtQA::App::TestRunner:     0x7fff8c3fe000 -     0x7fff8c437fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
  QtQA::App::TestRunner:     0x7fff8c438000 -     0x7fff8c443fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
  QtQA::App::TestRunner:     0x7fff8c444000 -     0x7fff8c444fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  QtQA::App::TestRunner:     0x7fff8cd46000 -     0x7fff8ce2ae5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
  QtQA::App::TestRunner:     0x7fff8d010000 -     0x7fff8d02dff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
  QtQA::App::TestRunner:     0x7fff8d02e000 -     0x7fff8d0f5ff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
  QtQA::App::TestRunner:     0x7fff8d111000 -     0x7fff8d1a7ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
  QtQA::App::TestRunner:     0x7fff8d1c5000 -     0x7fff8d1c9fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
  QtQA::App::TestRunner:     0x7fff8d1dc000 -     0x7fff8d1f1fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  QtQA::App::TestRunner:     0x7fff8d6e3000 -     0x7fff8d6e8fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
  QtQA::App::TestRunner:     0x7fff8d6e9000 -     0x7fff8d716fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib
  QtQA::App::TestRunner:     0x7fff8dddc000 -     0x7fff8dde2ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
  QtQA::App::TestRunner:     0x7fff8e247000 -     0x7fff8e25aff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
  QtQA::App::TestRunner:     0x7fff8e25b000 -     0x7fff8e33afff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  QtQA::App::TestRunner:     0x7fff8e38f000 -     0x7fff8e3b0fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  QtQA::App::TestRunner:     0x7fff8e7d0000 -     0x7fff8edb4fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  QtQA::App::TestRunner:     0x7fff8edb5000 -     0x7fff8f27cfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
  QtQA::App::TestRunner:     0x7fff8f367000 -     0x7fff8f36efff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
  QtQA::App::TestRunner:     0x7fff8f37c000 -     0x7fff8f443ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
  QtQA::App::TestRunner:     0x7fff8f4ce000 -     0x7fff8f4faff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
  QtQA::App::TestRunner:     0x7fff8f518000 -     0x7fff8f55efff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
  QtQA::App::TestRunner:     0x7fff8f615000 -     0x7fff8f622ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
  QtQA::App::TestRunner:     0x7fff8f623000 -     0x7fff8f62aff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
  QtQA::App::TestRunner:     0x7fff8f9e5000 -     0x7fff8fa09fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
  QtQA::App::TestRunner:     0x7fff8fa96000 -     0x7fff8fa98fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
  QtQA::App::TestRunner:     0x7fff8fc06000 -     0x7fff8fc06fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
  QtQA::App::TestRunner:     0x7fff8fc07000 -     0x7fff8fc0cfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
  QtQA::App::TestRunner:     0x7fff8fc14000 -     0x7fff8fc58ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
  QtQA::App::TestRunner:     0x7fff8fc59000 -     0x7fff8fd60fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
  QtQA::App::TestRunner:     0x7fff8fd61000 -     0x7fff8fd6cff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
  QtQA::App::TestRunner:     0x7fff8fd6d000 -     0x7fff8fd73fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
  QtQA::App::TestRunner:     0x7fff8fd74000 -     0x7fff8fd9cfff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
  QtQA::App::TestRunner:     0x7fff8ffa4000 -     0x7fff900b1fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
  QtQA::App::TestRunner:     0x7fff900b2000 -     0x7fff9010dff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
  QtQA::App::TestRunner:     0x7fff9010e000 -     0x7fff9042afff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
  QtQA::App::TestRunner:     0x7fff9044a000 -     0x7fff904cfff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
  QtQA::App::TestRunner:     0x7fff90506000 -     0x7fff90515fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
  QtQA::App::TestRunner:     0x7fff90516000 -     0x7fff9059aff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
  QtQA::App::TestRunner:     0x7fff90704000 -     0x7fff90739fff  libTrueTypeScaler.dylib (??? - ???) <A8156684-3BBE-306C-B492-179CDFFD6027> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
  QtQA::App::TestRunner:     0x7fff90766000 -     0x7fff907a5fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
  QtQA::App::TestRunner:     0x7fff907a6000 -     0x7fff91144a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
  QtQA::App::TestRunner:     0x7fff9129d000 -     0x7fff912b3ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
  QtQA::App::TestRunner:     0x7fff912c9000 -     0x7fff912f4ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
  QtQA::App::TestRunner:     0x7fff912f5000 -     0x7fff91312fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
  QtQA::App::TestRunner:     0x7fff9133d000 -     0x7fff913a8ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
  QtQA::App::TestRunner:     0x7fff91842000 -     0x7fff91896fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
  QtQA::App::TestRunner:     0x7fff91914000 -     0x7fff9195dff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
  QtQA::App::TestRunner:     0x7fff91c17000 -     0x7fff91cb9fff  com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
  QtQA::App::TestRunner:     0x7fff91cd6000 -     0x7fff91cd6fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  QtQA::App::TestRunner:     0x7fff91d3c000 -     0x7fff91db7ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
  QtQA::App::TestRunner:     0x7fff91df7000 -     0x7fff91df8ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
  QtQA::App::TestRunner:     0x7fff925a2000 -     0x7fff92686ff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
  QtQA::App::TestRunner:     0x7fff92687000 -     0x7fff92687fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  QtQA::App::TestRunner:     0x7fff926df000 -     0x7fff926e1ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
  QtQA::App::TestRunner:     0x7fff926e2000 -     0x7fff926e2fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
  QtQA::App::TestRunner:     0x7fff926e3000 -     0x7fff926e3fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
  QtQA::App::TestRunner:     0x7fff928f2000 -     0x7fff928f2fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: External Modification Summary:
  QtQA::App::TestRunner:   Calls made by other processes targeting this process:
  QtQA::App::TestRunner:     task_for_pid: 89
  QtQA::App::TestRunner:     thread_create: 0
  QtQA::App::TestRunner:     thread_set_state: 0
  QtQA::App::TestRunner:   Calls made by this process:
  QtQA::App::TestRunner:     task_for_pid: 0
  QtQA::App::TestRunner:     thread_create: 0
  QtQA::App::TestRunner:     thread_set_state: 0
  QtQA::App::TestRunner:   Calls made by all processes on this machine:
  QtQA::App::TestRunner:     task_for_pid: 14554
  QtQA::App::TestRunner:     thread_create: 0
  QtQA::App::TestRunner:     thread_set_state: 0
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: VM Region Summary:
  QtQA::App::TestRunner: ReadOnly portion of Libraries: Total=195.4M resident=118.8M(61%) swapped_out_or_unallocated=76.6M(39%)
  QtQA::App::TestRunner: Writable regions: Total=2.1G written=34.0M(2%) resident=43.9M(2%) swapped_out=0K(0%) unallocated=2.1G(98%)
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: REGION TYPE                        VIRTUAL
  QtQA::App::TestRunner: ===========                        =======
  QtQA::App::TestRunner: (null) (reserved)                      12K        reserved VM address space (unallocated)
  QtQA::App::TestRunner: ATS (font support)                   38.7M
  QtQA::App::TestRunner: ATS (font support) (reserved)           4K        reserved VM address space (unallocated)
  QtQA::App::TestRunner: CG backing stores                    1424K
  QtQA::App::TestRunner: CG image                               16K
  QtQA::App::TestRunner: CG raster data                         64K
  QtQA::App::TestRunner: CG shared images                     1184K
  QtQA::App::TestRunner: CoreGraphics                           16K
  QtQA::App::TestRunner: CoreImage                               8K
  QtQA::App::TestRunner: CoreServices                         2884K
  QtQA::App::TestRunner: JS JIT generated code               128.0M
  QtQA::App::TestRunner: JS JIT generated code (reserved)      1.9G        reserved VM address space (unallocated)
  QtQA::App::TestRunner: JS VM register file                  8320K
  QtQA::App::TestRunner: JS garbage collector                  512K
  QtQA::App::TestRunner: MALLOC                               51.3M
  QtQA::App::TestRunner: MALLOC guard page                      48K
  QtQA::App::TestRunner: Memory tag=242                         12K
  QtQA::App::TestRunner: OpenCL                                 20K
  QtQA::App::TestRunner: STACK GUARD                          56.0M
  QtQA::App::TestRunner: Stack                                10.1M
  QtQA::App::TestRunner: VM_ALLOCATE                          16.2M
  QtQA::App::TestRunner: __CI_BITMAP                            80K
  QtQA::App::TestRunner: __DATA                               14.1M
  QtQA::App::TestRunner: __IMAGE                               528K
  QtQA::App::TestRunner: __LINKEDIT                           62.3M
  QtQA::App::TestRunner: __TEXT                              133.1M
  QtQA::App::TestRunner: __UNICODE                             544K
  QtQA::App::TestRunner: mapped file                          79.6M
  QtQA::App::TestRunner: shared memory                         308K
  QtQA::App::TestRunner: ===========                        =======
  QtQA::App::TestRunner: TOTAL                                 2.5G
  QtQA::App::TestRunner: TOTAL, minus reserved VM space      604.8M
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with status -1
  QtQA::App::TestRunner:   second attempt: exited with signal 6
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_examples (qtquick1): 805 seconds, signal 6

  Build log: http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00127/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz

  Tested changes (refs/builds/stable_1364497648):
    http://codereview.qt-project.org/41548 [PS5] - re-add a bunch of modules
    http://codereview.qt-project.org/41547 [PS3] - clone only a specific subset of repositories by default



More information about the Ci-reports mailing list