Skip to content

Instantly share code, notes, and snippets.

@networkextension
Created August 8, 2016 09:16
Show Gist options
  • Save networkextension/2a39419ec9a785743db08b58ba806a6a to your computer and use it in GitHub Desktop.
Save networkextension/2a39419ec9a785743db08b58ba806a6a to your computer and use it in GitHub Desktop.
zombie_swift_crash_rep
* thread #23: tid = 0x8e5ba, 0x000000019241a014 libsystem_kernel.dylib`__pthread_kill + 8, queue = 'com.yarshure.dispatchqueue', stop reason = signal SIGABRT
frame #0: 0x000000019241a014 libsystem_kernel.dylib`__pthread_kill + 8
frame #1: 0x00000001924e1470 libsystem_pthread.dylib`pthread_kill + 112
frame #2: 0x000000019238e490 libsystem_c.dylib`abort + 140
frame #3: 0x000000019245a718 libsystem_malloc.dylib`szone_error + 420
frame #4: 0x0000000192464740 libsystem_malloc.dylib`free_list_checksum_botch.294 + 36
frame #5: 0x0000000192451644 libsystem_malloc.dylib`tiny_free_list_remove_ptr + 300
frame #6: 0x0000000192464a0c libsystem_malloc.dylib`tiny_free_no_lock + 708
frame #7: 0x000000019246516c libsystem_malloc.dylib`free_tiny + 624
frame #8: 0x0000000193e3e06c Foundation`-[NSConcreteMutableData dealloc] + 64
frame #9: 0x0000000100269c64 PacketTunnel-iOS`@objc SFHTTPRequest.__ivar_destroyer(self=<unavailable>) + 32 at SFHTTPRequest.swift:0
frame #10: 0x0000000191e82f10 libobjc.A.dylib`object_cxxDestructFromClass(objc_object*, objc_class*) + 148
frame #11: 0x0000000191e8f6e0 libobjc.A.dylib`objc_destructInstance + 92
frame #12: 0x0000000191e8f744 libobjc.A.dylib`object_dispose + 28
* frame #13: 0x0000000100234ffc PacketTunnel-iOS`SFConnection.__deallocating_deinit(self=<unavailable>) + 208 at SFConnection.swift:131
frame #14: 0x0000000100235648 PacketTunnel-iOS`@objc SFConnection.__deallocating_deinit + 40 at SFConnection.swift:0
frame #15: 0x000000010015347c PacketTunnel-iOS`client_recv_func(arg=0x0000000100e3acb0, tpcb=0x0000000100e6abf0, p=0x0000000000000000, err='\0') + 844 at StackHelper.m:361
frame #16: 0x00000001000e6450 PacketTunnel-iOS`tcp_input(p=0x000000010101d400, inp=0x00000001002e8fa8) + 4028 at tcp_in.c:401
frame #17: 0x00000001000f2918 PacketTunnel-iOS`ip_input(p=0x000000010101d400, inp=0x00000001002e8fa8) + 936 at ip4.c:571
frame #18: 0x0000000100152cd4 PacketTunnel-iOS`netif_input_func(p=0x000000010101d400, inp=0x00000001002e8fa8) + 164 at StackHelper.m:167
frame #19: 0x0000000100152f78 PacketTunnel-iOS`input(p=0x000000010101d400) + 44 at StackHelper.m:407
frame #20: 0x0000000100152efc PacketTunnel-iOS`inputData(data=40 bytes, len=40) + 220 at StackHelper.m:197
frame #21: 0x000000010020d794 PacketTunnel-iOS`SFTCPConnectionManager.(packets=<unavailable>, self=<unavailable>, complete=<unavailable>)>, packets : [NSData], complete : (NSError?) -> ()) -> ()).(closure #1) + 1192 at SFTCPConnectionManager.swift:396
frame #22: 0x00000001001758a8 PacketTunnel-iOS`thunk + 44 at PacketTunnelProvider.swift:0
frame #23: 0x00000001922d5200 libdispatch.dylib`_dispatch_call_block_and_release + 24
frame #24: 0x00000001922d51c0 libdispatch.dylib`_dispatch_client_callout + 16
frame #25: 0x00000001922e3444 libdispatch.dylib`_dispatch_queue_serial_drain + 928
frame #26: 0x00000001922d89a8 libdispatch.dylib`_dispatch_queue_invoke + 652
frame #27: 0x00000001922e538c libdispatch.dylib`_dispatch_root_queue_drain + 572
frame #28: 0x00000001922e50ec libdispatch.dylib`_dispatch_worker_thread3 + 124
frame #29: 0x00000001924dd2d8 libsystem_pthread.dylib`_pthread_wqthread + 1288
frame #30: 0x00000001924dcdc4 libsystem_pthread.dylib`start_wqthread + 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment