tk22 that is great, just as for information you can save the information from all output (which is the one I am looking for) as text file which will allow me to see the whole tree of crash, if you can do this and present here will be amazing, also you if you can add when is this occurring, steps, situation (while is jumping frames, etc.)
The crash happens after changing frames (next frame or previous frame)-> Request information for IAP -> Crash
There are two different crashes that happen on the IAP frame one common and one rare:
This is the more common one:
2022-03-25 21:02:53.334713+0000 BarraAlsalfah_24_03_2022[3080:383297] Products Request Did Receive Response
2022-03-25 21:02:53.334810+0000 BarraAlsalfah_24_03_2022[3080:383297] Sending events from store ...
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x72006300200066)
* frame #0: 0x00000001042fc088 BarraAlsalfah_24_03_2022`callExp_Ext(rhPtr=0x0000000113cd6822) at CEvents.m:11756:47
frame #1: 0x00000001042c687c BarraAlsalfah_24_03_2022`-[CEventProgram call_Actions:](self=0x000000010fd0e180, _cmd="call_Actions:", pActions=0x0000000113cd67f6) at CEventProgram.m:3660:4
frame #2: 0x00000001042c5028 BarraAlsalfah_24_03_2022`-[CEventProgram computeEventList:withObject:](self=0x000000010fd0e180, _cmd="computeEventList:withObject:", pdw=0x00000001100ddc90, pHo=0x0000000000000000) at CEventProgram.m:3214:6
frame #3: 0x000000010437628c BarraAlsalfah_24_03_2022`-[CRun f_GameLoop](self=0x000000011002d800, _cmd="f_GameLoop") at CRun.m:5070:4
frame #4: 0x000000010436851c BarraAlsalfah_24_03_2022`-[CRun doRunLoop](self=0x000000011002d800, _cmd="doRunLoop") at CRun.m:603:13
frame #5: 0x000000010429b674 BarraAlsalfah_24_03_2022`-[CRunApp loopFrame](self=0x0000000111406800, _cmd="loopFrame") at CRunApp.m:954:22
frame #6: 0x000000010429a588 BarraAlsalfah_24_03_2022`-[CRunApp playApplication:](self=0x0000000111406800, _cmd="playApplication:", bOnlyRestartApp=NO) at CRunApp.m:533:9
frame #7: 0x00000001042a8bd0 BarraAlsalfah_24_03_2022`-[CRunView timerEntry](self=0x000000010ff186c0, _cmd="timerEntry") at CRunView.m:361:7
frame #8: 0x0000000104cfbf30 GPUToolsCore`-[DYDisplayLinkInterposer forwardDisplayLinkCallback:] + 168
frame #9: 0x000000018451b378 QuartzCore`CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 760
frame #10: 0x0000000184521b44 QuartzCore`display_timer_callback(__CFMachPort*, void*, long, void*) + 368
frame #11: 0x00000001809fb69c CoreFoundation`__CFMachPortPerform + 172
frame #12: 0x0000000180a3b4ec CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56
frame #13: 0x0000000180a3eadc CoreFoundation`__CFRunLoopDoSource1 + 588
frame #14: 0x00000001809fc0f0 CoreFoundation`__CFRunLoopRun + 2376
frame #15: 0x0000000180a0ee1c CoreFoundation`CFRunLoopRunSpecific + 572
frame #16: 0x00000001a0dc19a0 GraphicsServices`GSEventRunModal + 160
frame #17: 0x0000000183242b90 UIKitCore`-[UIApplication _run] + 1080
frame #18: 0x0000000182fd816c UIKitCore`UIApplicationMain + 332
frame #19: 0x0000000104290870 BarraAlsalfah_24_03_2022`main(argc=1, argv=0x000000016bb777c0) at main.m:33:18
frame #20: 0x0000000104bc0250 dyld`start + 444
(lldb)
Thread 1 Queue : com.apple.main-thread (serial)
#0 0x00000001042fc088 in callExp_Ext(CRun*) at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEvents.m:11756
#1 0x00000001042c687c in -[CEventProgram call_Actions:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEventProgram.m:3660
#2 0x00000001042c5028 in -[CEventProgram computeEventList:withObject:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEventProgram.m:3214
#3 0x000000010437628c in -[CRun f_GameLoop] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/RunLoop/CRun.m:5070
#4 0x000000010436851c in -[CRun doRunLoop] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/RunLoop/CRun.m:603
#5 0x000000010429b674 in -[CRunApp loopFrame] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Application/CRunApp.m:954
#6 0x000000010429a588 in -[CRunApp playApplication:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Application/CRunApp.m:533
#7 0x00000001042a8bd0 in -[CRunView timerEntry] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Application/CRunView.m:361
#8 0x0000000104cfbf30 in -[DYDisplayLinkInterposer forwardDisplayLinkCallback:] ()
#9 0x000000018451b378 in CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) ()
#10 0x0000000184521b44 in display_timer_callback(__CFMachPort*, void*, long, void*) ()
#11 0x00000001809fb69c in __CFMachPortPerform ()
#12 0x0000000180a3b4ec in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
#13 0x0000000180a3eadc in __CFRunLoopDoSource1 ()
#14 0x00000001809fc0f0 in __CFRunLoopRun ()
#15 0x0000000180a0ee1c in CFRunLoopRunSpecific ()
#16 0x00000001a0dc19a0 in GSEventRunModal ()
#17 0x0000000183242b90 in -[UIApplication _run] ()
#18 0x0000000182fd816c in UIApplicationMain ()
#19 0x0000000104290870 in main at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/main.m:33
#20 0x0000000104bc0250 in start ()
Display More
This is the more rare:
* thread #9, queue = 'com.apple.root.default-qos', stop reason = signal SIGABRT
* frame #0: 0x00000001bab369e8 libsystem_kernel.dylib`__pthread_kill + 8
frame #1: 0x00000001db03f824 libsystem_pthread.dylib`pthread_kill + 208
frame #2: 0x000000018af830b4 libsystem_c.dylib`abort + 120
frame #3: 0x0000000197ef1e1c libc++abi.dylib`abort_message + 128
frame #4: 0x0000000197ee3bec libc++abi.dylib`demangling_terminate_handler() + 296
frame #5: 0x0000000197e02018 libobjc.A.dylib`_objc_terminate() + 124
frame #6: 0x0000000197ef12cc libc++abi.dylib`std::__terminate(void (*)()) + 16
frame #7: 0x0000000197ef1274 libc++abi.dylib`std::terminate() + 60
frame #8: 0x0000000197e0e69c libobjc.A.dylib`objc_terminate + 12
frame #9: 0x0000000102f79fa8 libdispatch.dylib`_dispatch_client_callout + 36
frame #10: 0x0000000102f7c798 libdispatch.dylib`_dispatch_queue_override_invoke + 924
frame #11: 0x0000000102f8bd90 libdispatch.dylib`_dispatch_root_queue_drain + 356
frame #12: 0x0000000102f8c6fc libdispatch.dylib`_dispatch_worker_thread2 + 208
frame #13: 0x00000001db033e48 libsystem_pthread.dylib`_pthread_wqthread + 224
Thread 9 Queue : com.apple.root.default-qos (concurrent)
#0 0x00000001bab369e8 in __pthread_kill ()
#1 0x00000001db03f824 in pthread_kill ()
#2 0x000000018af830b4 in abort ()
#3 0x0000000197ef1e1c in abort_message ()
#4 0x0000000197ee3bec in demangling_terminate_handler() ()
#5 0x0000000197e02018 in _objc_terminate() ()
#6 0x0000000197ef12cc in std::__terminate(void (*)()) ()
#7 0x0000000197ef1274 in std::terminate() ()
#8 0x0000000197e0e69c in objc_terminate ()
#9 0x0000000102f79fa8 in _dispatch_client_callout ()
#10 0x0000000102f7c798 in _dispatch_queue_override_invoke ()
#11 0x0000000102f8bd90 in _dispatch_root_queue_drain ()
#12 0x0000000102f8c6fc in _dispatch_worker_thread2 ()
#13 0x00000001db033e48 in _pthread_wqthread ()
Thread#0 0x0000000180a82d3c in __exceptionPreprocess ()
#1 0x0000000197dfc6a8 in objc_exception_throw ()
#2 0x000000018216b538 in -[NSPlaceholderString initWithString:] ()
#3 0x0000000102785e40 in -[CValue forceString:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Expressions/CValue.m:152
#4 0x000000010277ae08 in exp_VarString(CRun*) at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEvents.m:8696
#5 0x0000000102783d1c in callExp_Sprite(CRun*) at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEvents.m:11700
#6 0x00000001028028b4 in -[CRun getExpression] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/RunLoop/CRun.m:6599
#7 0x0000000102802684 in -[CRun get_EventExpressionStringNoCopy:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/RunLoop/CRun.m:6555
#8 0x000000010276d9e0 in actTxtSetString(tagEVT*, CRun*) at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEvents.m:5084
#9 0x00000001027823a8 in callAction_Text(tagEVT*, CRun*) at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEvents.m:11327
#10 0x000000010274e87c in -[CEventProgram call_Actions:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEventProgram.m:3660
#11 0x000000010274d028 in -[CEventProgram computeEventList:withObject:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEventProgram.m:3214
#12 0x000000010274c544 in -[CEventProgram handle_Event:withCode:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Events/CEventProgram.m:2929
#13 0x00000001027e4a80 in -[CObject generateEvent:withParam:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Objects/CObject.m:346
#14 0x0000000102798f94 in -[CRuniOSStore receivedResponse:andInvalidIdentifiers:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Extensions/CRuniOSStore.m:310
#15 0x0000000102798238 in -[GlobalStore sendEvents] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Extensions/CRuniOSStore.m:169
#16 0x0000000102798144 in -[GlobalStore productsRequest:didReceiveResponse:] at /Users/tk/Desktop/TKG/Barra Alsalfah/iOS Builds/BarraAlsalfah_24_03_2022/Classes/Extensions/CRuniOSStore.m:157
#17 0x00000001a8940420 in __27-[SKProductsRequest _start]_block_invoke_2 ()
#18 0x0000000102f78718 in _dispatch_call_block_and_release ()
#19 0x0000000102f79f94 in _dispatch_client_callout ()
#20 0x0000000102f7c798 in _dispatch_queue_override_invoke ()
#21 0x0000000102f8bd90 in _dispatch_root_queue_drain ()
#22 0x0000000102f8c6fc in _dispatch_worker_thread2 ()
#23 0x00000001db033e48 in _pthread_wqthread ()
#24 0x00000001db0339f0 in start_wqthread ()
Display More
More information
CTF 2.5: Build R293.10
Xcode: 12.0
Phone for testing: iPhone X (happens for iphone 6)
iOS: 15.3.1 and 12.5
If you need more information please let me know