dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.28k stars 1.76k forks source link

[MacCatalyst] [Scenario Day] CollectionView EmptyView string not working #7262

Open jsuarezruiz opened 2 years ago

jsuarezruiz commented 2 years ago

Description

CollectionView EmptyView string not working:

Captura de Pantalla 2022-05-17 a las 17 22 10

However, using a View is working:

Captura de Pantalla 2022-05-17 a las 17 22 24

Steps to Reproduce

  1. Download https://github.com/davidbritch/dotnet-maui-samples/tree/main/UserInterface/Views/CollectionViewDemos
  2. Launch the App on macOS and navigate to the "EmptyView (string)" sample.

Version with bug

Release Candidate 3 (current)

Last version that worked well

Release Candidate 3 (current)

Affected platforms

macOS

Affected platform versions

macOS 12.3.1

Did you find any workaround?

No response

Relevant log output

No response

VincentBu commented 2 years ago

I'm using vs main build and SearchBarHandler doesn't work on Mac(12.3.1). Additionally, after inputting filter string, pressing Enter key multi times can kill the app. Here is the error message:

Click to expand! {\rtf1\ansi\ansicpg1252\cocoartf2638 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 \f0\fs24 \cf0 -------------------------------------\ Translated Report (Full Report Below)\ -------------------------------------\ \ Process: CollectionViewDemos [2700]\ Path: /Users/USER/*/CollectionViewDemos.app/Contents/MacOS/CollectionViewDemos\ Identifier: com.companyname.collectionviewdemos\ Version: 1 (1)\ Code Type: X86-64 (Native)\ Parent Process: launchd [1]\ User ID: 501\ \ Date/Time: 2022-05-19 14:40:41.4116 +0800\ OS Version: macOS 12.3.1 (21E258)\ Report Version: 12\ Bridge OS Version: 6.4 (19P4243)\ Anonymous UUID: 8821ACCB-4F4B-1B33-469E-C77099A3522A\ \ Sleep/Wake UUID: A08BBFB2-6E3C-4FBA-8F0F-1B41128CE8E6\ \ Time Awake Since Boot: 850000 seconds\ Time Since Wake: 105118 seconds\ \ System Integrity Protection: enabled\ \ Crashed Thread: 0 tid_103 Dispatch queue: com.apple.main-thread\ \ Exception Type: EXC_CRASH (SIGABRT)\ Exception Codes: 0x0000000000000000, 0x0000000000000000\ Exception Note: EXC_CORPSE_NOTIFY\ \ Application Specific Information:\ *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 1 beyond bounds [0 .. 0]'\ abort() called\ terminating with uncaught exception of type NSException\ \ \ Application Specific Backtrace 0:\ 0 CoreFoundation 0x00007ff8093c21e3 __exceptionPreprocess + 242\ 1 libobjc.A.dylib 0x00007ff809122c13 objc_exception_throw + 48\ 2 CoreFoundation 0x00007ff80947d63c _CFThrowFormattedException + 202\ 3 CoreFoundation 0x00007ff8093343a5 -[__NSArrayM objectAtIndexedSubscript:] + 169\ 4 UIKitCore 0x00007ff917323389 -[_UIFlowLayoutSection computeLayoutInRect:forSection:invalidating:invalidationContext:] + 3926\ 5 UIKitCore 0x00007ff91730ce2f __76-[UICollectionViewFlowLayout _updateItemsLayoutForRect:allowsPartialUpdate:]_block_invoke + 389\ 6 CoreFoundation 0x00007ff80933aba7 __NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__ + 7\ 7 CoreFoundation 0x00007ff80933aa2f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 224\ 8 UIKitCore 0x00007ff91730caf2 -[UICollectionViewFlowLayout _updateItemsLayoutForRect:allowsPartialUpdate:] + 465\ 9 UIKitCore 0x00007ff91730d0a1 -[UICollectionViewFlowLayout _fetchItemsInfoForRect:] + 266\ 10 UIKitCore 0x00007ff91730899b -[UICollectionViewFlowLayout _layoutAttributesForItemsInRect:] + 530\ 11 UIKitCore 0x00007ff91730a1f3 -[UICollectionViewFlowLayout layoutAttributesForElementsInRect:] + 107\ 12 UIKitCore 0x00007ff916eb9b38 __45-[UICollectionViewData validateLayoutInRect:]_block_invoke + 137\ 13 UIKitCore 0x00007ff916eb89a7 -[UICollectionViewData validateLayoutInRect:] + 1020\ 14 UIKitCore 0x00007ff916ebda99 -[UICollectionViewData _layoutAttributesForElementsInRect:] + 290\ 15 UIKitCore 0x00007ff916ebd95f -[UICollectionViewData layoutAttributesForElementsInRect:] + 104\ 16 UIKitCore 0x00007ff9172eed48 -[UICollectionView _focusPromiseRegionsInRect:inCoordinateSpace:inSection:] + 152\ 17 UIKitCore 0x00007ff9172eec4e -[UICollectionView _childFocusRegionsInRect:inCoordinateSpace:] + 158\ 18 UIKitCore 0x00007ff917ecd6f6 -[UIView _searchForFocusRegionsInContext:] + 1138\ 19 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\ 20 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\ 21 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\ 22 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\ 23 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\ 24 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\ 25 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\ 26 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\ 27 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\ 28 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\ 29 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\ 30 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\ 31 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\ 32 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\ 33 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\ 34 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\ 35 UIKitCore 0x00007ff9175da202 -[_UIFocusMapSnapshot _capture] + 465\ 36 UIKitCore 0x00007ff9175d8be8 -[_UIFocusMapSnapshot _initWithSnapshotter:mapArea:searchArea:] + 547\ 37 UIKitCore 0x00007ff9175dc856 -[_UIFocusMapSnapshotter captureSnapshot] + 225\ 38 UIKitCore 0x00007ff9175cfa35 -[_UIFocusMap _defaultFocusItemInEnvironment:limitScopeUsingFocusPreferences:] + 218\ 39 UIKitCore 0x00007ff9175a2c93 -[_UIFocusEnvironmentPreferenceEnumerationContext _inferPreferencesForEnvironment:] + 155\ 40 UIKitCore 0x00007ff9175a2670 -[_UIFocusEnvironmentPreferenceEnumerationContext _resolvePreferredFocusEnvironments] + 118\ 41 UIKitCore 0x00007ff9175a25c5 -[_UIFocusEnvironmentPreferenceEnumerationContext prefersNothingFocused] + 31\ 42 UIKitCore 0x00007ff9175a3489 _enumeratePreferredFocusEnvironments + 219\ 43 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\ 44 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\ 45 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\ 46 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\ 47 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\ 48 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\ 49 UIKitCore 0x00007ff9175a32b0 -[_UIFocusEnvironmentPreferenceEnumerator enumeratePreferencesForEnvironment:usingBlock:] + 181\ 50 UIKitCore 0x00007ff9175a3c59 -[_UIDeepestPreferredEnvironmentSearch deepestPreferredFocusableItemForEnvironment:withRequest:] + 697\ 51 UIKitCore 0x00007ff9175f4a7e -[UIFocusUpdateContext _updateDestinationItemIfNeeded] + 217\ 52 UIKitCore 0x00007ff9175f489e -[UIFocusUpdateContext _destinationItemInfo] + 22\ 53 UIKitCore 0x00007ff9175f47aa -[UIFocusUpdateContext nextFocusedItem] + 24\ 54 UIKitCore 0x00007ff9175e1659 -[UIFocusSystem updateFocusIfNeeded] + 1421\ 55 UIKitCore 0x00007ff9175e57cb __43-[UIFocusSystem _updateFocusUpdateThrottle]_block_invoke + 34\ 56 UIKitCore 0x00007ff917ea3c78 -[_UIAfterCACommitBlock run] + 54\ 57 UIKitCore 0x00007ff917ea417f -[_UIAfterCACommitQueue flush] + 200\ 58 libdispatch.dylib 0x00007ff8090c40cc _dispatch_call_block_and_release + 12\ 59 libdispatch.dylib 0x00007ff8090c5317 _dispatch_client_callout + 8\ 60 libdispatch.dylib 0x00007ff8090d1c78 _dispatch_main_queue_drain + 943\ 61 libdispatch.dylib 0x00007ff8090d18bb _dispatch_main_queue_callback_4CF + 31\ 62 CoreFoundation 0x00007ff8093849c7 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\ 63 CoreFoundation 0x00007ff80934593f __CFRunLoopRun + 2771\ 64 CoreFoundation 0x00007ff8093447ac CFRunLoopRunSpecific + 562\ 65 HIToolbox 0x00007ff811fcbce6 RunCurrentEventLoopInMode + 292\ 66 HIToolbox 0x00007ff811fcba4a ReceiveNextEventCommon + 594\ 67 HIToolbox 0x00007ff811fcb7e5 _BlockUntilNextEventMatchingListInModeWithFilter + 70\ 68 AppKit 0x00007ff80bd6b53d _DPSNextEvent + 927\ 69 AppKit 0x00007ff80bd69bfa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394\ 70 AppKit 0x00007ff80bd5c2a9 -[NSApplication run] + 586\ 71 AppKit 0x00007ff80bd30227 NSApplicationMain + 817\ 72 AppKit 0x00007ff80c00289e _NSApplicationMainWithInfoDic\ \ \ Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread\ 0 libsystem_kernel.dylib 0x7ff80924a00e __pthread_kill + 10\ 1 libsystem_pthread.dylib 0x7ff8092801ff pthread_kill + 263\ 2 libsystem_c.dylib 0x7ff8091cbdbe __abort + 139\ 3 libsystem_c.dylib 0x7ff8091cbd33 abort + 138\ 4 libc++abi.dylib 0x7ff80923c082 abort_message + 241\ 5 libc++abi.dylib 0x7ff80922d1bd demangling_terminate_handler() + 266\ 6 libobjc.A.dylib 0x7ff809129e01 _objc_terminate() + 96\ 7 libc++abi.dylib 0x7ff80923b4a7 std::__terminate(void (*)()) + 8\ 8 libc++abi.dylib 0x7ff80923b458 std::terminate() + 56\ 9 libdispatch.dylib 0x7ff8090c532b _dispatch_client_callout + 28\ 10 libdispatch.dylib 0x7ff8090d1c78 _dispatch_main_queue_drain + 943\ 11 libdispatch.dylib 0x7ff8090d18bb _dispatch_main_queue_callback_4CF + 31\ 12 CoreFoundation 0x7ff8093849c7 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\ 13 CoreFoundation 0x7ff80934593f __CFRunLoopRun + 2771\ 14 CoreFoundation 0x7ff8093447ac CFRunLoopRunSpecific + 562\ 15 HIToolbox 0x7ff811fcbce6 RunCurrentEventLoopInMode + 292\ 16 HIToolbox 0x7ff811fcba4a ReceiveNextEventCommon + 594\ 17 HIToolbox 0x7ff811fcb7e5 _BlockUntilNextEventMatchingListInModeWithFilter + 70\ 18 AppKit 0x7ff80bd6b53d _DPSNextEvent + 927\ 19 AppKit 0x7ff80bd69bfa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394\ 20 AppKit 0x7ff80bd5c2a9 -[NSApplication run] + 586\ 21 AppKit 0x7ff80bd30227 NSApplicationMain + 817\ 22 AppKit 0x7ff80c00289e _NSApplicationMainWithInfoDictionary + 16\ 23 UIKitMacHelper 0x7ff81f04974e UINSApplicationMain + 1414\ 24 UIKitCore 0x7ff916d5d9eb UIApplicationMain + 144\ 25 libmonosgen-2.0.dylib 0x106f46332 do_icall + 194\ 26 libmonosgen-2.0.dylib 0x106f4531d do_icall_wrapper + 253\ 27 libmonosgen-2.0.dylib 0x106f374fa interp_exec_method + 2970\ 28 libmonosgen-2.0.dylib 0x106f3577f interp_runtime_invoke + 239\ 29 libmonosgen-2.0.dylib 0x106e2ca76 mono_jit_runtime_invoke + 1238\ 30 libmonosgen-2.0.dylib 0x106d47fc8 mono_runtime_invoke_checked + 136\ 31 libmonosgen-2.0.dylib 0x106d4ed6b mono_runtime_exec_main_checked + 107\ 32 libmonosgen-2.0.dylib 0x106e8ee02 mono_jit_exec + 354\ 33 libxamarin-dotnet-debug.dylib 0x106700db9 xamarin_main + 809\ 34 CollectionViewDemos 0x105f02924 main + 52 (main.x86_64.mm:75)\ 35 dyld 0x111f4751e start + 462\ \ Thread 1:: SGen worker\ 0 libsystem_kernel.dylib 0x7ff8092463ea __psynch_cvwait + 10\ 1 libsystem_pthread.dylib 0x7ff809280a6f _pthread_cond_wait + 1249\ 2 libmonosgen-2.0.dylib 0x106e13ce3 thread_func + 243\ 3 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 4 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 2:: tid_5003\ 0 libsystem_kernel.dylib 0x7ff80924a0aa poll + 10\ 1 libmonosgen-2.0.dylib 0x106fd31bc ds_ipc_poll + 204\ 2 libmonosgen-2.0.dylib 0x106fd0728 ds_ipc_stream_factory_get_next_available_stream + 776\ 3 libmonosgen-2.0.dylib 0x106fcf267 server_thread + 231\ 4 libmonosgen-2.0.dylib 0x106fd2594 ep_rt_thread_mono_start_func + 36\ 5 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 6 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 3:: Finalizer\ 0 libsystem_kernel.dylib 0x7ff8092439b6 semaphore_wait_trap + 10\ 1 libmonosgen-2.0.dylib 0x106d8ad1b finalizer_thread + 299\ 2 libmonosgen-2.0.dylib 0x106d61273 start_wrapper_internal + 371\ 3 libmonosgen-2.0.dylib 0x106d610de start_wrapper + 62\ 4 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 5 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 4:: com.apple.uikit.eventfetch-thread\ 0 libsystem_kernel.dylib 0x7ff80924397a mach_msg_trap + 10\ 1 libsystem_kernel.dylib 0x7ff809243ce8 mach_msg + 56\ 2 CoreFoundation 0x7ff809346cdd __CFRunLoopServiceMachPort + 319\ 3 CoreFoundation 0x7ff809345368 __CFRunLoopRun + 1276\ 4 CoreFoundation 0x7ff8093447ac CFRunLoopRunSpecific + 562\ 5 Foundation 0x7ff80a198d9a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216\ 6 Foundation 0x7ff80a21ed71 -[NSRunLoop(NSRunLoop) runUntilDate:] + 103\ 7 UIKitCore 0x7ff916d5ee96 -[UIEventFetcher threadMain] + 138\ 8 Foundation 0x7ff80a1919f4 __NSThread__start__ + 1009\ 9 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 10 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 5:: com.apple.NSEventThread\ 0 libsystem_kernel.dylib 0x7ff80924397a mach_msg_trap + 10\ 1 libsystem_kernel.dylib 0x7ff809243ce8 mach_msg + 56\ 2 CoreFoundation 0x7ff809346cdd __CFRunLoopServiceMachPort + 319\ 3 CoreFoundation 0x7ff809345368 __CFRunLoopRun + 1276\ 4 CoreFoundation 0x7ff8093447ac CFRunLoopRunSpecific + 562\ 5 AppKit 0x7ff80bed8f5e _NSEventThread + 132\ 6 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 7 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 6:: .NET Timers\ 0 libsystem_kernel.dylib 0x7ff8092463ea __psynch_cvwait + 10\ 1 libsystem_pthread.dylib 0x7ff809280a6f _pthread_cond_wait + 1249\ 2 libmonosgen-2.0.dylib 0x106f462f2 do_icall + 130\ 3 libmonosgen-2.0.dylib 0x106f4531d do_icall_wrapper + 253\ 4 libmonosgen-2.0.dylib 0x106f374fa interp_exec_method + 2970\ 5 libmonosgen-2.0.dylib 0x106f3577f interp_runtime_invoke + 239\ 6 libmonosgen-2.0.dylib 0x106e2ca76 mono_jit_runtime_invoke + 1238\ 7 libmonosgen-2.0.dylib 0x106d47fc8 mono_runtime_invoke_checked + 136\ 8 libmonosgen-2.0.dylib 0x106d61365 start_wrapper_internal + 613\ 9 libmonosgen-2.0.dylib 0x106d610de start_wrapper + 62\ 10 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 11 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 7:: .NET ThreadPool Gate\ 0 libsystem_kernel.dylib 0x7ff8092463ea __psynch_cvwait + 10\ 1 libsystem_pthread.dylib 0x7ff809280a6f _pthread_cond_wait + 1249\ 2 libmonosgen-2.0.dylib 0x106f462f2 do_icall + 130\ 3 libmonosgen-2.0.dylib 0x106f4531d do_icall_wrapper + 253\ 4 libmonosgen-2.0.dylib 0x106f374fa interp_exec_method + 2970\ 5 libmonosgen-2.0.dylib 0x106f3577f interp_runtime_invoke + 239\ 6 libmonosgen-2.0.dylib 0x106e2ca76 mono_jit_runtime_invoke + 1238\ 7 libmonosgen-2.0.dylib 0x106d47fc8 mono_runtime_invoke_checked + 136\ 8 libmonosgen-2.0.dylib 0x106d61365 start_wrapper_internal + 613\ 9 libmonosgen-2.0.dylib 0x106d610de start_wrapper + 62\ 10 libsystem_pthread.dylib 0x7ff8092804e1 _pthread_start + 125\ 11 libsystem_pthread.dylib 0x7ff80927bf6b thread_start + 15\ \ Thread 8:: tid_b307\ 0 libsystem_pthread.dylib 0x7ff80927bf48 start_wqthread + 0\ \ Thread 9:\ 0 libsystem_pthread.dylib 0x7ff80927bf48 start_wqthread + 0\ \ Thread 10:\ 0 libsystem_pthread.dylib 0x7ff80927bf48 start_wqthread + 0\ \ \ Thread 0 crashed with X86 Thread State (64-bit):\ rax: 0x0000000000000000 rbx: 0x0000000111fc2600 rcx: 0x00007ff7ba0beef8 rdx: 0x0000000000000000\ rdi: 0x0000000000000103 rsi: 0x0000000000000006 rbp: 0x00007ff7ba0bef20 rsp: 0x00007ff7ba0beef8\ r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000111fc2600 r11: 0x0000000000000246\ r12: 0x0000000000000103 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016\ rip: 0x00007ff80924a00e rfl: 0x0000000000000246 cr2: 0x000000011148f000\ \ Logical CPU: 0\ Error Code: 0x02000148 \ Trap Number: 133\ \ \ Binary Images:\ 0x7ff809242000 - 0x7ff809279fff libsystem_kernel.dylib (*) <26a59789-b846-3ed4-96dc-8dbef3c0c8e7> /usr/lib/system/libsystem_kernel.dylib\ 0x7ff80927a000 - 0x7ff809285fff libsystem_pthread.dylib (*) <2f6c275d-7e14-3d31-a924-e1bb41d2415f> /usr/lib/system/libsystem_pthread.dylib\ 0x7ff80914a000 - 0x7ff8091d2fff libsystem_c.dylib (*) <8e54eca2-9bd8-3482-9589-b9574434d1aa> /usr/lib/system/libsystem_c.dylib\ 0x7ff80922c000 - 0x7ff809241fff libc++abi.dylib (*) <8507b51e-2cfe-3790-a25c-c47c7c8b0de8> /usr/lib/libc++abi.dylib\ 0x7ff809109000 - 0x7ff809146fff libobjc.A.dylib (*) <6d51b7b2-136e-336d-95ca-442af1009ec2> /usr/lib/libobjc.A.dylib\ 0x7ff8090c2000 - 0x7ff809108fff libdispatch.dylib (*) <31d69d55-9895-326c-ad61-621c5ca87314> /usr/lib/system/libdispatch.dylib\ 0x7ff8092c7000 - 0x7ff8097c8fff com.apple.CoreFoundation (6.9) <743f0cb7-e962-3e42-8653-7bd141129561> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation\ 0x7ff811f9c000 - 0x7ff81228ffff com.apple.HIToolbox (2.1.1) <7761967d-a138-33b6-9e3f-5c5420a2eeff> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox\ 0x7ff80bd2d000 - 0x7ff80cbbafff com.apple.AppKit (6.9) <92a78ebd-bba5-3f18-a5e1-768c955539d7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit\ 0x7ff81f045000 - 0x7ff81f143fff com.apple.UIKitMacHelper (1.0) /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper\ 0x7ff916d5b000 - 0x7ff918491fff com.apple.UIKitCore (1.0) <020c4757-7236-3215-a1c5-f803eba5185f> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore\ 0x106cd1000 - 0x1071e0fff libmonosgen-2.0.dylib (*) /Users/USER/*/CollectionViewDemos.app/Contents/MonoBundle/libmonosgen-2.0.dylib\ 0x1066b9000 - 0x106708fff libxamarin-dotnet-debug.dylib (*) /Users/USER/*/CollectionViewDemos.app/Contents/MonoBundle/libxamarin-dotnet-debug.dylib\ 0x105e3e000 - 0x105f51fff com.companyname.collectionviewdemos (1) <93deff92-150e-3392-9523-69ff40d125ba> /Users/USER/*/CollectionViewDemos.app/Contents/MacOS/CollectionViewDemos\ 0x111f42000 - 0x111fadfff dyld (*) /usr/lib/dyld\ 0x7ff80a139000 - 0x7ff80a4f4fff com.apple.Foundation (6.9) <3370467f-ef48-301d-97d1-cdc236b7053a> /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: 11\ thread_create: 0\ thread_set_state: 0\ \ VM Region Summary:\ ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\ Writable regions: Total=191.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=191.6M(100%)\ \ VIRTUAL REGION \ REGION TYPE SIZE COUNT (non-coalesced) \ =========== ======= ======= \ Accelerate framework 384K 3 \ Activity Tracing 256K 1 \ CG backing stores 480K 4 \ CG image 24K 2 \ CG raster data 12K 1 \ ColorSync 232K 26 \ CoreAnimation 580K 93 \ CoreGraphics 12K 2 \ CoreUI image data 304K 5 \ Dispatch continuations 48.0M 1 \ Foundation 36K 2 \ Kernel Alloc Once 8K 1 \ MALLOC 89.8M 80 \ MALLOC guard page 48K 12 \ MALLOC_SMALL 4K 1 \ SQLite page cache 128K 2 \ STACK GUARD 56.0M 11 \ Stack 17.3M 11 \ VM_ALLOCATE 34.7M 64 \ __CTF 759 1 \ __DATA 42.5M 868 \ __DATA_CONST 57.9M 660 \ __DATA_DIRTY 2767K 355 \ __FONT_DATA 4K 1 \ __LINKEDIT 658.5M 50 \ __OBJC_RO 82.6M 1 \ __OBJC_RW 3200K 3 \ __TEXT 736.3M 883 \ __UNICODE 592K 1 \ dyld private memory 1024K 1 \ libnetwork 128K 8 \ mapped file 226.9M 148 \ shared memory 764K 15 \ =========== ======= ======= \ TOTAL 2.0G 3317 \ \ \ \ -----------\ Full Report\ -----------\ \ \{"app_name":"CollectionViewDemos","timestamp":"2022-05-19 14:40:41.00 +0800","app_version":"1","slice_uuid":"93deff92-150e-3392-9523-69ff40d125ba","build_version":"1","platform":6,"bundleID":"com.companyname.collectionviewdemos","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"DB73CBEE-2666-4147-BA06-29514D1B3F38","name":"CollectionViewDemos"\}\ \{\ "uptime" : 850000,\ "procLaunch" : "2022-05-19 14:36:29.1080 +0800",\ "procRole" : "Foreground",\ "version" : 2,\ "userID" : 501,\ "deployVersion" : 210,\ "modelCode" : "Macmini8,1",\ "procStartAbsTime" : 858173358825473,\ "coalitionID" : 27607,\ "osVersion" : \{\ "train" : "macOS 12.3.1",\ "build" : "21E258",\ "releaseType" : "User"\ \},\ "captureTime" : "2022-05-19 14:40:41.4116 +0800",\ "incident" : "DB73CBEE-2666-4147-BA06-29514D1B3F38",\ "bug_type" : "309",\ "pid" : 2700,\ "procExitAbsTime" : 858425661602849,\ "cpuType" : "X86-64",\ "procName" : "CollectionViewDemos",\ "procPath" : "\\/Users\\/USER\\/*\\/CollectionViewDemos.app\\/Contents\\/MacOS\\/CollectionViewDemos",\ "bundleInfo" : \{"CFBundleShortVersionString":"1","CFBundleVersion":"1","CFBundleIdentifier":"com.companyname.collectionviewdemos"\},\ "storeInfo" : \{"deviceIdentifierForVendor":"8248A92B-82BA-5CC4-8F7A-2D0E0B6758F6","thirdParty":true\},\ "parentProc" : "launchd",\ "parentPid" : 1,\ "coalitionName" : "com.companyname.collectionviewdemos",\ "crashReporterKey" : "8821ACCB-4F4B-1B33-469E-C77099A3522A",\ "wakeTime" : 105118,\ "bridgeVersion" : \{"build":"19P4243","train":"6.4"\},\ "sleepWakeUUID" : "A08BBFB2-6E3C-4FBA-8F0F-1B41128CE8E6",\ "sip" : "enabled",\ "isCorpse" : 1,\ "exception" : \{"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"\},\ "asi" : \{"libc++abi.dylib":["terminating with uncaught exception of type NSException"],"CoreFoundation":["*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 1 beyond bounds [0 .. 0]'"],"libsystem_c.dylib":["abort() called"]\},\ "asiBacktraces" : ["0 CoreFoundation 0x00007ff8093c21e3 __exceptionPreprocess + 242\\n1 libobjc.A.dylib 0x00007ff809122c13 objc_exception_throw + 48\\n2 CoreFoundation 0x00007ff80947d63c _CFThrowFormattedException + 202\\n3 CoreFoundation 0x00007ff8093343a5 -[__NSArrayM objectAtIndexedSubscript:] + 169\\n4 UIKitCore 0x00007ff917323389 -[_UIFlowLayoutSection computeLayoutInRect:forSection:invalidating:invalidationContext:] + 3926\\n5 UIKitCore 0x00007ff91730ce2f __76-[UICollectionViewFlowLayout _updateItemsLayoutForRect:allowsPartialUpdate:]_block_invoke + 389\\n6 CoreFoundation 0x00007ff80933aba7 __NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__ + 7\\n7 CoreFoundation 0x00007ff80933aa2f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 224\\n8 UIKitCore 0x00007ff91730caf2 -[UICollectionViewFlowLayout _updateItemsLayoutForRect:allowsPartialUpdate:] + 465\\n9 UIKitCore 0x00007ff91730d0a1 -[UICollectionViewFlowLayout _fetchItemsInfoForRect:] + 266\\n10 UIKitCore 0x00007ff91730899b -[UICollectionViewFlowLayout _layoutAttributesForItemsInRect:] + 530\\n11 UIKitCore 0x00007ff91730a1f3 -[UICollectionViewFlowLayout layoutAttributesForElementsInRect:] + 107\\n12 UIKitCore 0x00007ff916eb9b38 __45-[UICollectionViewData validateLayoutInRect:]_block_invoke + 137\\n13 UIKitCore 0x00007ff916eb89a7 -[UICollectionViewData validateLayoutInRect:] + 1020\\n14 UIKitCore 0x00007ff916ebda99 -[UICollectionViewData _layoutAttributesForElementsInRect:] + 290\\n15 UIKitCore 0x00007ff916ebd95f -[UICollectionViewData layoutAttributesForElementsInRect:] + 104\\n16 UIKitCore 0x00007ff9172eed48 -[UICollectionView _focusPromiseRegionsInRect:inCoordinateSpace:inSection:] + 152\\n17 UIKitCore 0x00007ff9172eec4e -[UICollectionView _childFocusRegionsInRect:inCoordinateSpace:] + 158\\n18 UIKitCore 0x00007ff917ecd6f6 -[UIView _searchForFocusRegionsInContext:] + 1138\\n19 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\\n20 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\\n21 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\\n22 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\\n23 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\\n24 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\\n25 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\\n26 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\\n27 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\\n28 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\\n29 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\\n30 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\\n31 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\\n32 UIKitCore 0x00007ff9175dba6a -[_UIFocusMapSnapshot addRegionsInContainers:] + 229\\n33 UIKitCore 0x00007ff917ecd719 -[UIView _searchForFocusRegionsInContext:] + 1173\\n34 UIKitCore 0x00007ff9175db784 -[_UIFocusMapSnapshot addRegionsInContainer:] + 2685\\n35 UIKitCore 0x00007ff9175da202 -[_UIFocusMapSnapshot _capture] + 465\\n36 UIKitCore 0x00007ff9175d8be8 -[_UIFocusMapSnapshot _initWithSnapshotter:mapArea:searchArea:] + 547\\n37 UIKitCore 0x00007ff9175dc856 -[_UIFocusMapSnapshotter captureSnapshot] + 225\\n38 UIKitCore 0x00007ff9175cfa35 -[_UIFocusMap _defaultFocusItemInEnvironment:limitScopeUsingFocusPreferences:] + 218\\n39 UIKitCore 0x00007ff9175a2c93 -[_UIFocusEnvironmentPreferenceEnumerationContext _inferPreferencesForEnvironment:] + 155\\n40 UIKitCore 0x00007ff9175a2670 -[_UIFocusEnvironmentPreferenceEnumerationContext _resolvePreferredFocusEnvironments] + 118\\n41 UIKitCore 0x00007ff9175a25c5 -[_UIFocusEnvironmentPreferenceEnumerationContext prefersNothingFocused] + 31\\n42 UIKitCore 0x00007ff9175a3489 _enumeratePreferredFocusEnvironments + 219\\n43 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\\n44 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\\n45 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\\n46 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\\n47 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\\n48 UIKitCore 0x00007ff9175a35ed _enumeratePreferredFocusEnvironments + 575\\n49 UIKitCore 0x00007ff9175a32b0 -[_UIFocusEnvironmentPreferenceEnumerator enumeratePreferencesForEnvironment:usingBlock:] + 181\\n50 UIKitCore 0x00007ff9175a3c59 -[_UIDeepestPreferredEnvironmentSearch deepestPreferredFocusableItemForEnvironment:withRequest:] + 697\\n51 UIKitCore 0x00007ff9175f4a7e -[UIFocusUpdateContext _updateDestinationItemIfNeeded] + 217\\n52 UIKitCore 0x00007ff9175f489e -[UIFocusUpdateContext _destinationItemInfo] + 22\\n53 UIKitCore 0x00007ff9175f47aa -[UIFocusUpdateContext nextFocusedItem] + 24\\n54 UIKitCore 0x00007ff9175e1659 -[UIFocusSystem updateFocusIfNeeded] + 1421\\n55 UIKitCore 0x00007ff9175e57cb __43-[UIFocusSystem _updateFocusUpdateThrottle]_block_invoke + 34\\n56 UIKitCore 0x00007ff917ea3c78 -[_UIAfterCACommitBlock run] + 54\\n57 UIKitCore 0x00007ff917ea417f -[_UIAfterCACommitQueue flush] + 200\\n58 libdispatch.dylib 0x00007ff8090c40cc _dispatch_call_block_and_release + 12\\n59 libdispatch.dylib 0x00007ff8090c5317 _dispatch_client_callout + 8\\n60 libdispatch.dylib 0x00007ff8090d1c78 _dispatch_main_queue_drain + 943\\n61 libdispatch.dylib 0x00007ff8090d18bb _dispatch_main_queue_callback_4CF + 31\\n62 CoreFoundation 0x00007ff8093849c7 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\\n63 CoreFoundation 0x00007ff80934593f __CFRunLoopRun + 2771\\n64 CoreFoundation 0x00007ff8093447ac CFRunLoopRunSpecific + 562\\n65 HIToolbox 0x00007ff811fcbce6 RunCurrentEventLoopInMode + 292\\n66 HIToolbox 0x00007ff811fcba4a ReceiveNextEventCommon + 594\\n67 HIToolbox 0x00007ff811fcb7e5 _BlockUntilNextEventMatchingListInModeWithFilter + 70\\n68 AppKit 0x00007ff80bd6b53d _DPSNextEvent + 927\\n69 AppKit 0x00007ff80bd69bfa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394\\n70 AppKit 0x00007ff80bd5c2a9 -[NSApplication run] + 586\\n71 AppKit 0x00007ff80bd30227 NSApplicationMain + 817\\n72 AppKit 0x00007ff80c00289e _NSApplicationMainWithInfoDic"],\ "extMods" : \{"caller":\{"thread_create":0,"thread_set_state":0,"task_for_pid":0\},"system":\{"thread_create":0,"thread_set_state":0,"task_for_pid":11\},"targeted":\{"thread_create":0,"thread_set_state":0,"task_for_pid":0\},"warnings":0\},\ "lastExceptionBacktrace" : [\{"imageOffset":1028563,"symbol":"__exceptionPreprocess","symbolLocation":226,"imageIndex":6\},\{"imageOffset":105491,"symbol":"objc_exception_throw","symbolLocation":48,"imageIndex":4\},\{"imageOffset":1795644,"symbol":"_CFThrowFormattedException","symbolLocation":202,"imageIndex":6\},\{"imageOffset":447397,"symbol":"-[__NSArrayM objectAtIndexedSubscript:]","symbolLocation":169,"imageIndex":6\},\{"imageOffset":6062985,"symbol":"-[_UIFlowLayoutSection computeLayoutInRect:forSection:invalidating:invalidationContext:]","symbolLocation":3926,"imageIndex":10\},\{"imageOffset":5971503,"symbol":"__76-[UICollectionViewFlowLayout _updateItemsLayoutForRect:allowsPartialUpdate:]_block_invoke","symbolLocation":389,"imageIndex":10\},\{"imageOffset":474023,"symbol":"__NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":7,"imageIndex":6\},\{"imageOffset":473647,"symbol":"-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]","symbolLocation":224,"imageIndex":6\},\{"imageOffset":5970674,"symbol":"-[UICollectionViewFlowLayout _updateItemsLayoutForRect:allowsPartialUpdate:]","symbolLocation":465,"imageIndex":10\},\{"imageOffset":5972129,"symbol":"-[UICollectionViewFlowLayout _fetchItemsInfoForRect:]","symbolLocation":266,"imageIndex":10\},\{"imageOffset":5953947,"symbol":"-[UICollectionViewFlowLayout _layoutAttributesForItemsInRect:]","symbolLocation":530,"imageIndex":10\},\{"imageOffset":5960179,"symbol":"-[UICollectionViewFlowLayout layoutAttributesForElementsInRect:]","symbolLocation":107,"imageIndex":10\},\{"imageOffset":1436472,"symbol":"__45-[UICollectionViewData validateLayoutInRect:]_block_invoke","symbolLocation":137,"imageIndex":10\},\{"imageOffset":1431975,"symbol":"-[UICollectionViewData validateLayoutInRect:]","symbolLocation":1020,"imageIndex":10\},\{"imageOffset":1452697,"symbol":"-[UICollectionViewData _layoutAttributesForElementsInRect:]","symbolLocation":290,"imageIndex":10\},\{"imageOffset":1452383,"symbol":"-[UICollectionViewData layoutAttributesForElementsInRect:]","symbolLocation":104,"imageIndex":10\},\{"imageOffset":5848392,"symbol":"-[UICollectionView _focusPromiseRegionsInRect:inCoordinateSpace:inSection:]","symbolLocation":152,"imageIndex":10\},\{"imageOffset":5848142,"symbol":"-[UICollectionView _childFocusRegionsInRect:inCoordinateSpace:]","symbolLocation":158,"imageIndex":10\},\{"imageOffset":18294518,"symbol":"-[UIView _searchForFocusRegionsInContext:]","symbolLocation":1138,"imageIndex":10\},\{"imageOffset":8914820,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainer:]","symbolLocation":2685,"imageIndex":10\},\{"imageOffset":8915562,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainers:]","symbolLocation":229,"imageIndex":10\},\{"imageOffset":18294553,"symbol":"-[UIView _searchForFocusRegionsInContext:]","symbolLocation":1173,"imageIndex":10\},\{"imageOffset":8914820,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainer:]","symbolLocation":2685,"imageIndex":10\},\{"imageOffset":8915562,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainers:]","symbolLocation":229,"imageIndex":10\},\{"imageOffset":18294553,"symbol":"-[UIView _searchForFocusRegionsInContext:]","symbolLocation":1173,"imageIndex":10\},\{"imageOffset":8914820,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainer:]","symbolLocation":2685,"imageIndex":10\},\{"imageOffset":8915562,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainers:]","symbolLocation":229,"imageIndex":10\},\{"imageOffset":18294553,"symbol":"-[UIView _searchForFocusRegionsInContext:]","symbolLocation":1173,"imageIndex":10\},\{"imageOffset":8914820,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainer:]","symbolLocation":2685,"imageIndex":10\},\{"imageOffset":8915562,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainers:]","symbolLocation":229,"imageIndex":10\},\{"imageOffset":18294553,"symbol":"-[UIView _searchForFocusRegionsInContext:]","symbolLocation":1173,"imageIndex":10\},\{"imageOffset":8914820,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainer:]","symbolLocation":2685,"imageIndex":10\},\{"imageOffset":8915562,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainers:]","symbolLocation":229,"imageIndex":10\},\{"imageOffset":18294553,"symbol":"-[UIView _searchForFocusRegionsInContext:]","symbolLocation":1173,"imageIndex":10\},\{"imageOffset":8914820,"symbol":"-[_UIFocusMapSnapshot addRegionsInContainer:]","symbolLocation":2685,"imageIndex":10\},\{"imageOffset":8909314,"symbol":"-[_UIFocusMapSnapshot _capture]","symbolLocation":465,"imageIndex":10\},\{"imageOffset":8903656,"symbol":"-[_UIFocusMapSnapshot _initWithSnapshotter:mapArea:searchArea:]","symbolLocation":547,"imageIndex":10\},\{"imageOffset":8919126,"symbol":"-[_UIFocusMapSnapshotter captureSnapshot]","symbolLocation":225,"imageIndex":10\},\{"imageOffset":8866357,"symbol":"-[_UIFocusMap _defaultFocusItemInEnvironment:limitScopeUsingFocusPreferences:]","symbolLocation":218,"imageIndex":10\},\{"imageOffset":8682643,"symbol":"-[_UIFocusEnvironmentPreferenceEnumerationContext _inferPreferencesForEnvironment:]","symbolLocation":155,"imageIndex":10\},\{"imageOffset":8681072,"symbol":"-[_UIFocusEnvironmentPreferenceEnumerationContext _resolvePreferredFocusEnvironments]","symbolLocation":118,"imageIndex":10\},\{"imageOffset":8680901,"symbol":"-[_UIFocusEnvironmentPreferenceEnumerationContext prefersNothingFocused]","symbolLocation":31,"imageIndex":10\},\{"imageOffset":8684681,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":219,"imageIndex":10\},\{"imageOffset":8685037,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":575,"imageIndex":10\},\{"imageOffset":8685037,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":575,"imageIndex":10\},\{"imageOffset":8685037,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":575,"imageIndex":10\},\{"imageOffset":8685037,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":575,"imageIndex":10\},\{"imageOffset":8685037,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":575,"imageIndex":10\},\{"imageOffset":8685037,"symbol":"_enumeratePreferredFocusEnvironments","symbolLocation":575,"imageIndex":10\},\{"imageOffset":8684208,"symbol":"-[_UIFocusEnvironmentPreferenceEnumerator enumeratePreferencesForEnvironment:usingBlock:]","symbolLocation":181,"imageIndex":10\},\{"imageOffset":8686681,"symbol":"-[_UIDeepestPreferredEnvironmentSearch deepestPreferredFocusableItemForEnvironment:withRequest:]","symbolLocation":697,"imageIndex":10\},\{"imageOffset":9017982,"symbol":"-[UIFocusUpdateContext _updateDestinationItemIfNeeded]","symbolLocation":217,"imageIndex":10\},\{"imageOffset":9017502,"symbol":"-[UIFocusUpdateContext _destinationItemInfo]","symbolLocation":22,"imageIndex":10\},\{"imageOffset":9017258,"symbol":"-[UIFocusUpdateContext nextFocusedItem]","symbolLocation":24,"imageIndex":10\},\{"imageOffset":8939097,"symbol":"-[UIFocusSystem updateFocusIfNeeded]","symbolLocation":1421,"imageIndex":10\},\{"imageOffset":8955851,"symbol":"__43-[UIFocusSystem _updateFocusUpdateThrottle]_block_invoke","symbolLocation":34,"imageIndex":10\},\{"imageOffset":18123896,"symbol":"-[_UIAfterCACommitBlock run]","symbolLocation":54,"imageIndex":10\},\{"imageOffset":18125183,"symbol":"-[_UIAfterCACommitQueue flush]","symbolLocation":200,"imageIndex":10\},\{"imageOffset":8396,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":5\},\{"imageOffset":13079,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":5\},\{"imageOffset":64632,"symbol":"_dispatch_main_queue_drain","symbolLocation":943,"imageIndex":5\},\{"imageOffset":63675,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":31,"imageIndex":5\},\{"imageOffset":776647,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":9,"imageIndex":6\},\{"imageOffset":518463,"symbol":"__CFRunLoopRun","symbolLocation":2771,"imageIndex":6\},\{"imageOffset":513964,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6\},\{"imageOffset":195814,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":7\},\{"imageOffset":195146,"symbol":"ReceiveNextEventCommon","symbolLocation":594,"imageIndex":7\},\{"imageOffset":194533,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":7\},\{"imageOffset":255293,"symbol":"_DPSNextEvent","symbolLocation":927,"imageIndex":8\},\{"imageOffset":248826,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":8\},\{"imageOffset":193193,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":8\},\{"imageOffset":12839,"symbol":"NSApplicationMain","symbolLocation":817,"imageIndex":8\},\{"imageOffset":2971806,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":16,"imageIndex":8\},\{"imageOffset":18254,"symbol":"UINSApplicationMain","symbolLocation":1414,"imageIndex":9\},\{"imageOffset":10731,"symbol":"UIApplicationMain","symbolLocation":144,"imageIndex":10\},\{"imageOffset":2577202,"symbol":"do_icall","symbolLocation":194,"imageIndex":11\},\{"imageOffset":2573085,"symbol":"do_icall_wrapper","symbolLocation":253,"imageIndex":11\},\{"imageOffset":2516218,"symbol":"interp_exec_method","symbolLocation":2970,"imageIndex":11\},\{"imageOffset":2508671,"symbol":"interp_runtime_invoke","symbolLocation":239,"imageIndex":11\},\{"imageOffset":1423990,"symbol":"mono_jit_runtime_invoke","symbolLocation":1238,"imageIndex":11\},\{"imageOffset":487368,"symbol":"mono_runtime_invoke_checked","symbolLocation":136,"imageIndex":11\},\{"imageOffset":515435,"symbol":"mono_runtime_exec_main_checked","symbolLocation":107,"imageIndex":11\},\{"imageOffset":1826306,"symbol":"mono_jit_exec","symbolLocation":354,"imageIndex":11\},\{"imageOffset":294329,"symbol":"xamarin_main","symbolLocation":809,"imageIndex":12\},\{"imageOffset":805156,"sourceLine":75,"sourceFile":"main.x86_64.mm","symbol":"main","imageIndex":13,"symbolLocation":52\},\{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":14\}],\ "faultingThread" : 0,\ "threads" : [\{"triggered":true,"id":5217652,"threadState":\{"r13":\{"value":206158430216\},"rax":\{"value":0\},"rflags":\{"value":582\},"cpu":\{"value":0\},"r14":\{"value":6\},"rsi":\{"value":6\},"r8":\{"value":0\},"cr2":\{"value":4584960000\},"rdx":\{"value":0\},"r10":\{"value":4596704768,"symbolLocation":0,"symbol":"_main_thread"\},"r9":\{"value":10000000\},"r15":\{"value":22\},"rbx":\{"value":4596704768,"symbolLocation":0,"symbol":"_main_thread"\},"trap":\{"value":133\},"err":\{"value":33554760\},"r11":\{"value":582\},"rip":\{"value":140703282012174,"matchesCrashFrame":1\},"rbp":\{"value":140701954993952\},"rsp":\{"value":140701954993912\},"r12":\{"value":259\},"rcx":\{"value":140701954993912\},"flavor":"x86_THREAD_STATE","rdi":\{"value":259\}\},"name":"tid_103","queue":"com.apple.main-thread","frames":[\{"imageOffset":32782,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0\},\{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":1\},\{"imageOffset":531902,"symbol":"__abort","symbolLocation":139,"imageIndex":2\},\{"imageOffset":531763,"symbol":"abort","symbolLocation":138,"imageIndex":2\},\{"imageOffset":65666,"symbol":"abort_message","symbolLocation":241,"imageIndex":3\},\{"imageOffset":4541,"symbol":"demangling_terminate_handler()","symbolLocation":266,"imageIndex":3\},\{"imageOffset":134657,"symbol":"_objc_terminate()","symbolLocation":96,"imageIndex":4\},\{"imageOffset":62631,"symbol":"std::__terminate(void (*)())","symbolLocation":8,"imageIndex":3\},\{"imageOffset":62552,"symbol":"std::terminate()","symbolLocation":56,"imageIndex":3\},\{"imageOffset":13099,"symbol":"_dispatch_client_callout","symbolLocation":28,"imageIndex":5\},\{"imageOffset":64632,"symbol":"_dispatch_main_queue_drain","symbolLocation":943,"imageIndex":5\},\{"imageOffset":63675,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":31,"imageIndex":5\},\{"imageOffset":776647,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":9,"imageIndex":6\},\{"imageOffset":518463,"symbol":"__CFRunLoopRun","symbolLocation":2771,"imageIndex":6\},\{"imageOffset":513964,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6\},\{"imageOffset":195814,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":7\},\{"imageOffset":195146,"symbol":"ReceiveNextEventCommon","symbolLocation":594,"imageIndex":7\},\{"imageOffset":194533,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":7\},\{"imageOffset":255293,"symbol":"_DPSNextEvent","symbolLocation":927,"imageIndex":8\},\{"imageOffset":248826,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":8\},\{"imageOffset":193193,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":8\},\{"imageOffset":12839,"symbol":"NSApplicationMain","symbolLocation":817,"imageIndex":8\},\{"imageOffset":2971806,"symbol":"_NSApplicationMainWithInfoDictionary","symbolLocation":16,"imageIndex":8\},\{"imageOffset":18254,"symbol":"UINSApplicationMain","symbolLocation":1414,"imageIndex":9\},\{"imageOffset":10731,"symbol":"UIApplicationMain","symbolLocation":144,"imageIndex":10\},\{"imageOffset":2577202,"symbol":"do_icall","symbolLocation":194,"imageIndex":11\},\{"imageOffset":2573085,"symbol":"do_icall_wrapper","symbolLocation":253,"imageIndex":11\},\{"imageOffset":2516218,"symbol":"interp_exec_method","symbolLocation":2970,"imageIndex":11\},\{"imageOffset":2508671,"symbol":"interp_runtime_invoke","symbolLocation":239,"imageIndex":11\},\{"imageOffset":1423990,"symbol":"mono_jit_runtime_invoke","symbolLocation":1238,"imageIndex":11\},\{"imageOffset":487368,"symbol":"mono_runtime_invoke_checked","symbolLocation":136,"imageIndex":11\},\{"imageOffset":515435,"symbol":"mono_runtime_exec_main_checked","symbolLocation":107,"imageIndex":11\},\{"imageOffset":1826306,"symbol":"mono_jit_exec","symbolLocation":354,"imageIndex":11\},\{"imageOffset":294329,"symbol":"xamarin_main","symbolLocation":809,"imageIndex":12\},\{"imageOffset":805156,"sourceLine":75,"sourceFile":"main.x86_64.mm","symbol":"main","imageIndex":13,"symbolLocation":52\},\{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":14\}]\},\{"id":5217669,"name":"SGen worker","frames":[\{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0\},\{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1\},\{"imageOffset":1322211,"symbol":"thread_func","symbolLocation":243,"imageIndex":11\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5217670,"name":"tid_5003","frames":[\{"imageOffset":32938,"symbol":"poll","symbolLocation":10,"imageIndex":0\},\{"imageOffset":3154364,"symbol":"ds_ipc_poll","symbolLocation":204,"imageIndex":11\},\{"imageOffset":3143464,"symbol":"ds_ipc_stream_factory_get_next_available_stream","symbolLocation":776,"imageIndex":11\},\{"imageOffset":3138151,"symbol":"server_thread","symbolLocation":231,"imageIndex":11\},\{"imageOffset":3151252,"symbol":"ep_rt_thread_mono_start_func","symbolLocation":36,"imageIndex":11\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5217671,"name":"Finalizer","frames":[\{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0\},\{"imageOffset":761115,"symbol":"finalizer_thread","symbolLocation":299,"imageIndex":11\},\{"imageOffset":590451,"symbol":"start_wrapper_internal","symbolLocation":371,"imageIndex":11\},\{"imageOffset":590046,"symbol":"start_wrapper","symbolLocation":62,"imageIndex":11\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5217705,"name":"com.apple.uikit.eventfetch-thread","frames":[\{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0\},\{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0\},\{"imageOffset":523485,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6\},\{"imageOffset":516968,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6\},\{"imageOffset":513964,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6\},\{"imageOffset":392602,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":15\},\{"imageOffset":941425,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":103,"imageIndex":15\},\{"imageOffset":16022,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":138,"imageIndex":10\},\{"imageOffset":362996,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":15\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5217741,"name":"com.apple.NSEventThread","frames":[\{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0\},\{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0\},\{"imageOffset":523485,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6\},\{"imageOffset":516968,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6\},\{"imageOffset":513964,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6\},\{"imageOffset":1752926,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":8\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5217797,"name":".NET Timers","frames":[\{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0\},\{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1\},\{"imageOffset":2577138,"symbol":"do_icall","symbolLocation":130,"imageIndex":11\},\{"imageOffset":2573085,"symbol":"do_icall_wrapper","symbolLocation":253,"imageIndex":11\},\{"imageOffset":2516218,"symbol":"interp_exec_method","symbolLocation":2970,"imageIndex":11\},\{"imageOffset":2508671,"symbol":"interp_runtime_invoke","symbolLocation":239,"imageIndex":11\},\{"imageOffset":1423990,"symbol":"mono_jit_runtime_invoke","symbolLocation":1238,"imageIndex":11\},\{"imageOffset":487368,"symbol":"mono_runtime_invoke_checked","symbolLocation":136,"imageIndex":11\},\{"imageOffset":590693,"symbol":"start_wrapper_internal","symbolLocation":613,"imageIndex":11\},\{"imageOffset":590046,"symbol":"start_wrapper","symbolLocation":62,"imageIndex":11\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5218268,"name":".NET ThreadPool Gate","frames":[\{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0\},\{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1\},\{"imageOffset":2577138,"symbol":"do_icall","symbolLocation":130,"imageIndex":11\},\{"imageOffset":2573085,"symbol":"do_icall_wrapper","symbolLocation":253,"imageIndex":11\},\{"imageOffset":2516218,"symbol":"interp_exec_method","symbolLocation":2970,"imageIndex":11\},\{"imageOffset":2508671,"symbol":"interp_runtime_invoke","symbolLocation":239,"imageIndex":11\},\{"imageOffset":1423990,"symbol":"mono_jit_runtime_invoke","symbolLocation":1238,"imageIndex":11\},\{"imageOffset":487368,"symbol":"mono_runtime_invoke_checked","symbolLocation":136,"imageIndex":11\},\{"imageOffset":590693,"symbol":"start_wrapper_internal","symbolLocation":613,"imageIndex":11\},\{"imageOffset":590046,"symbol":"start_wrapper","symbolLocation":62,"imageIndex":11\},\{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1\},\{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1\}]\},\{"id":5218272,"name":"tid_b307","frames":[\{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1\}]\},\{"id":5218869,"frames":[\{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1\}]\},\{"id":5218870,"frames":[\{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1\}]\}],\ "usedImages" : [\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703281979392,\ "size" : 229376,\ "uuid" : "26a59789-b846-3ed4-96dc-8dbef3c0c8e7",\ "path" : "\\/usr\\/lib\\/system\\/libsystem_kernel.dylib",\ "name" : "libsystem_kernel.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703282208768,\ "size" : 49152,\ "uuid" : "2f6c275d-7e14-3d31-a924-e1bb41d2415f",\ "path" : "\\/usr\\/lib\\/system\\/libsystem_pthread.dylib",\ "name" : "libsystem_pthread.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703280963584,\ "size" : 561152,\ "uuid" : "8e54eca2-9bd8-3482-9589-b9574434d1aa",\ "path" : "\\/usr\\/lib\\/system\\/libsystem_c.dylib",\ "name" : "libsystem_c.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703281889280,\ "size" : 90112,\ "uuid" : "8507b51e-2cfe-3790-a25c-c47c7c8b0de8",\ "path" : "\\/usr\\/lib\\/libc++abi.dylib",\ "name" : "libc++abi.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64h",\ "base" : 140703280697344,\ "size" : 253952,\ "uuid" : "6d51b7b2-136e-336d-95ca-442af1009ec2",\ "path" : "\\/usr\\/lib\\/libobjc.A.dylib",\ "name" : "libobjc.A.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703280406528,\ "size" : 290816,\ "uuid" : "31d69d55-9895-326c-ad61-621c5ca87314",\ "path" : "\\/usr\\/lib\\/system\\/libdispatch.dylib",\ "name" : "libdispatch.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64h",\ "base" : 140703282524160,\ "CFBundleShortVersionString" : "6.9",\ "CFBundleIdentifier" : "com.apple.CoreFoundation",\ "size" : 5251072,\ "uuid" : "743f0cb7-e962-3e42-8653-7bd141129561",\ "path" : "\\/System\\/Library\\/Frameworks\\/CoreFoundation.framework\\/Versions\\/A\\/CoreFoundation",\ "name" : "CoreFoundation",\ "CFBundleVersion" : "1858.112"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703430197248,\ "CFBundleShortVersionString" : "2.1.1",\ "CFBundleIdentifier" : "com.apple.HIToolbox",\ "size" : 3096576,\ "uuid" : "7761967d-a138-33b6-9e3f-5c5420a2eeff",\ "path" : "\\/System\\/Library\\/Frameworks\\/Carbon.framework\\/Versions\\/A\\/Frameworks\\/HIToolbox.framework\\/Versions\\/A\\/HIToolbox",\ "name" : "HIToolbox"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703326982144,\ "CFBundleShortVersionString" : "6.9",\ "CFBundleIdentifier" : "com.apple.AppKit",\ "size" : 15261696,\ "uuid" : "92a78ebd-bba5-3f18-a5e1-768c955539d7",\ "path" : "\\/System\\/Library\\/Frameworks\\/AppKit.framework\\/Versions\\/C\\/AppKit",\ "name" : "AppKit",\ "CFBundleVersion" : "2113.40.127"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703648993280,\ "CFBundleShortVersionString" : "1.0",\ "CFBundleIdentifier" : "com.apple.UIKitMacHelper",\ "size" : 1044480,\ "uuid" : "d7363cf5-4bd0-3f89-99c0-7a3582381b16",\ "path" : "\\/System\\/Library\\/PrivateFrameworks\\/UIKitMacHelper.framework\\/Versions\\/A\\/UIKitMacHelper",\ "name" : "UIKitMacHelper",\ "CFBundleVersion" : "5522.2.400"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140707806687232,\ "CFBundleShortVersionString" : "1.0",\ "CFBundleIdentifier" : "com.apple.UIKitCore",\ "size" : 24342528,\ "uuid" : "020c4757-7236-3215-a1c5-f803eba5185f",\ "path" : "\\/System\\/iOSSupport\\/System\\/Library\\/PrivateFrameworks\\/UIKitCore.framework\\/Versions\\/A\\/UIKitCore",\ "name" : "UIKitCore",\ "CFBundleVersion" : "5522.2.400"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 4409069568,\ "size" : 5308416,\ "uuid" : "d53522d2-2104-3009-8b69-96dd3fd3fdda",\ "path" : "\\/Users\\/USER\\/*\\/CollectionViewDemos.app\\/Contents\\/MonoBundle\\/libmonosgen-2.0.dylib",\ "name" : "libmonosgen-2.0.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 4402679808,\ "size" : 327680,\ "uuid" : "e49b1889-8dd0-30f1-b953-868387ad967f",\ "path" : "\\/Users\\/USER\\/*\\/CollectionViewDemos.app\\/Contents\\/MonoBundle\\/libxamarin-dotnet-debug.dylib",\ "name" : "libxamarin-dotnet-debug.dylib"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 4393787392,\ "CFBundleShortVersionString" : "1",\ "CFBundleIdentifier" : "com.companyname.collectionviewdemos",\ "size" : 1130496,\ "uuid" : "93deff92-150e-3392-9523-69ff40d125ba",\ "path" : "\\/Users\\/USER\\/*\\/CollectionViewDemos.app\\/Contents\\/MacOS\\/CollectionViewDemos",\ "name" : "CollectionViewDemos",\ "CFBundleVersion" : "1"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 4596178944,\ "size" : 442368,\ "uuid" : "dd9e80de-fb3b-349b-96a4-46874ad34d11",\ "path" : "\\/usr\\/lib\\/dyld",\ "name" : "dyld"\ \},\ \{\ "source" : "P",\ "arch" : "x86_64",\ "base" : 140703297671168,\ "CFBundleShortVersionString" : "6.9",\ "CFBundleIdentifier" : "com.apple.Foundation",\ "size" : 3915776,\ "uuid" : "3370467f-ef48-301d-97d1-cdc236b7053a",\ "path" : "\\/System\\/Library\\/Frameworks\\/Foundation.framework\\/Versions\\/C\\/Foundation",\ "name" : "Foundation",\ "CFBundleVersion" : "1858.112"\ \}\ ],\ "sharedCache" : \{\ "base" : 140703278936064,\ "size" : 15224815616,\ "uuid" : "6cc5ecdc-5119-37f0-9a85-4f48a50f5f78"\ \},\ "vmSummary" : "ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\\nWritable regions: Total=191.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=191.6M(100%)\\n\\n VIRTUAL REGION \\nREGION TYPE SIZE COUNT (non-coalesced) \\n=========== ======= ======= \\nAccelerate framework 384K 3 \\nActivity Tracing 256K 1 \\nCG backing stores 480K 4 \\nCG image 24K 2 \\nCG raster data 12K 1 \\nColorSync 232K 26 \\nCoreAnimation 580K 93 \\nCoreGraphics 12K 2 \\nCoreUI image data 304K 5 \\nDispatch continuations 48.0M 1 \\nFoundation 36K 2 \\nKernel Alloc Once 8K 1 \\nMALLOC 89.8M 80 \\nMALLOC guard page 48K 12 \\nMALLOC_SMALL 4K 1 \\nSQLite page cache 128K 2 \\nSTACK GUARD 56.0M 11 \\nStack 17.3M 11 \\nVM_ALLOCATE 34.7M 64 \\n__CTF 759 1 \\n__DATA 42.5M 868 \\n__DATA_CONST 57.9M 660 \\n__DATA_DIRTY 2767K 355 \\n__FONT_DATA 4K 1 \\n__LINKEDIT 658.5M 50 \\n__OBJC_RO 82.6M 1 \\n__OBJC_RW 3200K 3 \\n__TEXT 736.3M 883 \\n__UNICODE 592K 1 \\ndyld private memory 1024K 1 \\nlibnetwork 128K 8 \\nmapped file 226.9M 148 \\nshared memory 764K 15 \\n=========== ======= ======= \\nTOTAL 2.0G 3317 \\n",\ "legacyInfo" : \{\ "threadTriggered" : \{\ "name" : "tid_103",\ "queue" : "com.apple.main-thread"\ \}\ \},\ "trialInfo" : \{\ "rollouts" : [\ \{\ "rolloutId" : "5ffde50ce2aacd000d47a95f",\ "factorPackIds" : \{\ \ \},\ "deploymentId" : 240000145\ \},\ \{\ "rolloutId" : "6112e14f37f5d11121dcd519",\ "factorPackIds" : \{\ "SIRI_TEXT_TO_SPEECH" : "6267122541fbd3022330c3ea"\ \},\ "deploymentId" : 240000116\ \}\ ],\ "experiments" : [\ \ ]\ \}\ \}\ \ Model: Macmini8,1, BootROM 1731.100.130.0.0 (iBridge: 19.16.14243.0.0,0), 6 processors, 6-Core Intel Core i5, 3 GHz, 8 GB, SMC \ Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In\ Display: DELL E178FP, 1280 x 1024 (SXGA - Super eXtended Graphics Array), Main, MirrorOff, Online\ Memory Module: BANK 0/ChannelA-DIMM0, 4 GB, DDR4, 2667 MHz, Micron, 4ATF51264HZ-2G6E3\ Memory Module: BANK 2/ChannelB-DIMM0, 4 GB, DDR4, 2667 MHz, Micron, 4ATF51264HZ-2G6E3\ AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 12 2021 19:26:30 version 9.30.464.0.32.5.76 FWID 01-45ccefcd\ Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports\ Network Service: Ethernet, Ethernet, en0\ USB Device: USB31Bus\ USB Device: Dell USB Entry Keyboard\ USB Device: Dell MS116 USB Optical Mouse\ USB Device: T2Bus\ USB Device: Headset\ USB Device: Apple T2 Controller\ Thunderbolt Bus: Mac mini, Apple Inc., 47.5\ Thunderbolt Bus: Mac mini, Apple Inc., 47.5\ }
GreenShadeZhang commented 2 years ago

I found the same problem on Android

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

jinxinjuan commented 1 year ago

Repro this issue with 17.6 Preview (17.6 build 1498) on MacOS (13.3.1). Sample project https://github.com/davidbritch/dotnet-maui-samples/tree/main/UserInterface/Views/CollectionViewDemos