My app is crashing intermittently when showing the printer options to print html data.
I am unable to reproduce this crash however here is the stack trace from crash logs
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x9e88 __exceptionPreprocess
1 libobjc.A.dylib 0x178d8 objc_exception_throw
2 Foundation 0x545b4c _userInfoForFileAndLine
3 UIKitCore 0x14bc40 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:]
4 UIKitCore 0x21a330 -[UITableView _createPreparedCellForRowAtIndexPath:willDisplay:]
5 UIKitCore 0x219f18 -[UITableView _heightForRowAtIndexPath:]
6 UIKitCore 0x219db4 -[UISectionRowData heightForRow:inSection:canGuess:]
7 UIKitCore 0x44cf98 -[UITableViewRowData heightForRow:inSection:canGuess:adjustForReorderedRow:]
8 UIKitCore 0x5a0ec -[UITableViewRowData rectForRow:inSection:heightCanBeGuessed:]
9 UIKitCore 0x44c520 -[UITableViewRowData rectForGlobalRow:heightCanBeGuessed:]
10 UIKitCore 0x44db74 -[UITableViewRowData globalRowsInRect:canGuess:]
11 UIKitCore 0x480050 -[_UITableViewUpdateSupport _faultInRealHeightsOfNeededElements]
12 UIKitCore 0x4ba2dc -[_UITableViewUpdateSupport _setupAnimations]
13 UIKitCore 0x2efb58 -[UITableView _updateWithItems:updateSupport:]
14 UIKitCore 0x2b3500 -[UITableView _endCellAnimationsWithContext:]
15 UIKitCore 0x271ea4 -[UITableView _updateSections:withUpdateAction:rowAnimation:headerFooterOnly:usingPresentationValues:]
16 UIKitCore 0xe70084 -[UITableView _reloadSectionHeaderFooters:withRowAnimation:]
17 PrintKitUI 0x60468 -[UIPrintOptionsTableViewController hideGatheringPrinterInfo]
18 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release
19 libdispatch.dylib 0x3fdc _dispatch_client_callout
20 libdispatch.dylib 0x127f4 _dispatch_main_queue_drain
21 libdispatch.dylib 0x12444 _dispatch_main_queue_callback_4CF
22 CoreFoundation 0x9a6f8 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
23 CoreFoundation 0x7c058 __CFRunLoopRun
24 CoreFoundation 0x80ed4 CFRunLoopRunSpecific
25 GraphicsServices 0x1368 GSEventRunModal
26 UIKitCore 0x3a23d0 -[UIApplication _run]
27 UIKitCore 0x3a2034 UIApplicationMain
28 PSStore 0xbaa0 main ()
29 ??? 0x1e567c960 (Missing)
0
0
1.1k