Skip to content

Instantly share code, notes, and snippets.

@Pranit-Harekar
Created September 26, 2019 16:28
Show Gist options
  • Save Pranit-Harekar/4c229aaccbcd9f76f44d8b005bd20422 to your computer and use it in GitHub Desktop.
Save Pranit-Harekar/4c229aaccbcd9f76f44d8b005bd20422 to your computer and use it in GitHub Desktop.
Crash in Star iOS SDK
# Platform: ios
# OS Version: 12.3.1 (16F203)
# Device: iPad Pro (9.7 inch)
# RAM Free: 1.2%
# Disk Free: 91.6%
# Star iOS SDK v5.10.1
[Crashed on line 0 i.e. TCPgetSocket + 1567 (TCPPort.m:1567)]
#0. Crashed: com.apple.main-thread
0 SpringboardRetail 0x1003bf1a0 TCPgetSocket + 1567 (TCPPort.m:1567)
1 SpringboardRetail 0x1003c2bec TCPopenPort + 1878 (TCPPort.m:1878)
2 SpringboardRetail 0x10033bfb0 JpStarmStarioOpenPort + 103 (StarIOPort.m:103)
3 SpringboardRetail 0x100375690 -[SMPort init:::] + 771 (SMPort.m:771)
4 SpringboardRetail 0x1003768f8 +[SMPort getPort:::] + 905 (SMPort.m:905)
5 SpringboardRetail 0x1002647b8 SRStarPrinter.sendCommands(_:success:error:) + 16 (StarCommunicationUtils.swift:16)
6 SpringboardRetail 0x100264610 SRStarPrinter.printJob(_:success:error:) (<compiler-generated>)
7 SpringboardRetail 0x10026c66c closure #2 in closure #1 in static PrinterController.printImage(_:printer:success:error:) + 59 (PrinterController.swift:59)
8 SpringboardRetail 0x10026e95c partial apply for closure #2 in closure #1 in static PrinterController.printImage(_:printer:success:error:) (<compiler-generated>)
9 Alamofire 0x10061b800 closure #1 in closure #1 in DownloadRequest.response(queue:completionHandler:) (<compiler-generated>)
10 Alamofire 0x1005fd050 thunk for @escaping @callee_guaranteed () -> () (<compiler-generated>)
11 libdispatch.dylib 0x191307a38 _dispatch_call_block_and_release + 24
12 libdispatch.dylib 0x1913087d4 _dispatch_client_callout + 16
13 libdispatch.dylib 0x1912b6004 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068
14 CoreFoundation 0x191859c1c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
15 CoreFoundation 0x191854b54 __CFRunLoopRun + 1924
16 CoreFoundation 0x1918540b0 CFRunLoopRunSpecific + 436
17 GraphicsServices 0x193a5479c GSEventRunModal + 104
18 UIKitCore 0x1bdbcb978 UIApplicationMain + 212
19 SpringboardRetail 0x1002215e0 main + 16 (AppDelegate.swift:16)
20 libdyld.dylib 0x1913198e0 start + 4
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment