FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXC_CRASH (SIGABRT)

summerHearts opened this issue · comments

Thread 0 name:   Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        	       0x1d793cb78 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x210f2c3bc pthread_kill + 268
2   libsystem_c.dylib             	       0x1ab0b051c abort + 168
3   libsystem_malloc.dylib        	       0x1b21eca04 malloc_vreport + 552
4   libsystem_malloc.dylib        	       0x1b21ecbdc malloc_report + 64
5   libsystem_malloc.dylib        	       0x1b21d1e38 free + 300
6   CoreFoundation                	       0x19ff6b10c -[__NSFrozenArrayM dealloc] + 252
7   FLEX                          	       0x108375514 -[FLEXMITMDataSource setAllTransactions:] + 88
8   FLEX                          	       0x108374f7c -[FLEXMITMDataSource reloadData:] + 120
9   FLEX                          	       0x10837c4a4 -[FLEXNetworkMITMViewController updateTransactions:] + 224
10  FLEX                          	       0x10837d064 -[FLEXNetworkMITMViewController tryUpdateTransactions] + 112
11  FLEX                          	       0x10837cfdc -[FLEXNetworkMITMViewController handleNewTransactionRecordedNotification:] + 68
12  CoreFoundation                	       0x19ff5f324 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28
13  CoreFoundation                	       0x19fffbac4 ___CFXRegistrationPost_block_invoke + 52
14  CoreFoundation                	       0x19ffcecc0 _CFXRegistrationPost + 456
15  CoreFoundation                	       0x19ff7539c _CFXNotificationPost + 728
16  Foundation                    	       0x1a173c704 -[NSNotificationCenter postNotificationName:object:userInfo:] + 96
17  FLEX                          	       0x108391474 __42-[FLEXNetworkRecorder notify:transaction:]_block_invoke + 84
18  libdispatch.dylib             	       0x19fc32e68 _dispatch_call_block_and_release + 32
19  libdispatch.dylib             	       0x19fc34a2c _dispatch_client_callout + 20
20  libdispatch.dylib             	       0x19fc42f48 _dispatch_main_queue_drain + 928
21  libdispatch.dylib             	       0x19fc42b98 _dispatch_main_queue_callback_4CF + 44
22  CoreFoundation                	       0x19ff862f0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
23  CoreFoundation                	       0x19ff401f4 __CFRunLoopRun + 2532
24  CoreFoundation                	       0x19ff536b8 CFRunLoopRunSpecific + 600
25  GraphicsServices              	       0x1bbfed374 GSEventRunModal + 164
26  UIKitCore                     	       0x1a28b8e88 -[UIApplication _run] + 1100
27  UIKitCore                     	       0x1a263a5ec UIApplicationMain + 364
28  libswiftUIKit.dylib           	       0x1b7c2fecc UIApplicationMain(_:_:_:_:) + 104

I think I fixed this in a previous release