Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. Crashed: com.apple.main-thread
  2. 0 CFNetwork 0x23a60c628 HTTPParser::HTTPParser(__CFAllocator const*, HTTPParserClient*, HTTPParser*) + 48
  3. 1 CFNetwork 0x23a4d71d0 HTTPMessage::commonInitialization(unsigned char, HTTPMessage const*) + 248
  4. 2 CFNetwork 0x23a4d71d0 HTTPMessage::commonInitialization(unsigned char, HTTPMessage const*) + 248
  5. 3 CFNetwork 0x23a4d7360 HTTPMessage::HTTPMessage(HTTPMessage const*) + 112
  6. 4 CFNetwork 0x23a60d670 HTTPRequestMessage::HTTPRequestMessage(HTTPRequestMessage const*) + 36
  7. 5 CFNetwork 0x23a4b7ed8 HTTPRequest::HTTPRequest(HTTPRequest const*) + 24
  8. 6 CFNetwork 0x23a4ba5e4 URLRequest::initialize(URLRequest const*, unsigned char) + 640
  9. 7 CFNetwork 0x23a471f40 _createRequestCopy(__CFAllocator const*, _CFURLRequest const*, unsigned char) + 152
  10. 8 CFNetwork 0x23a3f6f48 -[NSURLRequest mutableCopyWithZone:] + 44
  11. 9 libswiftFoundation.dylib 0x10326e0cc (Missing)
  12. 10 libswiftFoundation.dylib 0x103252fd0 (Missing)
  13. 11 Kingfisher 0x10251e608 closure #1 in SessionDelegate.add(_:url:callback:) (SessionDelegate.swift:93)
  14. 12 Kingfisher 0x1024f72b4 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed SessionDelegate, @unowned Int, @in_guaranteed SessionDataTask.TaskCallback) -> () (<compiler-generated>)
  15. 13 Kingfisher 0x1024f7330 partial apply for specialized (<compiler-generated>)
  16. 14 Kingfisher 0x10251bbe4 SessionDataTask.cancel(token:) (SessionDataTask.swift)
  17. 15 Kingfisher 0x1025089dc KingfisherWrapper<A>.cancelDownloadTask() (ImageView+Kingfisher.swift)
  18. 16 MyApp 0x1013d2170 RegularFixtureViewCell.cancelDownloadTasks() (RegularFixtureViewCell.swift:291)
  19. 17 MyApp 0x1013cf290 @objc RegularFixtureViewCell.prepareForReuse() (RegularFixtureViewCell.swift:53)
  20. 18 UIKitCore 0x2671e6ff8 -[UITableView _dequeueReusableViewOfType:withIdentifier:] + 212
  21. 19 MyApp 0x101423414 closure #2 in FixturesMatchesViewController.setupBindings() (FixturesMatchesViewController.swift:120)
  22. 20 MyApp 0x101424a68 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed UITableView, @unowned Int, @in_guaranteed FixtureViewCellModel) -> (@owned UITableViewCell) (<compiler-generated>)
  23. 21 MyApp 0x101424ea0 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed (UITableView, Int, FixtureViewCellModel)) -> (@out UITableViewCell) (<compiler-generated>)
  24. 22 RxCocoa 0x10268bd68 RxTableViewReactiveArrayDataSource._tableView(_:cellForRowAt:) (RxTableViewReactiveArrayDataSource.swift:89)
  25. 23 RxCocoa 0x10268b524 @objc _RxTableViewReactiveArrayDataSource.tableView(_:cellForRowAt:) (RxTableViewReactiveArrayDataSource.swift:36)
  26. 24 RxCocoa 0x10268ac78 @objc RxTableViewDataSourceProxy.tableView(_:cellForRowAt:) (RxTableViewDataSourceProxy.swift:64)
  27. 25 UIKitCore 0x267200de4 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 684
  28. 26 UIKitCore 0x26720132c -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 80
  29. 27 UIKitCore 0x2671cca04 -[UITableView _updateVisibleCellsNow:isRecursive:] + 2256
  30. 28 UIKitCore 0x2671ea8f0 -[UITableView layoutSubviews] + 140
  31. 29 UIKitCore 0x26747f7dc -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1380
  32. 30 QuartzCore 0x23e441b74 -[CALayer layoutSublayers] + 184
  33. 31 QuartzCore 0x23e446b2c CA::Layer::layout_if_needed(CA::Transaction*) + 324
  34. 32 QuartzCore 0x23e3a544c CA::Context::commit_transaction(CA::Transaction*) + 340
  35. 33 QuartzCore 0x23e3d3d7c CA::Transaction::commit() + 608
  36. 34 QuartzCore 0x23e312170 CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 324
  37. 35 IOKit 0x23a0a508c IODispatchCalloutFromCFMessage + 488
  38. 36 CoreFoundation 0x239dae01c __CFMachPortPerform + 188
  39. 37 CoreFoundation 0x239dd5868 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56
  40. 38 CoreFoundation 0x239dd4fb4 __CFRunLoopDoSource1 + 440
  41. 39 CoreFoundation 0x239dcfd6c __CFRunLoopRun + 2140
  42. 40 CoreFoundation 0x239dcf1f0 CFRunLoopRunSpecific + 436
  43. 41 GraphicsServices 0x23c048584 GSEventRunModal + 100
  44. 42 UIKitCore 0x266fd6d40 UIApplicationMain + 212
  45. 43 MyApp 0x1013adcdc main (HeaderFixtureViewCellModel.swift:21)
  46. 44 libdyld.dylib 0x23988ebb4 start + 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement