Created
October 7, 2014 09:16
-
-
Save tru/6b2fef007bb83048b638 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread | |
| 0 libQt5Widgets_debug.5.dylib 0x0000000100c9fbfc QObject::parent() const + 28 | |
| 1 libQt5Widgets_debug.5.dylib 0x0000000100c9f515 QWidget::parentWidget() const + 21 | |
| 2 libQt5Widgets_debug.5.dylib 0x0000000100cf3222 QLayout::addChildWidget(QWidget*) + 50 | |
| 3 libQt5Widgets_debug.5.dylib 0x0000000100ea1676 QMainWindowLayout::setCentralWidget(QWidget*) + 54 | |
| 4 libQt5Widgets_debug.5.dylib 0x0000000100e987a7 QMainWindow::setCentralWidget(QWidget*) + 151 | |
| 5 se.hieta.WebOpenGLTest 0x0000000100005b98 MainWindow::switchView() + 168 (mainwindow.cpp:30) | |
| 6 se.hieta.WebOpenGLTest 0x00000001000060a4 MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 68 (moc_mainwindow.cpp:68) | |
| 7 libQt5Core_debug.5.dylib 0x0000000103962cff QMetaObject::activate(QObject*, int, int, void**) + 2943 | |
| 8 libQt5Core_debug.5.dylib 0x000000010396216d QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 61 | |
| 9 libQt5Widgets_debug.5.dylib 0x00000001011cd01b QShortcut::activated() + 43 | |
| 10 libQt5Widgets_debug.5.dylib 0x0000000100cffd7d QShortcut::event(QEvent*) + 269 | |
| 11 libQt5Widgets_debug.5.dylib 0x0000000100cbefaa QApplicationPrivate::notify_helper(QObject*, QEvent*) + 410 | |
| 12 libQt5Widgets_debug.5.dylib 0x0000000100cc1196 QApplication::notify(QObject*, QEvent*) + 2358 | |
| 13 libQt5Core_debug.5.dylib 0x00000001039097a9 QCoreApplication::notifyInternal(QObject*, QEvent*) + 201 | |
| 14 libQt5Gui_debug.5.dylib 0x0000000101a1b6fa QCoreApplication::sendEvent(QObject*, QEvent*) + 90 | |
| 15 libQt5Gui_debug.5.dylib 0x0000000101a6499e QShortcutMap::dispatchEvent(QKeyEvent*) + 558 | |
| 16 libQt5Gui_debug.5.dylib 0x0000000101a643b9 QShortcutMap::tryShortcutEvent(QObject*, QKeyEvent*) + 473 | |
| 17 libQt5Gui_debug.5.dylib 0x00000001019f5cf0 QWindowSystemInterface::tryHandleShortcutEvent(QWindow*, unsigned long, int, QFlags<Qt::KeyboardModifier>, QString const&, bool, unsigned short) + 208 | |
| 18 libqcocoa_debug.dylib 0x000000011a534e68 -[QNSView handleKeyEvent:eventType:] + 1144 | |
| 19 libqcocoa_debug.dylib 0x000000011a5353e8 -[QNSView keyDown:] + 152 | |
| 20 com.apple.AppKit 0x00007fff870bba86 -[NSWindow _reallySendEvent:] + 3266 | |
| 21 com.apple.AppKit 0x00007fff86b4874c -[NSWindow sendEvent:] + 368 | |
| 22 libqcocoa_debug.dylib 0x000000011a51d1e9 -[QNSWindow superSendEvent:] + 73 | |
| 23 libqcocoa_debug.dylib 0x000000011a51c6e9 -[QNSWindowHelper handleWindowEvent:] + 601 | |
| 24 libqcocoa_debug.dylib 0x000000011a51d19a -[QNSWindow sendEvent:] + 58 | |
| 25 com.apple.AppKit 0x00007fff86afaa51 -[NSApplication sendEvent:] + 4153 | |
| 26 libqcocoa_debug.dylib 0x000000011a545d8d -[QNSApplication sendEvent:] + 93 | |
| 27 com.apple.AppKit 0x00007fff869870d8 -[NSApplication run] + 711 | |
| 28 libqcocoa_debug.dylib 0x000000011a53f003 QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1155 | |
| 29 libQt5Core_debug.5.dylib 0x0000000103904f4a QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 122 | |
| 30 libQt5Core_debug.5.dylib 0x000000010390517e QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 542 | |
| 31 libQt5Core_debug.5.dylib 0x0000000103909f79 QCoreApplication::exec() + 393 | |
| 32 libQt5Gui_debug.5.dylib 0x0000000101a12d76 QGuiApplication::exec() + 22 | |
| 33 libQt5Widgets_debug.5.dylib 0x0000000100cc0719 QApplication::exec() + 9 | |
| 34 se.hieta.WebOpenGLTest 0x000000010000558b main + 91 (main.cpp:10) | |
| 35 se.hieta.WebOpenGLTest 0x0000000100005524 start + 52 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment