Skip to content

Instantly share code, notes, and snippets.

@nezza
Created March 3, 2018 18:00
Show Gist options
  • Save nezza/3792fc28528828f89b937189e9224d58 to your computer and use it in GitHub Desktop.
Save nezza/3792fc28528828f89b937189e9224d58 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x112006dc8)
* frame #0: 0x00000001023a3e0e QtGui`QTextLayout::~QTextLayout() + 14
frame #1: 0x00000001023ca442 QtGui`QTextDocumentPrivate::clear() + 1282
frame #2: 0x00000001023bd9ea QtGui`QTextDocument::setPlainText(QString const&) + 74
frame #3: 0x0000000101ed9af0 QtWidgets`QWidgetTextControlPrivate::setContent(Qt::TextFormat, QString const&, QTextDocument*) + 992
frame #4: 0x0000000101e8f110 QtWidgets`QTextEdit::setText(QString const&) + 80
frame #5: 0x00000001000a68e9 cutter`HexdumpWidget::refresh(unsigned long long) + 457
frame #6: 0x00000001029c8a81 QtCore`QMetaObject::activate(QObject*, int, int, void**) + 913
frame #7: 0x00000001000ccbaf cutter`CutterCore::seekChanged(unsigned long long) + 63
frame #8: 0x000000010000ace7 cutter`CutterCore::cmd(QString const&) + 167
frame #9: 0x000000010000d810 cutter`CutterCore::seek(unsigned long long) + 112
frame #10: 0x000000010007f7e2 cutter`FunctionsWidget::onFunctionsDoubleClicked(QModelIndex const&) + 98
frame #11: 0x00000001029c8a81 QtCore`QMetaObject::activate(QObject*, int, int, void**) + 913
frame #12: 0x0000000101f61808 QtWidgets`QAbstractItemView::doubleClicked(QModelIndex const&) + 56
frame #13: 0x0000000101fa77bc QtWidgets`QTreeView::mouseDoubleClickEvent(QMouseEvent*) + 796
frame #14: 0x0000000101d29e3b QtWidgets`QWidget::event(QEvent*) + 1691
frame #15: 0x0000000101e1f2dd QtWidgets`QFrame::event(QEvent*) + 45
frame #16: 0x0000000101ea3573 QtWidgets`QAbstractScrollArea::viewportEvent(QEvent*) + 179
frame #17: 0x0000000101f5fdc6 QtWidgets`QAbstractItemView::viewportEvent(QEvent*) + 1526
frame #18: 0x0000000101fa3be1 QtWidgets`QTreeView::viewportEvent(QEvent*) + 513
frame #19: 0x0000000101ea4125 QtWidgets`QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 37
frame #20: 0x0000000102997c8a QtCore`QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 202
frame #21: 0x0000000101cefbc8 QtWidgets`QApplicationPrivate::notify_helper(QObject*, QEvent*) + 248
frame #22: 0x0000000101cf3173 QtWidgets`QApplication::notify(QObject*, QEvent*) + 9123
frame #23: 0x00000001029979f4 QtCore`QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
frame #24: 0x0000000101cf0507 QtWidgets`QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 871
frame #25: 0x0000000101d4a54b QtWidgets`QWidgetWindow::handleMouseEvent(QMouseEvent*) + 1387
frame #26: 0x0000000101d4958f QtWidgets`QWidgetWindow::event(QEvent*) + 175
frame #27: 0x0000000101cefbdd QtWidgets`QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
frame #28: 0x0000000101cf24ac QtWidgets`QApplication::notify(QObject*, QEvent*) + 5852
frame #29: 0x00000001029979f4 QtCore`QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
frame #30: 0x00000001022ce4e7 QtGui`QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 4647
frame #31: 0x00000001022b525b QtGui`QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 155
frame #32: 0x0000000103a69b21 libqcocoa.dylib`QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33
frame #33: 0x00007fff88898321 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
frame #34: 0x00007fff8887921d CoreFoundation`__CFRunLoopDoSources0 + 557
frame #35: 0x00007fff88878716 CoreFoundation`__CFRunLoopRun + 934
frame #36: 0x00007fff88878114 CoreFoundation`CFRunLoopRunSpecific + 420
frame #37: 0x00007fff87dd8ebc HIToolbox`RunCurrentEventLoopInMode + 240
frame #38: 0x00007fff87dd8bf9 HIToolbox`ReceiveNextEventCommon + 184
frame #39: 0x00007fff87dd8b26 HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 71
frame #40: 0x00007fff86371a54 AppKit`_DPSNextEvent + 1120
frame #41: 0x00007fff86aed7ee AppKit`-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
frame #42: 0x00007fff863663db AppKit`-[NSApplication run] + 926
frame #43: 0x0000000103a689bf libqcocoa.dylib`QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2143
frame #44: 0x0000000102993631 QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
frame #45: 0x0000000102998099 QtCore`QCoreApplication::exec() + 393
frame #46: 0x0000000100009c14 cutter`main + 36
frame #47: 0x00007fff9e001235 libdyld.dylib`start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment