Skip to content

Instantly share code, notes, and snippets.

@bmichotte
Created May 28, 2016 17:55
Show Gist options
  • Save bmichotte/fe8533b60e814fab53a3469b47dc17ae to your computer and use it in GitHub Desktop.
Save bmichotte/fe8533b60e814fab53a3469b47dc17ae to your computer and use it in GitHub Desktop.
Thread 0 Crashed:
0 HSTracker 0x00000001054173a9 function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead and Owned To Guaranteed> of HSTracker.DeckManager.tableView (__ObjC.NSTableView, viewForTableColumn : __ObjC.NSTableColumn?, row : Swift.Int)__ObjC.NSView? (DeckManager.swift:0)
1 HSTracker 0x00000001054120ad @objc HSTracker.DeckManager.tableView (__ObjC.NSTableView, viewForTableColumn : __ObjC.NSTableColumn?, row : Swift.Int)__ObjC.NSView? (DeckManager.swift:0)
2 AppKit 0x00007fff8a2a28e0 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 75
3 AppKit 0x00007fff8a2a1c44 -[NSTableRowData _addViewToRowView:atColumn:row:] + 299
4 AppKit 0x00007fff8a2a198d -[NSTableRowData _addViewsToRowView:atRow:] + 183
5 AppKit 0x00007fff8aa02d8b -[NSTableRowData _initializeRowView:atRow:] + 372
6 AppKit 0x00007fff8a29e7cc -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 407
7 AppKit 0x00007fff8a29e569 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 253
8 AppKit 0x00007fff8a29d8d3 -[NSTableRowData _unsafeUpdateVisibleRowEntries] + 1695
9 AppKit 0x00007fff8a29d097 -[NSTableRowData updateVisibleRowViews] + 229
10 AppKit 0x00007fff8a371076 -[NSTableRowData prepareContentInRect:] + 74
11 AppKit 0x00007fff8a370f23 -[NSTableView prepareContentInRect:] + 288
12 AppKit 0x00007fff8a397984 __48-[NSView _pullInTilesByDrawingAndAddingSubviews]_block_invoke + 599
13 AppKit 0x00007fff8a3970ad -[NSView _performWorkOnTilesFromRect:renderedContentRect:maximumRect:scrollVelocity:handler:] + 2409
14 AppKit 0x00007fff8a396602 -[NSView _pullInTilesByDrawingAndAddingSubviews] + 1006
15 AppKit 0x00007fff8a396202 -[NSView _pullInExtraTilesForOverdraw] + 86
16 AppKit 0x00007fff8a396165 -[NSView _doIdlePrefetch] + 58
17 AppKit 0x00007fff8a394c46 __CreateIdleRunLoopObserverWithHandler_block_invoke + 235
18 CoreFoundation 0x00007fff8c0b6d87 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 22
19 CoreFoundation 0x00007fff8c0b6ce0 __CFRunLoopDoObservers + 367
20 CoreFoundation 0x00007fff8c0a8f1a __CFRunLoopRun + 1177
21 CoreFoundation 0x00007fff8c0a8838 CFRunLoopRunSpecific + 295
22 HIToolbox 0x00007fff939f543f RunCurrentEventLoopInMode + 234
23 HIToolbox 0x00007fff939f51ba ReceiveNextEventCommon + 430
24 HIToolbox 0x00007fff939f4ffb _BlockUntilNextEventMatchingListInModeWithFilter + 70
25 AppKit 0x00007fff8a1fd6d1 _DPSNextEvent + 963
26 AppKit 0x00007fff8a1fce80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 193
27 AppKit 0x00007fff8a3c9497 -[NSTableView mouseDown:] + 5419
28 AppKit 0x00007fff8a3b10c0 forwardMethod + 128
29 AppKit 0x00007fff8a3b10c0 forwardMethod + 128
30 AppKit 0x00007fff8a46d016 -[NSTextField mouseDown:] + 259
31 AppKit 0x00007fff8a927f4f -[NSWindow _reallySendEvent:] + 12826
32 AppKit 0x00007fff8a3b250c -[NSWindow sendEvent:] + 367
33 AppKit 0x00007fff8a364096 -[NSApplication sendEvent:] + 2237
34 HockeySDK 0x00000001057ad2dc -[BITCrashExceptionApplication sendEvent:] (BITCrashExceptionApplication.m:48)
35 AppKit 0x00007fff8a1f0e98 -[NSApplication run] + 710
36 AppKit 0x00007fff8a1dc2d4 NSApplicationMain + 1831
37 HSTracker 0x0000000105502049 main (AppDelegate.swift:15)
38 libdyld.dylib 0x00007fff98bed5c9 start + 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment