System.PlatformNotSupportedException while loading multiple chart inside a container #22710
Unanswered
habibur519
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are currently working with .NET MAUI and using the Syncfusion library for charting and the navigation drawer. Recently, we encountered an issue when trying to add multiple Syncfusion charts (e.g., SfCartesianChart/SfCircularChart) inside a container (Grid/StackLayout). This problem occurs only on macOS, specifically when we run the project in release mode. The app crashes when attempting to load the UI containing the container with the charts.
Run command we are using:
dotnet run -c release -f net8.0-maccatalyst
The issue does not arise if only one chart is added to the container. Our main application has UI regions, and the chart container is placed inside a NavigationDrawer. Additionally, there are layouts and custom templates to handle the UI. Interestingly, when we added multiple charts inside a sample project, it worked perfectly here. We believe the entire UI handling workflow in our main app is contributing to this crash.
We are sharing the crash log here. Please let us if you have any insights regarding this issue.
Environment:
Framework: .NET 8 MAUI v8.0.14
Platform: Windows, MacOS
Syncfusion version: 25.1.42
Crash Report
Translated Report (Full Report Below)
Process: MyApp.Mvp [2715]
Path: /Users/USER/*/MyApp.Mvp.app/Contents/MacOS/MyApp.Mvp
Identifier: com.auvik.tonic.mvp
Version: 1.0.0 (1)
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 1844224152
Date/Time: 2024-05-29 14:00:01.0723 +0600
OS Version: macOS 14.2 (23C64)
Report Version: 12
Bridge OS Version: 8.2 (21P2057)
Anonymous UUID: 1C346584-387E-055F-F011-A6482F74D5BE
Sleep/Wake UUID: 2A98232D-AD8C-47E0-AFF3-C49D513745B4
Time Awake Since Boot: 9600 seconds
Time Since Wake: 9303 seconds
System Integrity Protection: enabled
Crashed Thread: 0 tid_103 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Termination Reason: Namespace SIGNAL, Code 4 Illegal instruction: 4
Terminating Process: exc handler [2715]
Application Specific Backtrace 0:
0 CoreFoundation 0x00007ff810dd6d86 __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff8108c9321 objc_exception_throw + 48
2 MyApp.Mvp 0x000000010e0b7ffe xamarin_process_managed_exception + 926
3 MyApp.Mvp 0x000000010e0be85d xamarin_invoke_trampoline + 1597
4 MyApp.Mvp 0x000000010e0c06f6 xamarin_arch_trampoline + 70
5 MyApp.Mvp 0x000000010e0c11ce xamarin_x86_64_common_trampoline + 118
6 UIKitCore 0x00007ff920b70a09 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2229
7 QuartzCore 0x00007ff8192534e8 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 614
8 QuartzCore 0x00007ff8193eca3d _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 747
9 QuartzCore 0x00007ff819234fa1 _ZN2CA11Transaction6commitEv + 725
10 AppKit 0x00007ff8144cc83d __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285
11 AppKit 0x00007ff814fa275d ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
12 CoreFoundation 0x00007ff810d63576 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
13 CoreFoundation 0x00007ff810d6349a __CFRunLoopDoObservers + 493
14 CoreFoundation 0x00007ff810d62a1c __CFRunLoopRun + 850
15 CoreFoundation 0x00007ff810d62102 CFRunLoopRunSpecific + 557
16 HIToolbox 0x00007ff81b63a9d9 RunCurrentEventLoopInMode + 292
17 HIToolbox 0x00007ff81b63a7e6 ReceiveNextEventCommon + 665
18 HIToolbox 0x00007ff81b63a531 _BlockUntilNextEventMatchingListInModeWithFilter + 66
19 AppKit 0x00007ff8143707b9 _DPSNextEvent + 880
20 AppKit 0x00007ff814c68f64 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1304
21 AppKit 0x00007ff814361d32 -[NSApplication run] + 603
22 AppKit 0x00007ff814335d41 NSApplicationMain + 816
23 AppKit 0x00007ff8145e9be9 _NSApplicationMainWithInfoDictionary + 16
24 UIKitMacHelper 0x00007ff82a75d27b UINSApplicationMain + 1329
25 UIKitCore 0x00007ff920ac3399 UIApplicationMain + 144
26 MyApp.Mvp 0x000000010e0b5b86 xamarin_UIApplicationMain + 22
27 ??? 0x000000010ecf9322 0x0 + 4543451938
28 MyApp.Mvp 0x000000010e385102 mono_jit_runtime_invoke + 2210
29 MyApp.Mvp 0x000000010e325318 mono_runtime_invoke_checked + 136
30 MyApp.Mvp 0x000000010e32b7fb mono_runtime_exec_main_checked + 107
31 MyApp.Mvp 0x000000010e3e2b92 mono_jit_exec + 354
32 MyApp.Mvp 0x000000010e0c0669 xamarin_main + 537
33 MyApp.Mvp 0x000000010e4a5c24 main + 52
34 dyld 0x00007ff8108fd386 start + 1942
Kernel Triage:
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread
0 AppKit 0x7ff8146ca219 -[NSApplication _crashOnException:] + 289
1 AppKit 0x7ff8144cca75 __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 853
2 AppKit 0x7ff814fa275d ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
3 CoreFoundation 0x7ff810d63576 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
4 CoreFoundation 0x7ff810d6349a __CFRunLoopDoObservers + 493
5 CoreFoundation 0x7ff810d62a1c __CFRunLoopRun + 850
6 CoreFoundation 0x7ff810d62102 CFRunLoopRunSpecific + 557
7 HIToolbox 0x7ff81b63a9d9 RunCurrentEventLoopInMode + 292
8 HIToolbox 0x7ff81b63a7e6 ReceiveNextEventCommon + 665
9 HIToolbox 0x7ff81b63a531 _BlockUntilNextEventMatchingListInModeWithFilter + 66
10 AppKit 0x7ff8143707b9 _DPSNextEvent + 880
11 AppKit 0x7ff814c68f64 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1304
12 AppKit 0x7ff814361d32 -[NSApplication run] + 603
13 AppKit 0x7ff814335d41 NSApplicationMain + 816
14 AppKit 0x7ff8145e9be9 _NSApplicationMainWithInfoDictionary + 16
15 UIKitMacHelper 0x7ff82a75d27b UINSApplicationMain + 1329
16 UIKitCore 0x7ff920ac3399 UIApplicationMain + 144
17 MyApp.Mvp 0x10e0b5b86 xamarin_UIApplicationMain + 22 (bindings.m:126)
18 ??? 0x10ecf9322 ???
19 MyApp.Mvp 0x10e385102 mono_jit_runtime_invoke + 2210 (mini-runtime.c:3681)
20 MyApp.Mvp 0x10e325318 do_runtime_invoke + 54 (object.c:2576) [inlined]
21 MyApp.Mvp 0x10e325318 mono_runtime_invoke_checked + 136 (object.c:2792)
22 MyApp.Mvp 0x10e32b7fb do_exec_main_checked + 60 [inlined]
23 MyApp.Mvp 0x10e32b7fb mono_runtime_exec_main_checked + 107 (object.c:4775)
24 MyApp.Mvp 0x10e3e2b92 mono_jit_exec_internal + 14 (driver.c:1369) [inlined]
25 MyApp.Mvp 0x10e3e2b92 mono_jit_exec + 354 (driver.c:1314)
26 MyApp.Mvp 0x10e0c0669 xamarin_main + 537 (monotouch-main.m:495)
27 MyApp.Mvp 0x10e4a5c24 main + 52 (main.x86_64.mm:67)
28 dyld 0x7ff8108fd386 start + 1942
Thread 1:: SGen worker
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8876b _pthread_cond_wait + 1211
2 MyApp.Mvp 0x10e2badc3 mono_os_cond_wait + 25 (mono-os-mutex.h:219) [inlined]
3 MyApp.Mvp 0x10e2badc3 get_work + 269 (sgen-thread-pool.c:164) [inlined]
4 MyApp.Mvp 0x10e2badc3 thread_func + 435 (sgen-thread-pool.c:195)
5 libsystem_pthread.dylib 0x7ff810c88202 _pthread_start + 99
6 libsystem_pthread.dylib 0x7ff810c83bab thread_start + 15
Thread 2:: Finalizer
0 libsystem_kernel.dylib 0x7ff810c489aa semaphore_wait_trap + 10
1 MyApp.Mvp 0x10e35c10b mono_os_sem_wait + 11 (mono-os-semaphore.h:85) [inlined]
2 MyApp.Mvp 0x10e35c10b mono_coop_sem_wait + 34 (mono-coop-semaphore.h:41) [inlined]
3 MyApp.Mvp 0x10e35c10b finalizer_thread + 299 (gc.c:891)
4 MyApp.Mvp 0x10e337afe start_wrapper_internal + 365 (threads.c:1202) [inlined]
5 MyApp.Mvp 0x10e337afe start_wrapper + 414 (threads.c:1271)
6 libsystem_pthread.dylib 0x7ff810c88202 _pthread_start + 99
7 libsystem_pthread.dylib 0x7ff810c83bab thread_start + 15
Thread 3:: com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x7ff810c48a2e mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff810c56e3a mach_msg2_internal + 84
2 libsystem_kernel.dylib 0x7ff810c4fb62 mach_msg_overwrite + 653
3 libsystem_kernel.dylib 0x7ff810c48d1f mach_msg + 19
4 CoreFoundation 0x7ff810d641b5 __CFRunLoopServiceMachPort + 143
5 CoreFoundation 0x7ff810d62c25 __CFRunLoopRun + 1371
6 CoreFoundation 0x7ff810d62102 CFRunLoopRunSpecific + 557
7 Foundation 0x7ff811cfc481 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216
8 Foundation 0x7ff811d79b65 -[NSRunLoop(NSRunLoop) runUntilDate:] + 103
9 UIKitCore 0x7ff920ac4833 -[UIEventFetcher threadMain] + 138
10 Foundation 0x7ff811cf578c NSThread__start + 1013
11 libsystem_pthread.dylib 0x7ff810c88202 _pthread_start + 99
12 libsystem_pthread.dylib 0x7ff810c83bab thread_start + 15
Thread 4:: tid_10207
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8879c _pthread_cond_wait + 1260
2 MyApp.Mvp 0x10e13c33e SystemNative_LowLevelMonitor_TimedWait + 78 (pal_threading.c:177)
3 ??? 0x125558927 ???
4 ??? 0x7fea68204140 ???
Thread 5:: .NET TP Worker
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8879c _pthread_cond_wait + 1260
2 MyApp.Mvp 0x10e269061 mono_os_cond_timedwait + 81 (mono-os-mutex.c:44)
3 MyApp.Mvp 0x10e26d49f mono_coop_cond_timedwait + 60 (mono-coop-mutex.h:103) [inlined]
4 MyApp.Mvp 0x10e26d49f mono_lifo_semaphore_timed_wait + 287 (lifo-semaphore.c:56)
5 ??? 0x12556bb7d ???
Thread 6:: .NET TP Gate
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8879c _pthread_cond_wait + 1260
2 MyApp.Mvp 0x10e13c33e SystemNative_LowLevelMonitor_TimedWait + 78 (pal_threading.c:177)
3 ??? 0x125558927 ???
4 ??? 0x7fea68208780 ???
Thread 7:: .NET Timer
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8879c _pthread_cond_wait + 1260
2 MyApp.Mvp 0x10e13c33e SystemNative_LowLevelMonitor_TimedWait + 78 (pal_threading.c:177)
3 ??? 0x125558927 ???
4 ??? 0x7fea69007df0 ???
Thread 8:: tid_14203
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8879c _pthread_cond_wait + 1260
2 MyApp.Mvp 0x10e13c33e SystemNative_LowLevelMonitor_TimedWait + 78 (pal_threading.c:177)
3 ??? 0x125558927 ???
4 ??? 0x7fea690b9300 ???
Thread 9:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x7ff810c48a2e mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff810c56e3a mach_msg2_internal + 84
2 libsystem_kernel.dylib 0x7ff810c4fb62 mach_msg_overwrite + 653
3 libsystem_kernel.dylib 0x7ff810c48d1f mach_msg + 19
4 CoreFoundation 0x7ff810d641b5 __CFRunLoopServiceMachPort + 143
5 CoreFoundation 0x7ff810d62c25 __CFRunLoopRun + 1371
6 CoreFoundation 0x7ff810d62102 CFRunLoopRunSpecific + 557
7 AppKit 0x7ff8144cdfac _NSEventThread + 122
8 libsystem_pthread.dylib 0x7ff810c88202 _pthread_start + 99
9 libsystem_pthread.dylib 0x7ff810c83bab thread_start + 15
Thread 10:
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 11:: .NET TP Worker
0 libsystem_kernel.dylib 0x7ff810c4b5ce __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff810c8879c _pthread_cond_wait + 1260
2 MyApp.Mvp 0x10e269061 mono_os_cond_timedwait + 81 (mono-os-mutex.c:44)
3 MyApp.Mvp 0x10e26d49f mono_coop_cond_timedwait + 60 (mono-coop-mutex.h:103) [inlined]
4 MyApp.Mvp 0x10e26d49f mono_lifo_semaphore_timed_wait + 287 (lifo-semaphore.c:56)
5 ??? 0x12556bb7d ???
Thread 12:
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 13:
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 14:: tid_8e07
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 15:
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 16:
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 17:
0 libsystem_pthread.dylib 0x7ff810c83b88 start_wqthread + 0
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fea62b90a00 rbx: 0x00007fea6a2e8f10 rcx: 0xfdfd331ce66700c0 rdx: 0x0000000000000d0e
rdi: 0x0000000000000000 rsi: 0x00007ff7b1e4cff0 rbp: 0x00007ff7b1e4d480 rsp: 0x00007ff7b1e4d450
r8: 0x0000000000000000 r9: 0x00007fea62b9170e r10: 0x00007fea62b90a00 r11: 0xfffffffff743a9ff
r12: 0x00007fea5e829708 r13: 0x00007fea6a813f20 r14: 0x00007ff830c07c88 r15: 0x00007ff8108bba00
rip: 0x00007ff8146ca219 rfl: 0x0000000000010202 cr2: 0x0000000000000000
Logical CPU: 0
Error Code: 0x00000000
Trap Number: 6
Thread 0 instruction stream:
dd 07 c6 00 48 8b 35 dc-26 33 3f 4c 8b 3d 95 1a ....H.5.&3?L.=..
0d 3f 48 89 df 41 ff d7-48 8d 3d f0 07 11 3f 48 .?H..A..H.=...?H
89 c6 31 c0 e8 2c 4d e4-ff 48 89 df 4c 89 f6 41 ..1..,M..H..L..A
ff d7 48 8b 35 d6 02 33-3f 48 8d 15 af f7 10 3f ..H.5..3?H.....?
48 89 c7 ff 15 5e 1a 0d-3f 48 8b 35 07 ae 30 3f H....^..?H.5..0?
48 89 c7 ff 15 4e 1a 0d-3f 48 89 05 77 4b f8 3d H....N..?H..wK.=
[0f]0b 48 89 c7 e8 23 0d-c6 00 31 ff 31 f6 31 c0 ..H...#...1.1.1. <==
e8 e0 4c e4 ff e8 43 0d-c6 00 0f 0b eb 00 48 89 ..L...C.......H.
c3 e8 2b 0d c6 00 48 89-df e8 0f 06 c6 00 e8 14 ..+...H.........
0e c6 00 90 90 90 55 48-89 e5 41 57 41 56 41 55 ......UH..AWAVAU
41 54 53 48 83 ec 68 4d-89 c6 f2 0f 11 4d 88 f2 ATSH..hM.....M..
0f 11 45 90 49 89 cd 48-89 d3 48 8b 35 26 1b 35 ..E.I..H..H.5&.5
Binary Images:
0x124d28000 - 0x124d2bfff com.apple.icloud.drive.fileprovider.override (1.0) /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride
0x124d85000 - 0x124da0fff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (14.2) /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
0x124cc3000 - 0x124ccafff com.apple.FileProviderOverride (1703.61.4) <7505780c-f632-3660-b74f-7b095e716d38> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
0x10e7c3000 - 0x10e7d2fff libobjc-trampolines.dylib () /usr/lib/libobjc-trampolines.dylib
0x10efd3000 - 0x10f0fafff com.microsoft.libHarfBuzzSharp (1.0) <9809f5ed-043d-37f0-906d-a7e0d587e16e> /Users/USER//MyApp.Mvp.app/Contents/Frameworks/libHarfBuzzSharp.framework/Versions/A/libHarfBuzzSharp
0x10fd78000 - 0x1103bffff com.microsoft.libSkiaSharp (1.0) /Users/USER//MyApp.Mvp.app/Contents/Frameworks/libSkiaSharp.framework/Versions/A/libSkiaSharp
0x10e0b0000 - 0x10e5b3fff com.auvik.tonic.mvp (1.0.0) <598c5b3b-7491-3f40-ba5a-0a0c34fc685c> /Users/USER//MyApp.Mvp.app/Contents/MacOS/MyApp.Mvp
0x7ff814332000 - 0x7ff81573effb com.apple.AppKit (6.9) <20292f0b-3eb2-3566-91e2-ea657457d71d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff810ce8000 - 0x7ff811182fec com.apple.CoreFoundation (6.9) <37924b83-2695-3956-b7ee-657a50e43c18> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff81b60a000 - 0x7ff81b8a5ff4 com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7ff82a759000 - 0x7ff82a865ff6 com.apple.UIKitMacHelper (1.0) /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper
0x7ff920abc000 - 0x7ff922711ff7 com.apple.UIKitCore (1.0) /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
0x0 - 0xffffffffffffffff ??? () <00000000-0000-0000-0000-000000000000> ???
0x7ff8108f7000 - 0x7ff8109933bf dyld () /usr/lib/dyld
0x7ff8108b5000 - 0x7ff8108f6ff8 libobjc.A.dylib () <7e3b4177-738a-305c-93aa-d9e395b96b9d> /usr/lib/libobjc.A.dylib
0x7ff810c47000 - 0x7ff810c81ff7 libsystem_kernel.dylib () <9927a0a9-dfa8-3ffa-88d8-62055f37a137> /usr/lib/system/libsystem_kernel.dylib
0x7ff810c82000 - 0x7ff810c8dfff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib
0x7ff811ca0000 - 0x7ff8128d7ff3 com.apple.Foundation (6.9) <3e371a1d-63d5-3286-a66a-b47b0f8a09a0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
Writable regions: Total=490.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=490.1M(100%)
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 1
CG image 60K 4
ColorSync 244K 31
CoreAnimation 6784K 100
CoreGraphics 16K 3
CoreUI image data 2068K 13
Dispatch continuations 128.0M 1
Foundation 40K 2
Kernel Alloc Once 8K 1
MALLOC 219.1M 136
MALLOC guard page 48K 12
SQLite page cache 256K 2
STACK GUARD 56.1M 18
Stack 25.4M 18
VM_ALLOCATE 110.2M 359
__CTF 824 1
__DATA 39.5M 775
__DATA_CONST 58.1M 559
__DATA_DIRTY 2371K 304
__FONT_DATA 2352 1
__INFO_FILTER 8 1
__LINKEDIT 183.2M 9
__OBJC_RO 71.1M 1
__OBJC_RW 2169K 2
__TEXT 828.0M 790
dyld private memory 260K 2
libnetwork 128K 8
mapped file 402.6M 161
shared memory 792K 19
=========== ======= =======
TOTAL 2.1G 3336
Full Report
{"app_name":"MyApp.Mvp","timestamp":"2024-05-29 14:00:03.00 +0600","app_version":"1.0.0","slice_uuid":"598c5b3b-7491-3f40-ba5a-0a0c34fc685c","build_version":"1","platform":6,"bundleID":"com.auvik.tonic.mvp","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.2 (23C64)","roots_installed":0,"name":"MyApp.Mvp","incident_id":"2ED6A77B-4FD9-479C-9C2D-DAB2A3F1B762"}
{
"uptime" : 9600,
"procRole" : "Foreground",
"version" : 2,
"userID" : 1844224152,
"deployVersion" : 210,
"modelCode" : "MacBookPro16,1",
"coalitionID" : 2158,
"osVersion" : {
"train" : "macOS 14.2",
"build" : "23C64",
"releaseType" : "User"
},
"captureTime" : "2024-05-29 14:00:01.0723 +0600",
"codeSigningMonitor" : 0,
"incident" : "2ED6A77B-4FD9-479C-9C2D-DAB2A3F1B762",
"pid" : 2715,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-05-29 13:43:03.8598 +0600",
"procStartAbsTime" : 8587960968452,
"procExitAbsTime" : 9605164382998,
"procName" : "MyApp.Mvp",
"procPath" : "/Users/USER//MyApp.Mvp.app/Contents/MacOS/MyApp.Mvp",
"bundleInfo" : {"CFBundleShortVersionString":"1.0.0","CFBundleVersion":"1","CFBundleIdentifier":"com.auvik.tonic.mvp"},
"storeInfo" : {"deviceIdentifierForVendor":"E0F0FAEA-80C1-5068-A8BC-D7C2AA49076F","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.auvik.tonic.mvp",
"crashReporterKey" : "1C346584-387E-055F-F011-A6482F74D5BE",
"codeSigningID" : "com.auvik.tonic.mvp",
"codeSigningTeamID" : "",
"codeSigningFlags" : 570425345,
"codeSigningValidationCategory" : 10,
"codeSigningTrustLevel" : 4294967295,
"wakeTime" : 9303,
"bridgeVersion" : {"build":"21P2057","train":"8.2"},
"sleepWakeUUID" : "2A98232D-AD8C-47E0-AFF3-C49D513745B4",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_INSTRUCTION","signal":"SIGILL"},
"termination" : {"flags":0,"code":4,"namespace":"SIGNAL","indicator":"Illegal instruction: 4","byProc":"exc handler","byPid":2715},
"ktriageinfo" : "VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\nVM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\n",
"asiBacktraces" : ["0 CoreFoundation 0x00007ff810dd6d86 __exceptionPreprocess + 242\n1 libobjc.A.dylib 0x00007ff8108c9321 objc_exception_throw + 48\n2 MyApp.Mvp 0x000000010e0b7ffe xamarin_process_managed_exception + 926\n3 MyApp.Mvp 0x000000010e0be85d xamarin_invoke_trampoline + 1597\n4 MyApp.Mvp 0x000000010e0c06f6 xamarin_arch_trampoline + 70\n5 MyApp.Mvp 0x000000010e0c11ce xamarin_x86_64_common_trampoline + 118\n6 UIKitCore 0x00007ff920b70a09 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2229\n7 QuartzCore 0x00007ff8192534e8 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 614\n8 QuartzCore 0x00007ff8193eca3d _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 747\n9 QuartzCore 0x00007ff819234fa1 _ZN2CA11Transaction6commitEv + 725\n10 AppKit 0x00007ff8144cc83d __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285\n11 AppKit 0x00007ff814fa275d ___NSRunLoopObserverCreateWithHandler_block_invoke + 41\n12 CoreFoundation 0x00007ff810d63576 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23\n13 CoreFoundation 0x00007ff810d6349a __CFRunLoopDoObservers + 493\n14 CoreFoundation 0x00007ff810d62a1c __CFRunLoopRun + 850\n15 CoreFoundation 0x00007ff810d62102 CFRunLoopRunSpecific + 557\n16 HIToolbox 0x00007ff81b63a9d9 RunCurrentEventLoopInMode + 292\n17 HIToolbox 0x00007ff81b63a7e6 ReceiveNextEventCommon + 665\n18 HIToolbox 0x00007ff81b63a531 _BlockUntilNextEventMatchingListInModeWithFilter + 66\n19 AppKit 0x00007ff8143707b9 _DPSNextEvent + 880\n20 AppKit 0x00007ff814c68f64 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1304\n21 AppKit 0x00007ff814361d32 -[NSApplication run] + 603\n22 AppKit 0x00007ff814335d41 NSApplicationMain + 816\n23 AppKit 0x00007ff8145e9be9 _NSApplicationMainWithInfoDictionary + 16\n24 UIKitMacHelper 0x00007ff82a75d27b UINSApplicationMain + 1329\n25 UIKitCore 0x00007ff920ac3399 UIApplicationMain + 144\n26 MyApp.Mvp 0x000000010e0b5b86 xamarin_UIApplicationMain + 22\n27 ??? 0x000000010ecf9322 0x0 + 4543451938\n28 MyApp.Mvp 0x000000010e385102 mono_jit_runtime_invoke + 2210\n29 MyApp.Mvp 0x000000010e325318 mono_runtime_invoke_checked + 136\n30 MyApp.Mvp 0x000000010e32b7fb mono_runtime_exec_main_checked + 107\n31 MyApp.Mvp 0x000000010e3e2b92 mono_jit_exec + 354\n32 MyApp.Mvp 0x000000010e0c0669 xamarin_main + 537\n33 MyApp.Mvp 0x000000010e4a5c24 main + 52\n34 dyld 0x00007ff8108fd386 start + 1942"],
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{"bytes":[221,7,198,0,72,139,53,220,38,51,63,76,139,61,149,26,13,63,72,137,223,65,255,215,72,141,61,240,7,17,63,72,137,198,49,192,232,44,77,228,255,72,137,223,76,137,246,65,255,215,72,139,53,214,2,51,63,72,141,21,175,247,16,63,72,137,199,255,21,94,26,13,63,72,139,53,7,174,48,63,72,137,199,255,21,78,26,13,63,72,137,5,119,75,248,61,15,11,72,137,199,232,35,13,198,0,49,255,49,246,49,192,232,224,76,228,255,232,67,13,198,0,15,11,235,0,72,137,195,232,43,13,198,0,72,137,223,232,15,6,198,0,232,20,14,198,0,144,144,144,85,72,137,229,65,87,65,86,65,85,65,84,83,72,131,236,104,77,137,198,242,15,17,77,136,242,15,17,69,144,73,137,205,72,137,211,72,139,53,38,27,53],"offset":96}},"frames":[{"imageOffset":3768857,"symbol":"-[NSApplication _crashOnException:]","symbolLocation":289,"imageIndex":7},{"imageOffset":1682037,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":853,"imageIndex":7},{"imageOffset":13043549,"symbol":"___NSRunLoopObserverCreateWithHandler_block_invoke","symbolLocation":41,"imageIndex":7},{"imageOffset":505206,"symbol":"CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION","symbolLocation":23,"imageIndex":8},{"imageOffset":504986,"symbol":"__CFRunLoopDoObservers","symbolLocation":493,"imageIndex":8},{"imageOffset":502300,"symbol":"__CFRunLoopRun","symbolLocation":850,"imageIndex":8},{"imageOffset":499970,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":8},{"imageOffset":199129,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":9},{"imageOffset":198630,"symbol":"ReceiveNextEventCommon","symbolLocation":665,"imageIndex":9},{"imageOffset":197937,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":66,"imageIndex":9},{"imageOffset":255929,"symbol":"_DPSNextEvent","symbolLocation":880,"imageIndex":7},{"imageOffset":9662308,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1304,"imageIndex":7},{"imageOffset":195890,"symbol":"-[NSApplication run]","symbolLocation":603,"imageIndex":7},{"imageOffset":15681,"symbol":"NSApplicationMain","symbolLocation":816,"imageIndex":7},{"imageOffset":2849769,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":16,"imageIndex":7},{"imageOffset":17019,"symbol":"UINSApplicationMain","symbolLocation":1329,"imageIndex":10},{"imageOffset":29593,"symbol":"UIApplicationMain","symbolLocation":144,"imageIndex":11},{"imageOffset":23430,"sourceLine":126,"sourceFile":"bindings.m","symbol":"xamarin_UIApplicationMain","imageIndex":6,"symbolLocation":22},{"imageOffset":4543451938,"imageIndex":12},{"imageOffset":2969858,"sourceLine":3681,"sourceFile":"mini-runtime.c","symbol":"mono_jit_runtime_invoke","imageIndex":6,"symbolLocation":2210},{"symbol":"do_runtime_invoke","inline":true,"imageIndex":6,"imageOffset":2577176,"symbolLocation":54,"sourceLine":2576,"sourceFile":"object.c"},{"imageOffset":2577176,"sourceLine":2792,"sourceFile":"object.c","symbol":"mono_runtime_invoke_checked","imageIndex":6,"symbolLocation":136},{"imageOffset":2603003,"sourceFile":"object.c","symbol":"do_exec_main_checked","imageIndex":6,"symbolLocation":60,"inline":true},{"imageOffset":2603003,"sourceLine":4775,"sourceFile":"object.c","symbol":"mono_runtime_exec_main_checked","imageIndex":6,"symbolLocation":107},{"symbol":"mono_jit_exec_internal","inline":true,"imageIndex":6,"imageOffset":3353490,"symbolLocation":14,"sourceLine":1369,"sourceFile":"driver.c"},{"imageOffset":3353490,"sourceLine":1314,"sourceFile":"driver.c","symbol":"mono_jit_exec","imageIndex":6,"symbolLocation":354},{"imageOffset":67177,"sourceLine":495,"sourceFile":"monotouch-main.m","symbol":"xamarin_main","imageIndex":6,"symbolLocation":537},{"imageOffset":4152356,"sourceLine":67,"sourceFile":"main.x86_64.mm","symbol":"main","imageIndex":6,"symbolLocation":52},{"imageOffset":25478,"symbol":"start","symbolLocation":1942,"imageIndex":13}],"id":79877,"triggered":true,"threadState":{"r13":{"value":140644785930016},"rax":{"value":140644655368704},"rflags":{"value":66050},"cpu":{"value":0},"r14":{"value":140703946538120,"objc-selector":"callStackSymbols"},"rsi":{"value":140701818212336},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":3342},"r10":{"value":140644655368704},"r9":{"value":140644655372046},"r15":{"value":140703406209536,"symbolLocation":0,"symbol":"objc_msgSend"},"rbx":{"value":140644780510992},"trap":{"value":6},"err":{"value":0},"r11":{"value":18446744073562991103},"rip":{"value":140703471280665,"matchesCrashFrame":1},"rbp":{"value":140701818213504},"rsp":{"value":140701818213456},"r12":{"value":140644584691464},"rcx":{"value":18301840659921174720},"flavor":"x86_THREAD_STATE","rdi":{"value":0}},"name":"tid_103"},{"id":79968,"name":"SGen worker","threadState":{"r13":{"value":4402341479680},"rax":{"value":260},"rflags":{"value":583},"cpu":{"value":0},"r14":{"value":123145572089856},"rsi":{"value":4402341479680},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":1024},"r10":{"value":0},"r9":{"value":161},"r15":{"value":1024},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":582},"rip":{"value":140703409944014},"rbp":{"value":123145572089680},"rsp":{"value":123145572089528},"r12":{"value":0},"rcx":{"value":123145572089528},"flavor":"x86_THREAD_STATE","rdi":{"value":4536036200,"symbolLocation":0,"symbol":"work_cond"}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26475,"symbol":"_pthread_cond_wait","symbolLocation":1211,"imageIndex":16},{"symbol":"mono_os_cond_wait","inline":true,"imageIndex":6,"imageOffset":2141635,"symbolLocation":25,"sourceLine":219,"sourceFile":"mono-os-mutex.h"},{"symbol":"get_work","inline":true,"imageIndex":6,"imageOffset":2141635,"symbolLocation":269,"sourceLine":164,"sourceFile":"sgen-thread-pool.c"},{"imageOffset":2141635,"sourceLine":195,"sourceFile":"sgen-thread-pool.c","symbol":"thread_func","imageIndex":6,"symbolLocation":435},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":16},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":16}]},{"id":79969,"name":"Finalizer","threadState":{"r13":{"value":4536043176,"symbolLocation":0,"symbol":"reference_queue_mutex"},"rax":{"value":14},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":6},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":512},"r10":{"value":2},"r9":{"value":4534857236},"r15":{"value":4536084296,"symbolLocation":0,"symbol":"mono_profiler_state"},"rbx":{"value":140644585229824},"trap":{"value":133},"err":{"value":16777252},"r11":{"value":663},"rip":{"value":140703409932714},"rbp":{"value":123145574199056},"rsp":{"value":123145574198984},"r12":{"value":1},"rcx":{"value":123145574198984},"flavor":"x86_THREAD_STATE","rdi":{"value":15111}},"frames":[{"imageOffset":6570,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":15},{"symbol":"mono_os_sem_wait","inline":true,"imageIndex":6,"imageOffset":2801931,"symbolLocation":11,"sourceLine":85,"sourceFile":"mono-os-semaphore.h"},{"symbol":"mono_coop_sem_wait","inline":true,"imageIndex":6,"imageOffset":2801931,"symbolLocation":34,"sourceLine":41,"sourceFile":"mono-coop-semaphore.h"},{"imageOffset":2801931,"sourceLine":891,"sourceFile":"gc.c","symbol":"finalizer_thread","imageIndex":6,"symbolLocation":299},{"symbol":"start_wrapper_internal","inline":true,"imageIndex":6,"imageOffset":2652926,"symbolLocation":365,"sourceLine":1202,"sourceFile":"threads.c"},{"imageOffset":2652926,"sourceLine":1271,"sourceFile":"threads.c","symbol":"start_wrapper","imageIndex":6,"symbolLocation":414},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":16},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":16}]},{"id":80050,"name":"com.apple.uikit.eventfetch-thread","threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":103366977912832},"r9":{"value":103366977912832},"r15":{"value":103366977912832},"rbx":{"value":123145576340832},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703409932846},"rbp":{"value":123145576340672},"rsp":{"value":123145576340568},"r12":{"value":4294967295},"rcx":{"value":123145576340568},"flavor":"x86_THREAD_STATE","rdi":{"value":123145576340832}},"frames":[{"imageOffset":6702,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":15},{"imageOffset":65082,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":15},{"imageOffset":35682,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":15},{"imageOffset":7455,"symbol":"mach_msg","symbolLocation":19,"imageIndex":15},{"imageOffset":508341,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":8},{"imageOffset":502821,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":8},{"imageOffset":499970,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":8},{"imageOffset":377985,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":17},{"imageOffset":891749,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":103,"imageIndex":17},{"imageOffset":34867,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":138,"imageIndex":11},{"imageOffset":350092,"symbol":"NSThread__start","symbolLocation":1013,"imageIndex":17},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":16},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":16}]},{"id":80068,"name":"tid_10207","threadState":{"r13":{"value":1112710062535936},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":259328},"rsi":{"value":1112710062535936},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703409944014},"rbp":{"value":123145578453440},"rsp":{"value":123145578453288},"r12":{"value":0},"rcx":{"value":123145578453288},"flavor":"x86_THREAD_STATE","rdi":{"value":140644746031856}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":16},{"imageOffset":574270,"sourceLine":177,"sourceFile":"pal_threading.c","symbol":"SystemNative_LowLevelMonitor_TimedWait","imageIndex":6,"symbolLocation":78},{"imageOffset":4921329959,"imageIndex":12},{"imageOffset":140644746019136,"imageIndex":12}]},{"id":80069,"name":".NET TP Worker","threadState":{"r13":{"value":4294967552},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":256},"rsi":{"value":4294967552},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":161},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703409944014},"rbp":{"value":123145580562960},"rsp":{"value":123145580562808},"r12":{"value":0},"rcx":{"value":123145580562808},"flavor":"x86_THREAD_STATE","rdi":{"value":123145580563104}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":16},{"imageOffset":1806433,"sourceLine":44,"sourceFile":"mono-os-mutex.c","symbol":"mono_os_cond_timedwait","imageIndex":6,"symbolLocation":81},{"symbol":"mono_coop_cond_timedwait","inline":true,"imageIndex":6,"imageOffset":1823903,"symbolLocation":60,"sourceLine":103,"sourceFile":"mono-coop-mutex.h"},{"imageOffset":1823903,"sourceLine":56,"sourceFile":"lifo-semaphore.c","symbol":"mono_lifo_semaphore_timed_wait","imageIndex":6,"symbolLocation":287},{"imageOffset":4921408381,"imageIndex":12}]},{"id":80070,"name":".NET TP Gate","threadState":{"r13":{"value":2223216806848256},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":517888},"rsi":{"value":2223216806848256},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703409944014},"rbp":{"value":123145580837168},"rsp":{"value":123145580837016},"r12":{"value":500000000},"rcx":{"value":123145580837016},"flavor":"x86_THREAD_STATE","rdi":{"value":140644596124080}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":16},{"imageOffset":574270,"sourceLine":177,"sourceFile":"pal_threading.c","symbol":"SystemNative_LowLevelMonitor_TimedWait","imageIndex":6,"symbolLocation":78},{"imageOffset":4921329959,"imageIndex":12},{"imageOffset":140644746037120,"imageIndex":12}]},{"id":80079,"name":".NET Timer","threadState":{"r13":{"value":4465121016405504},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":1039872},"rsi":{"value":4465121016405504},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":1039616},"r10":{"value":0},"r9":{"value":160},"r15":{"value":1039616},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703409944014},"rbp":{"value":123145585056048},"rsp":{"value":123145585055896},"r12":{"value":370000000},"rcx":{"value":123145585055896},"flavor":"x86_THREAD_STATE","rdi":{"value":140644747183456}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":16},{"imageOffset":574270,"sourceLine":177,"sourceFile":"pal_threading.c","symbol":"SystemNative_LowLevelMonitor_TimedWait","imageIndex":6,"symbolLocation":78},{"imageOffset":4921329959,"imageIndex":12},{"imageOffset":140644760714736,"imageIndex":12}]},{"id":80080,"name":"tid_14203","threadState":{"r13":{"value":370539713614336},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":86528},"rsi":{"value":370539713614336},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":160},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703409944014},"rbp":{"value":123145587165984},"rsp":{"value":123145587165832},"r12":{"value":0},"rcx":{"value":123145587165832},"flavor":"x86_THREAD_STATE","rdi":{"value":140644596050288}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":16},{"imageOffset":574270,"sourceLine":177,"sourceFile":"pal_threading.c","symbol":"SystemNative_LowLevelMonitor_TimedWait","imageIndex":6,"symbolLocation":78},{"imageOffset":4921329959,"imageIndex":12},{"imageOffset":140644761441024,"imageIndex":12}]},{"id":80111,"name":"com.apple.NSEventThread","threadState":{"r13":{"value":21592279046},"rax":{"value":268451845},"rflags":{"value":518},"cpu":{"value":0},"r14":{"value":2},"rsi":{"value":21592279046},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":8589934592},"r10":{"value":215568703553536},"r9":{"value":215568703553536},"r15":{"value":215568703553536},"rbx":{"value":123145587699808},"trap":{"value":133},"err":{"value":16777263},"r11":{"value":518},"rip":{"value":140703409932846},"rbp":{"value":123145587699648},"rsp":{"value":123145587699544},"r12":{"value":4294967295},"rcx":{"value":123145587699544},"flavor":"x86_THREAD_STATE","rdi":{"value":123145587699808}},"frames":[{"imageOffset":6702,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":15},{"imageOffset":65082,"symbol":"mach_msg2_internal","symbolLocation":84,"imageIndex":15},{"imageOffset":35682,"symbol":"mach_msg_overwrite","symbolLocation":653,"imageIndex":15},{"imageOffset":7455,"symbol":"mach_msg","symbolLocation":19,"imageIndex":15},{"imageOffset":508341,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":143,"imageIndex":8},{"imageOffset":502821,"symbol":"__CFRunLoopRun","symbolLocation":1371,"imageIndex":8},{"imageOffset":499970,"symbol":"CFRunLoopRunSpecific","symbolLocation":557,"imageIndex":8},{"imageOffset":1687468,"symbol":"_NSEventThread","symbolLocation":122,"imageIndex":7},{"imageOffset":25090,"symbol":"_pthread_start","symbolLocation":99,"imageIndex":16},{"imageOffset":7083,"symbol":"thread_start","symbolLocation":15,"imageIndex":16}]},{"id":81164,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":39699},"r8":{"value":409603},"cr2":{"value":0},"rdx":{"value":123145570492416},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145571015544},"rbx":{"value":123145571016704},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145571016704},"r12":{"value":5128195},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145571016704}}},{"id":85267,"name":".NET TP Worker","threadState":{"r13":{"value":4294967552},"rax":{"value":260},"rflags":{"value":663},"cpu":{"value":0},"r14":{"value":256},"rsi":{"value":4294967552},"r8":{"value":0},"cr2":{"value":0},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":161},"r15":{"value":0},"rbx":{"value":22},"trap":{"value":133},"err":{"value":33554737},"r11":{"value":663},"rip":{"value":140703409944014},"rbp":{"value":123145589811728},"rsp":{"value":123145589811576},"r12":{"value":0},"rcx":{"value":123145589811576},"flavor":"x86_THREAD_STATE","rdi":{"value":123145589811872}},"frames":[{"imageOffset":17870,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":15},{"imageOffset":26524,"symbol":"_pthread_cond_wait","symbolLocation":1260,"imageIndex":16},{"imageOffset":1806433,"sourceLine":44,"sourceFile":"mono-os-mutex.c","symbol":"mono_os_cond_timedwait","imageIndex":6,"symbolLocation":81},{"symbol":"mono_coop_cond_timedwait","inline":true,"imageIndex":6,"imageOffset":1823903,"symbolLocation":60,"sourceLine":103,"sourceFile":"mono-coop-mutex.h"},{"imageOffset":1823903,"sourceLine":56,"sourceFile":"lifo-semaphore.c","symbol":"mono_lifo_semaphore_timed_wait","imageIndex":6,"symbolLocation":287},{"imageOffset":4921408381,"imageIndex":12}]},{"id":86088,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":124183},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145575284736},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145575809024},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145575809024},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145575809024}}},{"id":86089,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":40975},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145580851200},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145581374336},"rbx":{"value":123145581375488},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145581375488},"r12":{"value":1982472},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145581375488}}},{"id":86090,"name":"tid_8e07","threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":36359},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145581387776},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145581910904},"rbx":{"value":123145581912064},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145581912064},"r12":{"value":5193734},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145581912064}},"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}]},{"id":86091,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":70663},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145581924352},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":123145582447480},"rbx":{"value":123145582448640},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145582448640},"r12":{"value":5128196},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145582448640}}},{"id":86092,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"r13":{"value":0},"rax":{"value":33554800},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":40711},"r8":{"value":409604},"cr2":{"value":0},"rdx":{"value":123145589825536},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":123145590349824},"trap":{"value":133},"err":{"value":33554800},"r11":{"value":582},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145590349824},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145590349824}}},{"id":86093,"frames":[{"imageOffset":7048,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"r13":{"value":0},"rax":{"value":0},"rflags":{"value":512},"cpu":{"value":0},"r14":{"value":0},"rsi":{"value":0},"r8":{"value":278532},"cr2":{"value":0},"rdx":{"value":123145590362112},"r10":{"value":0},"r9":{"value":18446744073709551615},"r15":{"value":0},"rbx":{"value":0},"trap":{"value":0},"err":{"value":0},"r11":{"value":0},"rip":{"value":140703410174856},"rbp":{"value":0},"rsp":{"value":123145590886400},"r12":{"value":0},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":123145590886400}}}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 4912742400,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.icloud.drive.fileprovider.override",
"size" : 16384,
"uuid" : "d8889fe2-0bff-355c-aef5-8029f21da9cd",
"path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride",
"name" : "iCloudDriveFileProviderOverride",
"CFBundleVersion" : "2461.61.2"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4913123328,
"CFBundleShortVersionString" : "14.2",
"CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
"size" : 114688,
"uuid" : "a63c0dca-a9d9-3e8c-9efe-2c4585325f91",
"path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride",
"name" : "FinderSyncCollaborationFileProviderOverride",
"CFBundleVersion" : "1630.2.4"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4912328704,
"CFBundleShortVersionString" : "1703.61.4",
"CFBundleIdentifier" : "com.apple.FileProviderOverride",
"size" : 32768,
"uuid" : "7505780c-f632-3660-b74f-7b095e716d38",
"path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride",
"name" : "FileProviderOverride",
"CFBundleVersion" : "1703.61.4"
},
{
"source" : "P",
"arch" : "x86_64h",
"base" : 4537987072,
"size" : 65536,
"uuid" : "d413ddb6-5356-3966-be97-ab6fe09421a2",
"path" : "/usr/lib/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4546441216,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.microsoft.libHarfBuzzSharp",
"size" : 1212416,
"uuid" : "9809f5ed-043d-37f0-906d-a7e0d587e16e",
"path" : "/Users/USER//MyApp.Mvp.app/Contents/Frameworks/libHarfBuzzSharp.framework/Versions/A/libHarfBuzzSharp",
"name" : "libHarfBuzzSharp",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4560748544,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.microsoft.libSkiaSharp",
"size" : 6586368,
"uuid" : "ef22df3c-81fc-31dc-9a0f-f694d52fae70",
"path" : "/Users/USER//MyApp.Mvp.app/Contents/Frameworks/libSkiaSharp.framework/Versions/A/libSkiaSharp",
"name" : "libSkiaSharp",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4530569216,
"CFBundleShortVersionString" : "1.0.0",
"CFBundleIdentifier" : "com.auvik.tonic.mvp",
"size" : 5259264,
"uuid" : "598c5b3b-7491-3f40-ba5a-0a0c34fc685c",
"path" : "/Users/USER//MyApp.Mvp.app/Contents/MacOS/MyApp.Mvp",
"name" : "MyApp.Mvp",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703467511808,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 21024764,
"uuid" : "20292f0b-3eb2-3566-91e2-ea657457d71d",
"path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2487.30.108"
},
{
"source" : "P",
"arch" : "x86_64h",
"base" : 140703410585600,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4829165,
"uuid" : "37924b83-2695-3956-b7ee-657a50e43c18",
"path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "2202"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703587934208,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 2736117,
"uuid" : "af14d05e-43ef-3d63-9f68-28f00e09ee57",
"path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703840964608,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.UIKitMacHelper",
"size" : 1101815,
"uuid" : "d6b9b357-70bc-3317-a860-05fc5de596de",
"path" : "/System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper",
"name" : "UIKitMacHelper",
"CFBundleVersion" : "7209.1.401"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140707971710976,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.UIKitCore",
"size" : 29712376,
"uuid" : "d7d7642e-6544-3c30-9dc2-adfdb4ff9d41",
"path" : "/System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore",
"name" : "UIKitCore",
"CFBundleVersion" : "7209.1.401"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703406452736,
"size" : 639936,
"uuid" : "ab17bf63-259b-3b48-8d70-863166a2191c",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "x86_64h",
"base" : 140703406182400,
"size" : 270329,
"uuid" : "7e3b4177-738a-305c-93aa-d9e395b96b9d",
"path" : "/usr/lib/libobjc.A.dylib",
"name" : "libobjc.A.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703409926144,
"size" : 241656,
"uuid" : "9927a0a9-dfa8-3ffa-88d8-62055f37a137",
"path" : "/usr/lib/system/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703410167808,
"size" : 49152,
"uuid" : "a9ba8a53-d774-3fe9-8bde-64187bff7ea9",
"path" : "/usr/lib/system/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703427067904,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 12812276,
"uuid" : "3e371a1d-63d5-3286-a66a-b47b0f8a09a0",
"path" : "/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "2202"
}
],
"sharedCache" : {
"base" : 140703405756416,
"size" : 25769803776,
"uuid" : "364e88ae-7eea-3140-9eaf-1e998ac2aabc"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=490.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=490.1M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG image 60K 4 \nColorSync 244K 31 \nCoreAnimation 6784K 100 \nCoreGraphics 16K 3 \nCoreUI image data 2068K 13 \nDispatch continuations 128.0M 1 \nFoundation 40K 2 \nKernel Alloc Once 8K 1 \nMALLOC 219.1M 136 \nMALLOC guard page 48K 12 \nSQLite page cache 256K 2 \nSTACK GUARD 56.1M 18 \nStack 25.4M 18 \nVM_ALLOCATE 110.2M 359 \n__CTF 824 1 \n__DATA 39.5M 775 \n__DATA_CONST 58.1M 559 \n__DATA_DIRTY 2371K 304 \n__FONT_DATA 2352 1 \n__INFO_FILTER 8 1 \n__LINKEDIT 183.2M 9 \n__OBJC_RO 71.1M 1 \n__OBJC_RW 2169K 2 \n__TEXT 828.0M 790 \ndyld private memory 260K 2 \nlibnetwork 128K 8 \nmapped file 402.6M 161 \nshared memory 792K 19 \n=========== ======= ======= \nTOTAL 2.1G 3336 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "tid_103",
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "58d496a81fc4420e927cfbc0da8da8deaf3450a1",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "62745b8e85854550ad70b6e4",
"factorPackIds" : {
],
"experiments" : [
]
}
}
Model: MacBookPro16,1, BootROM 2020.61.1.0.0 (iBridge: 21.16.2057.0.0,0), 8 processors, 8-Core Intel Core i9, 2.3 GHz, 16 GB, SMC
Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In
Graphics: AMD Radeon Pro 5500M, AMD Radeon Pro 5500M, PCIe, 4 GB
Display: Color LCD, 3072 x 1920 Retina, Main, MirrorOff, Online
Display: VA229, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2667 MHz, Micron, 8ATF1G64HZ-2G6E1
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2667 MHz, Micron, 8ATF1G64HZ-2G6E1
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 10 2023 12:53:18 version 9.30.503.0.32.5.92 FWID 01-c06f991b
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB3.0 Hub
USB Device: USB 10/100/1000 LAN
USB Device: 4-Port USB 3.0 Hub
USB Device: USB3.0 Card Reader
USB Device: USB31Bus
USB Device: USB2.0 Hub
USB Device: 4-Port USB 2.0 Hub
USB Device: USB Mouse
USB Device: T2Bus
USB Device: composite_device
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
Exception Trace
System.PlatformNotSupportedException:PlatformNotSupported_ReflectionEmit
at System.Reflection.Emit.AssemblyBuilder.EnsureDynamicCodeSupported()
at System.Reflection.Emit.DynamicMethod.Init(String,MethodAttributes,CallingConventions,Type,Type[],Type,Module,Boolean,Boolean)
at System.Reflection.Emit.DynamicMethod..ctor(String,Type,Type[],Type,Boolean)
at DryIoc.FastExpressionCompiler.LightExpression.ExpressionCompiler.TryCompileBoundToFirstClosureParam(Type delegateType,Expression bodyExpr,IParameterProvider paramExprs,Type[] closurePlusParamTypes,Type returnType,CompilerFlags flags)
at DryIoc.FactoryDelegateCompiler.CompileToFactoryDelegate(Expression expression,Boolean preferInterpretation)
at DryIoc.Container.System.IServiceProvider.GetService(Type serviceType)
at Microsoft.Maui.MauiContext.WrappedServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider,Type)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredServiceIAnimationManager
at Microsoft.Maui.MauiContextExtensions.GetAnimationManager(IMauiContext mauiContext)
at Microsoft.Maui.Controls.ViewExtensions.GetAnimationManager(IAnimatable animatable)
at Microsoft.Maui.Controls.AnimationExtensions.Animate[Double](IAnimatableself,String name,Func
2 transform, Action
1 callback,UInt32 rate,UInt32 length,Easing easing,Action2 finished, Func
1 repeat,IAnimationManager animationManager)at Microsoft.Maui.Controls.AnimationExtensions.Animate(IAnimatableself,String name,Action
1 callback, UInt32 rate, UInt32 length, Easing easing, Action
2 finished,Func1 repeat) at Microsoft.Maui.Controls.AnimationExtensions.Animate(IAnimatable self, String name, Animation animation, UInt32 rate, UInt32 length, Easing easing, Action
2 finished,Func`1 repeat)at Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.DrawerRightIn()
at Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.ToggleDrawer()
at Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.UpdateIsOpen()
at Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.OnSizeAllocated(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.SizeAllocated(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.UpdateBoundsComponents(Rect bounds)
at Microsoft.Maui.Controls.VisualElement.set_Frame(Rect value)
at Microsoft.Maui.Controls.VisualElement.ArrangeOverride(Rect bounds)
at Syncfusion.Maui.Core.SfView.ArrangeOverride(Rect bounds)
at Microsoft.Maui.Controls.VisualElement.Microsoft.Maui.IView.Arrange(Rect bounds)
at Microsoft.Maui.Layouts.GridLayoutManager.ArrangeChildren(Rect bounds)
at Microsoft.Maui.Controls.Layout.CrossPlatformArrange(Rect bounds)
at Microsoft.Maui.Platform.MauiView.CrossPlatformArrange(Rect bounds)
at Microsoft.Maui.Platform.MauiView.LayoutSubviews()
--- End of stack trace from previous location ---
at UIKit.UIApplication.UIApplicationMain(Int32 , String[] , IntPtr , IntPtr )
at UIKit.UIApplication.Main(String[] , Type , Type )
at MainApp.Mvp.Program.Main(String[] args)
Beta Was this translation helpful? Give feedback.
All reactions