dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.7k stars 1.06k forks source link

"dotnet -h" throwing segfault #14473

Closed jvymazal closed 1 year ago

jvymazal commented 3 years ago

Issue Title

The following commands produce the segfault:

dotnet -h
dotnet --info

The following commands do not produce a segfault:

 dotnet (without any arguments)
 dotnet --list-sdks
> 3.1.403 [/usr/local/share/dotnet/sdk]
 dotnet --list-runtimes
>Microsoft.AspNetCore.App 3.1.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
>Microsoft.NETCore.App 3.1.9 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

General

Currently I am on MacOS Big Sur - 11.0 Beta (20A5395g) I tried completely removing any dotnet from machine and reinstalling fresh new version via installer downloaded from MS website

I tried to trim relevant pieces of core dump below:

Process:               dotnet [1129]
Path:                  /usr/local/share/dotnet/dotnet
Identifier:            dotnet
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [493]
Responsible:           iTerm2 [394]
User ID:               502

Date/Time:             2020-11-09 16:20:56.434 +0100
OS Version:            macOS 11.0 (20A5395g)
Report Version:        12
Bridge OS Version:     3.0 (14Y908)
Anonymous UUID:        43BA5B92-C58F-BF72-9A0C-B30AA9543EC8

Time Awake Since Boot: 1200 seconds

System Integrity Protection: disabled

Crashed Thread:        8

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [1129]

VM Regions Near 0x20:
--> 
    __TEXT                      1034c4000-1034d1000    [   52K] r-x/rwx SM=COW  /usr/local/share/dotnet/dotnet

Thread 0:: Dispatch queue: com.apple.main-thread
0   libcoreclr.dylib                0x0000000103846c16 MethodTableBuilder::MethodSignature::GetNameHash() const + 6
1   libcoreclr.dylib                0x0000000103846b14 MethodTableBuilder::MethodSignature::NamesEqual(MethodTableBuilder::MethodSignature const&, MethodTableBuilder::MethodSignature const&) + 36
2   libcoreclr.dylib                0x000000010384d663 MethodTableBuilder::PlaceInterfaceMethods() + 1043
3   libcoreclr.dylib                0x0000000103848960 MethodTableBuilder::BuildMethodTableThrowing(LoaderAllocator*, Module*, Module*, unsigned int, BuildingInterfaceInfo_t*, LayoutRawFieldInfo const*, MethodTable*, MethodTableBuilder::bmtGenericsInfo const*, SigPointer, unsigned short) + 2576
4   libcoreclr.dylib                0x0000000103858f98 ClassLoader::CreateTypeHandleForTypeDefThrowing(Module*, unsigned int, Instantiation, AllocMemTracker*) + 2600
5   libcoreclr.dylib                0x00000001036ab587 ClassLoader::CreateTypeHandleForTypeKey(TypeKey*, AllocMemTracker*) + 1415
6   libcoreclr.dylib                0x00000001036aaf68 ClassLoader::DoIncrementalLoad(TypeKey*, TypeHandle, ClassLoadLevel) + 56
7   libcoreclr.dylib                0x00000001036ac260 ClassLoader::LoadTypeHandleForTypeKey_Body(TypeKey*, TypeHandle, ClassLoadLevel) + 1136
8   libcoreclr.dylib                0x00000001036a829b ClassLoader::LoadTypeHandleForTypeKey(TypeKey*, TypeHandle, ClassLoadLevel, InstantiationContext const*) + 187
9   libcoreclr.dylib                0x00000001036a816a ClassLoader::LoadConstructedTypeThrowing(TypeKey*, ClassLoader::LoadTypesFlag, ClassLoadLevel, InstantiationContext const*) + 570
10  libcoreclr.dylib                0x00000001036a9c27 ClassLoader::LoadGenericInstantiationThrowing(Module*, unsigned int, Instantiation, ClassLoader::LoadTypesFlag, ClassLoadLevel, InstantiationContext const*, int) + 327
11  libcoreclr.dylib                0x0000000103762258 SigPointer::GetTypeHandleThrowing(Module*, SigTypeContext const*, ClassLoader::LoadTypesFlag, ClassLoadLevel, int, Substitution const*, ZapSig::Context const*) const + 5896
12  libcoreclr.dylib                0x00000001037ab619 ZapSig::DecodeType(Module*, Module*, unsigned char const*, ClassLoadLevel) + 105
13  libcoreclr.dylib                0x00000001037260ae LoadDynamicInfoEntry(Module*, unsigned int, unsigned long*) + 206
14  libcoreclr.dylib                0x0000000103698b58 Module::FixupNativeEntry(CORCOMPILE_IMPORT_SECTION*, unsigned long, unsigned long*) + 168
15  libcoreclr.dylib                0x00000001037af584 Module::FixupDelayList(unsigned long) + 228
16  libcoreclr.dylib                0x00000001037af367 ReadyToRunInfo::GetEntryPoint(MethodDesc*, PrepareCodeConfig*, int) + 1623
17  libcoreclr.dylib                0x0000000103754f11 MethodDesc::PrepareILBasedCode(PrepareCodeConfig*) + 305
18  libcoreclr.dylib                0x0000000103754c63 MethodDesc::PrepareCode(NativeCodeVersion) + 563
19  libcoreclr.dylib                0x00000001036bba30 CodeVersionManager::PublishVersionableCodeIfNecessary(MethodDesc*, int) + 464
20  libcoreclr.dylib                0x00000001037574a3 MethodDesc::DoPrestub(MethodTable*) + 307
21  libcoreclr.dylib                0x00000001037570e3 PreStubWorker + 435
22  libcoreclr.dylib                0x000000010397511b ThePreStub + 92
23  libcoreclr.dylib                0x000000010397442b CallDescrWorkerInternal + 124
24  libcoreclr.dylib                0x000000010397442b CallDescrWorkerInternal + 124
...
511 libcoreclr.dylib                0x000000010397442b CallDescrWorkerInternal + 124

Thread 1:
0   libsystem_kernel.dylib          0x00007fff20351f0e mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff20352280 mach_msg + 60
2   libcoreclr.dylib                0x00000001035fc2f8 MachMessage::Receive(unsigned int) + 72
3   libcoreclr.dylib                0x00000001035fb23e SEHExceptionThread(void*) + 94
4   libsystem_pthread.dylib         0x00007fff20386950 _pthread_start + 224
5   libsystem_pthread.dylib         0x00007fff2038247b thread_start + 15

<snip>

Thread 8 Crashed:
0   libcoreclr.dylib                0x000000010372ddb3 MemberLoader::GetMethodDescFromMemberDefOrRefOrSpec(Module*, unsigned int, SigTypeContext const*, int, int) + 35
1   libcoreclr.dylib                0x00000001038697a0 MulticoreJitProfilePlayer::JITMethod(Module*, unsigned int) + 64
2   libcoreclr.dylib                0x000000010386a3df MulticoreJitProfilePlayer::HandleMethodRecord(unsigned int*, int) + 335
3   libcoreclr.dylib                0x000000010386a941 MulticoreJitProfilePlayer::PlayProfile() + 337
4   libcoreclr.dylib                0x000000010386aaf6 MulticoreJitProfilePlayer::JITThreadProc(Thread*) + 214
5   libcoreclr.dylib                0x000000010386ade5 MulticoreJitProfilePlayer::StaticJITThreadProc(void*) + 149
6   libcoreclr.dylib                0x00000001035f8b64 CorUnix::CPalThread::ThreadEntry(void*) + 436
7   libsystem_pthread.dylib         0x00007fff20386950 _pthread_start + 224
8   libsystem_pthread.dylib         0x00007fff2038247b thread_start + 15

Thread 8 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000006083065  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x00007000080cf000  rsi: 0x0000000006083065  rbp: 0x00007000080cedf0  rsp: 0x00007000080ced70
   r8: 0x0000000000000000   r9: 0x0000000000000001  r10: 0x0000000000000034  r11: 0x00007f842af66330
  r12: 0x0000000000000000  r13: 0x00007000080cf000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x000000010372ddb3  rfl: 0x0000000000010202  cr2: 0x0000700007e7eff8

Logical CPU:     0
Error Code:      0x02000005
Trap Number:     133

Thread 8 instruction stream not available.

Thread 8 last branch register state not available.

Binary Images:
       0x1034c4000 -        0x1034d0fff +dotnet (0) <74206057-6462-3FC0-B64D-B24B7C15C1BA> /usr/local/share/dotnet/dotnet
       0x1034f7000 -        0x103549fff +libhostfxr.dylib (0) <783B97C8-5839-3A47-ABBD-01E25E400F88> /usr/local/share/dotnet/host/fxr/3.1.9/libhostfxr.dylib
       0x10355b000 -        0x10359ffff +libhostpolicy.dylib (0) <58599510-A535-39F0-94C8-A4C46C8AB008> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.1.9/libhostpolicy.dylib
       0x1035b1000 -        0x103b10fff +libcoreclr.dylib (0) <07477504-F75F-3A63-83DA-307380858C50> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.1.9/libcoreclr.dylib
       0x10409d000 -        0x1042c2fff +libclrjit.dylib (0) <9EC8E63D-24F3-3D49-8C28-BD7379A8BA02> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.1.9/libclrjit.dylib
       0x104363000 -        0x10436cfff +System.Native.dylib (0) <90177629-9ECC-3BCA-9964-7A40D98C862A> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.1.9/System.Native.dylib
       0x10437a000 -        0x104382fff +System.Globalization.Native.dylib (0) <1BAA96B7-8E2F-33BB-86FA-A481984F9C96> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/3.1.9/System.Globalization.Native.dylib
       0x10e78c000 -        0x10e827fff  dyld (832.7) <9295A5A8-71C1-37B0-AAB3-80AEEFE4A292> /usr/lib/dyld
    0x7fff200bf000 -     0x7fff200c0fff  libsystem_blocks.dylib (78) <599C12C8-CF7E-3D3D-861F-11499BF0A80C> /usr/lib/system/libsystem_blocks.dylib
    0x7fff200c1000 -     0x7fff200f6fff  libxpc.dylib (2038.40.38) <251CA857-009F-396C-854A-C4A25C1A9A59> /usr/lib/system/libxpc.dylib
    0x7fff200f7000 -     0x7fff2010efff  libsystem_trace.dylib (1277.40.18) <A27FA1DC-12FD-3AEB-AECA-A6CF23917D50> /usr/lib/system/libsystem_trace.dylib
    0x7fff2010f000 -     0x7fff201aafff  libcorecrypto.dylib (1000.40.21) <48DBFF27-D1C4-3E4D-85C4-C65925210700> /usr/lib/system/libcorecrypto.dylib
    0x7fff201ab000 -     0x7fff201d7fff  libsystem_malloc.dylib (317.40.8) <EC57B9A4-B613-3099-AB2B-C9BF16E8DD57> /usr/lib/system/libsystem_malloc.dylib
    0x7fff201d8000 -     0x7fff2021cfff  libdispatch.dylib (1271.40.12) <AB52F352-1AA4-3BDB-BB1C-FEC395DCCA52> /usr/lib/system/libdispatch.dylib
    0x7fff2021d000 -     0x7fff20255fff  libobjc.A.dylib (818.2) <290E57E7-6A18-348B-87EF-3954384555B1> /usr/lib/libobjc.A.dylib
    0x7fff20256000 -     0x7fff20258fff  libsystem_featureflags.dylib (28.40.2) <4ABCA9A0-05F8-3A14-AD19-5B841B66596B> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff20259000 -     0x7fff202e1fff  libsystem_c.dylib (1439.40.11) <3EBDC18A-ABB3-309D-B43B-E3486F4F1B7E> /usr/lib/system/libsystem_c.dylib
    0x7fff202e2000 -     0x7fff20337fff  libc++.1.dylib (904.4) <897F8BF6-842E-386E-AF79-33CD76644456> /usr/lib/libc++.1.dylib
    0x7fff20338000 -     0x7fff20350fff  libc++abi.dylib (904.4) <AA505044-F0FB-3F18-9A82-7476B2181753> /usr/lib/libc++abi.dylib
    0x7fff20351000 -     0x7fff2037ffff  libsystem_kernel.dylib (7195.40.137.201.1) <78260C21-F032-3837-AA3C-97314466FA83> /usr/lib/system/libsystem_kernel.dylib
    0x7fff20380000 -     0x7fff2038bfff  libsystem_pthread.dylib (454.40.3) <651C20CF-CD9E-300B-B98D-8F2958C3D07A> /usr/lib/system/libsystem_pthread.dylib
    0x7fff2038c000 -     0x7fff203c7fff  libdyld.dylib (832.7) <F6FEC01F-D226-3238-B84D-DA0415896C22> /usr/lib/system/libdyld.dylib
    0x7fff203c8000 -     0x7fff203d1fff  libsystem_platform.dylib (254.40.4) <0BC4E731-699C-3129-9A0E-F0938E79D771> /usr/lib/system/libsystem_platform.dylib
    0x7fff203d2000 -     0x7fff203fdfff  libsystem_info.dylib (542.40.3) <72A9BFA8-20B2-3D51-98C1-1260516E9D2F> /usr/lib/system/libsystem_info.dylib
    0x7fff203fe000 -     0x7fff20899fff  com.apple.CoreFoundation (6.9 - 1770.105) <910CA5E8-85F5-31AE-853C-01E5137DC7EA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2089a000 -     0x7fff20ac8fff  com.apple.LaunchServices (1122 - 1122) <9C303E9C-33E3-3849-B4F2-2A2621ABBA4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20ac9000 -     0x7fff20b9cfff  com.apple.gpusw.MetalTools (1.0 - 1) <74088324-59C4-3063-AD98-EF683EC6F619> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20b9d000 -     0x7fff20e00fff  libBLAS.dylib (1336.40.1) <1162526B-DEB2-3A37-ADBE-B89958F2E529> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff20e01000 -     0x7fff20e4efff  com.apple.Lexicon-framework (1.0 - 86) <1E866B42-2016-3D97-AE54-817B5DC24E1D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff20e4f000 -     0x7fff20ebdfff  libSparse.dylib (106) <B3AD6360-78D5-32EA-98B3-DF9502FA7AF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff20ebe000 -     0x7fff20f3afff  com.apple.SystemConfiguration (1.20 - 1.20) <5956DDFC-CA90-325D-B961-30D45F7A9908> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff20f3b000 -     0x7fff20f70fff  libCRFSuite.dylib (50) <0DF2E01B-EDE8-3E1D-BD22-5F5F160EB31E> /usr/lib/libCRFSuite.dylib
    0x7fff20f71000 -     0x7fff211a7fff  libmecabra.dylib (929) <67E65316-813F-3492-8F15-1D1EFEABBE1F> /usr/lib/libmecabra.dylib
    0x7fff211a8000 -     0x7fff2150afff  com.apple.Foundation (6.9 - 1770.105) <62196823-F2B3-3F36-9CCC-4F1BB1B9B2AC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff2150b000 -     0x7fff215f7fff  com.apple.LanguageModeling (1.0 - 247) <5A675D90-82E5-3669-872C-9164532BD022> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff2222c000 -     0x7fff2257bfff  com.apple.security (7.0 - 59754.40.55) <997F21C9-ABA4-3237-B583-6629964B55E6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff2257c000 -     0x7fff227ddfff  libicucore.A.dylib (66107) <9006876F-2918-38DF-A767-DEED8BA75E8F> /usr/lib/libicucore.A.dylib
    0x7fff227de000 -     0x7fff227e7fff  libsystem_darwin.dylib (1439.40.11) <9B8A6F7C-E4DF-3219-A869-6BBD262CA31E> /usr/lib/system/libsystem_darwin.dylib
    0x7fff227e8000 -     0x7fff22acffff  com.apple.CoreServices.CarbonCore (1306 - 1306) <EFAD9057-314E-311E-8003-A9EF3DE1083E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22b0f000 -     0x7fff22b49fff  com.apple.CSStore (1122 - 1122) <70BD09BB-BC0B-38DF-A9A6-F159FA126F4F> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22b4a000 -     0x7fff22bf7fff  com.apple.framework.IOKit (2.0.2 - 1845.40.21) <8EA6DAA7-BB93-3113-BE5C-933B65C2AB83> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22bf8000 -     0x7fff22c03fff  libsystem_notify.dylib (279.40.4) <A5B108BE-8225-3501-8E7E-2499A021F2B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff2406a000 -     0x7fff246adfff  libnetwork.dylib (2288.40.53) <8CC29480-B1A4-3F3F-B64E-34F2782EBF3E> /usr/lib/libnetwork.dylib
    0x7fff246ae000 -     0x7fff24b4afff  com.apple.CFNetwork (1206 - 1206) <F1AF669D-1235-3AED-B434-4EC8BEAC83A3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24b4b000 -     0x7fff24b59fff  libsystem_networkextension.dylib (1295.40.28) <E44BCC16-56E1-3DE5-88DF-8526ADF647D5> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24b5a000 -     0x7fff24b5afff  libenergytrace.dylib (22) <2C753A09-EDF8-327A-9B50-EFCCDB451EC1> /usr/lib/libenergytrace.dylib
    0x7fff24b5b000 -     0x7fff24bb6fff  libMobileGestalt.dylib (978.40.29) <119ADEB8-CB21-3557-B3F0-4A0E927070A4> /usr/lib/libMobileGestalt.dylib
    0x7fff24bb7000 -     0x7fff24bcdfff  libsystem_asl.dylib (385) <F3820523-BA11-38E5-9C8C-920F9AC86848> /usr/lib/system/libsystem_asl.dylib
    0x7fff24bce000 -     0x7fff24be5fff  com.apple.TCC (1.0 - 1) <8F6332A4-036C-3987-B5F7-653D318673C4> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff25f0c000 -     0x7fff260cbfff  libsqlite3.dylib (321.1) <6D32FB09-BC28-376C-9B0B-EC840CB1A30B> /usr/lib/libsqlite3.dylib
    0x7fff26230000 -     0x7fff262a5fff  com.apple.AE (918 - 918) <BE65A7B6-7FC6-3FF6-84B7-1D50A0D08179> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff262a6000 -     0x7fff262acfff  libdns_services.dylib (1310.40.42) <C95B56E4-E81C-32AD-87B3-8B51A33D50D7> /usr/lib/libdns_services.dylib
    0x7fff262ad000 -     0x7fff262b4fff  libsystem_symptoms.dylib (1431.40.36) <05F066A7-0EC4-3D92-8973-ED51D7A5914B> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff2643a000 -     0x7fff2645efff  com.apple.analyticsd (1.0 - 1) <BA69E9F7-84F5-3AED-85AE-E9993F3F226E> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff2645f000 -     0x7fff26461fff  libDiagnosticMessagesClient.dylib (112) <E3E0E549-80BD-33C0-9688-12422F871410> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff26462000 -     0x7fff264aefff  com.apple.spotlight.metadata.utilities (1.0 - 2148.3) <54CE5408-01B5-3085-8586-FC36D9B05AB5> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff264af000 -     0x7fff26549fff  com.apple.Metadata (10.7.0 - 2148.3) <A3BB4398-BF0A-3384-A477-F91E48C53F52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff2654a000 -     0x7fff26550fff  com.apple.DiskArbitration (2.7 - 2.7) <8D663271-9F6B-3F2B-9046-9220342317A3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff26551000 -     0x7fff26bf7fff  com.apple.vImage (8.1 - 542) <A98B2CE8-E573-31B4-A00D-D229A2ECBFC5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff27135000 -     0x7fff27144fff  com.apple.OpenDirectory (11.0 - 230.40.1) <BBBF05E3-3262-398E-8B0D-3DA9AA66A6A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff27145000 -     0x7fff27164fff  com.apple.CFOpenDirectory (11.0 - 230.40.1) <3284B82B-289C-3F48-8AC5-EBBA98FE5194> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff27165000 -     0x7fff2716dfff  com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <F2B43525-90C8-309E-90CB-47614BBAACF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2716e000 -     0x7fff27192fff  com.apple.coreservices.SharedFileList (142 - 142) <7D8B69CD-651C-385A-AA9E-024AAEDEB9B3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff27193000 -     0x7fff27195fff  libapp_launch_measurement.dylib (14.1) <3D413817-629D-3B85-9C5A-FF8E9CB4FE43> /usr/lib/libapp_launch_measurement.dylib
    0x7fff27196000 -     0x7fff271ddfff  com.apple.CoreAutoLayout (1.0 - 20) <DD639A3B-9959-392E-A612-0978CB25DE18> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff271de000 -     0x7fff272c0fff  libxml2.2.dylib (34.8) <5D97C280-FA03-3BDB-8F5A-8A80670EFB87> /usr/lib/libxml2.2.dylib
    0x7fff282f1000 -     0x7fff28301fff  libsystem_containermanager.dylib (318.40.17) <77837475-483B-3EAF-9DFA-558449A761CB> /usr/lib/system/libsystem_containermanager.dylib
    0x7fff28302000 -     0x7fff28313fff  com.apple.IOSurface (289.3 - 289.3) <3BF9AF3E-A1B3-3F3B-A815-B5B15D97664B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff28314000 -     0x7fff28320fff  com.apple.IOAccelerator (439.35.4 - 439.35.4) <E67DCDA5-57BE-3510-B53C-A627C180DB19> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff28321000 -     0x7fff28445fff  com.apple.Metal (244.32.1 - 244.32.1) <E4C6F3FA-1830-3347-A9D6-DCEF77DE6758> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff29044000 -     0x7fff2909efff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <BF3170CB-064B-3031-9979-94E04C000DFD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff2909f000 -     0x7fff290a2fff  libsystem_configuration.dylib (1109.40.9) <FF6102FE-0605-3EE4-B01B-6734AE352461> /usr/lib/system/libsystem_configuration.dylib
    0x7fff290a3000 -     0x7fff290a7fff  libsystem_sandbox.dylib (1441.40.38) <403EC252-DF93-3C19-8C51-55784B7A06C1> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff290a8000 -     0x7fff290a9fff  com.apple.AggregateDictionary (1.0 - 1) <031B0454-AE12-365C-9ADA-582884B71592> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff290aa000 -     0x7fff290adfff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <EB08F11C-6F6A-3100-B255-7569F8F297E8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff290ae000 -     0x7fff290affff  liblangid.dylib (136) <D0201C03-15B7-3A09-B8D7-9696B27AEF02> /usr/lib/liblangid.dylib
    0x7fff290b0000 -     0x7fff29150fff  com.apple.CoreNLP (1.0 - 245) <3396AFE4-A9CF-394E-8A65-23FD5A114EC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff29151000 -     0x7fff29157fff  com.apple.LinguisticData (1.0 - 399) <70BBA2A0-BE71-32F4-BA78-20EB2D8681A1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff29158000 -     0x7fff29814fff  libBNNS.dylib (288.40.19) <34D62810-CDAF-3B60-8DC5-5482737978F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29815000 -     0x7fff299e8fff  libvDSP.dylib (760.40.6) <0012B499-60BA-39C1-A497-6011B2CA1086> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff299e9000 -     0x7fff299fbfff  com.apple.CoreEmoji (1.0 - 128) <364F7047-5A9A-39EC-9DB0-A6D8F46B0CDA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff299fc000 -     0x7fff29a06fff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <648A124E-D572-3043-9F98-7CA8A934A14D> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff29d0e000 -     0x7fff29d9afff  com.apple.securityfoundation (6.0 - 55240.40.4) <F3281A5D-91B6-367C-8718-07502A20635E> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff29d9b000 -     0x7fff29da4fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <80D0E869-AED2-34B5-BAFA-48E59B08FCA3> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff29da5000 -     0x7fff29da9fff  com.apple.xpc.ServiceManagement (1.0 - 1) <721317B3-F230-3428-9FC4-50E65B9F609D> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff29daa000 -     0x7fff29dacfff  libquarantine.dylib (119.40.2) <D8C067F9-4BC8-3446-BDEC-F4470BF17935> /usr/lib/system/libquarantine.dylib
    0x7fff29dad000 -     0x7fff29db8fff  libCheckFix.dylib (31) <FFDC5A53-DBBA-3ED0-8079-314E138B9D51> /usr/lib/libCheckFix.dylib
    0x7fff29db9000 -     0x7fff29dd0fff  libcoretls.dylib (169) <4FCFFA2A-023A-3A33-BE36-380A74C41654> /usr/lib/libcoretls.dylib
    0x7fff29dd1000 -     0x7fff29de1fff  libbsm.0.dylib (68.40.1) <1C650C2D-9A01-37C2-A6D2-A6CF4C1E63B5> /usr/lib/libbsm.0.dylib
    0x7fff29de2000 -     0x7fff29e2bfff  libmecab.dylib (929) <B5135A83-8212-37E4-8EA7-5C9998FC4CDA> /usr/lib/libmecab.dylib
    0x7fff29e2c000 -     0x7fff29e31fff  libgermantok.dylib (24) <DFDA3A47-8EF3-3979-9251-7E9BED65D49E> /usr/lib/libgermantok.dylib
    0x7fff29e32000 -     0x7fff29e47fff  libLinearAlgebra.dylib (1336.40.1) <76865B37-38BB-3F2F-82AE-CCBC345D3601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff29e48000 -     0x7fff2a06cfff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <93E3D276-1FB3-317D-9D3D-0263C506DC51> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff2a06d000 -     0x7fff2a0bcfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <50EA1D6B-BDF9-3284-AD66-4D0F95162468> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff2a0bd000 -     0x7fff2a204fff  com.apple.MLCompute (1.0 - 1) <668E8268-C81A-33D5-8590-8FE8B29F7D45> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a205000 -     0x7fff2a23bfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <77AA6792-3482-35D1-8C3A-AE12F175D277> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a23c000 -     0x7fff2a279fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <A4B27E61-C146-3135-92DC-D22DE9145A8F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a27a000 -     0x7fff2a30afff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <421FD267-3EAE-33A5-A69D-497D12B9BFD0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a30b000 -     0x7fff2a31afff  com.apple.AppleFSCompression (125 - 1.0) <1607DA51-A53D-363B-B224-7807765DCB85> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a31b000 -     0x7fff2a328fff  libbz2.1.0.dylib (44) <54E00651-B556-30A4-AC83-2BD4DA404BD1> /usr/lib/libbz2.1.0.dylib
    0x7fff2a329000 -     0x7fff2a32dfff  libsystem_coreservices.dylib (127) <E3AF5699-41E7-3E28-A211-17464FE50B30> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a32e000 -     0x7fff2a35bfff  com.apple.CoreServices.OSServices (1122 - 1122) <81EA0D1E-AF07-3F92-AD9D-86507BE63439> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a531000 -     0x7fff2a543fff  libz.1.dylib (76) <425556A8-4AC0-398A-A76F-5420B18F5E97> /usr/lib/libz.1.dylib
    0x7fff2a544000 -     0x7fff2a58bfff  libsystem_m.dylib (3186.40.2) <5C89115D-242E-36DB-81B1-EC33D99D1EA0> /usr/lib/system/libsystem_m.dylib
    0x7fff2a58c000 -     0x7fff2a58cfff  libcharset.1.dylib (59) <2F49E31F-FE46-3164-9288-762B9FF3277A> /usr/lib/libcharset.1.dylib
    0x7fff2a58d000 -     0x7fff2a592fff  libmacho.dylib (973.4) <39C48890-2447-3791-AEED-832F41A34E22> /usr/lib/system/libmacho.dylib
    0x7fff2a593000 -     0x7fff2a5aefff  libkxld.dylib (7195.40.137.201.1) <F0EFD1E2-ECF0-3AC9-82BB-597F9C1FC16F> /usr/lib/system/libkxld.dylib
    0x7fff2a5af000 -     0x7fff2a5bafff  libcommonCrypto.dylib (60178.40.2) <449EF5A4-5D86-3FDE-8254-DE2F9A5D171D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a5bb000 -     0x7fff2a5c5fff  libunwind.dylib (200.10) <B29068BA-4881-33C0-B301-521B2F77170D> /usr/lib/system/libunwind.dylib
    0x7fff2a5c6000 -     0x7fff2a5cdfff  liboah.dylib (203.1) <0E9C5B3D-B4C6-318D-8EE4-4F56B818D37C> /usr/lib/liboah.dylib
    0x7fff2a5ce000 -     0x7fff2a5d8fff  libcopyfile.dylib (173.40.2) <BDBAAC4B-3B3A-30A3-BED5-9A2FFCD90493> /usr/lib/system/libcopyfile.dylib
    0x7fff2a5d9000 -     0x7fff2a5e0fff  libcompiler_rt.dylib (102.2) <D32E723B-3E21-3030-8F70-AD1C45F5D605> /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a5e1000 -     0x7fff2a5e3fff  libsystem_collections.dylib (1439.40.11) <5A46E495-3C16-38C6-A347-5DE4ECAEFAD7> /usr/lib/system/libsystem_collections.dylib
    0x7fff2a5e4000 -     0x7fff2a5e6fff  libsystem_secinit.dylib (87.40.10) <3A247E05-23AE-331E-B8BF-70FD200FF086> /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a5e7000 -     0x7fff2a5e9fff  libremovefile.dylib (49.40.3) <DC3C6D3C-CA84-30D8-821B-A86082D46DF7> /usr/lib/system/libremovefile.dylib
    0x7fff2a5ea000 -     0x7fff2a5eafff  libkeymgr.dylib (31) <089B4458-DFB4-33BC-BED6-A0639B8F6C01> /usr/lib/system/libkeymgr.dylib
    0x7fff2a5eb000 -     0x7fff2a5f2fff  libsystem_dnssd.dylib (1310.40.42) <A2C864C6-C77C-39DF-B889-AED530692900> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a5f3000 -     0x7fff2a5f8fff  libcache.dylib (83) <7375B284-19E3-3EEC-BA8D-B8E6C5754D13> /usr/lib/system/libcache.dylib
    0x7fff2a5f9000 -     0x7fff2a5fafff  libSystem.B.dylib (1292) <79548069-0A5A-3A4A-A638-477A0DAB0BF0> /usr/lib/libSystem.B.dylib
    0x7fff2a5fb000 -     0x7fff2a5fefff  libfakelink.dylib (3) <74220411-443B-310D-BF01-4D6ACBC9C2E7> /usr/lib/libfakelink.dylib
    0x7fff2a5ff000 -     0x7fff2a5fffff  com.apple.SoftLinking (1.0 - 1) <FCE52D0A-57E2-35CC-BC51-C9F893F410B2> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a600000 -     0x7fff2a637fff  libpcap.A.dylib (98.40.1) <FD758B1D-E0E6-3348-AAE7-0AB2771716C2> /usr/lib/libpcap.A.dylib
    0x7fff2a638000 -     0x7fff2a728fff  libiconv.2.dylib (59) <B8AC8C7A-7A8C-3E63-BF2E-6FA6663383DA> /usr/lib/libiconv.2.dylib
    0x7fff2a729000 -     0x7fff2a73afff  libcmph.dylib (8) <684C8F26-BBA3-3A01-AE38-CBB63D132F57> /usr/lib/libcmph.dylib
    0x7fff2a73b000 -     0x7fff2a7acfff  libarchive.2.dylib (83.40.4) <3D1D2471-4C42-322E-BB64-83B64033E10C> /usr/lib/libarchive.2.dylib
    0x7fff2a7ad000 -     0x7fff2a814fff  com.apple.SearchKit (1.4.1 - 1.4.1) <FAF3F515-F48C-3C02-BEF2-3C032E11E39C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2a815000 -     0x7fff2a816fff  libThaiTokenizer.dylib (3) <73001072-D79C-3E56-BEBC-D5D8CD9F4583> /usr/lib/libThaiTokenizer.dylib
    0x7fff2a817000 -     0x7fff2a83efff  com.apple.applesauce (1.0 - 16.26) <93A87E8E-67D2-3FC3-A52E-51137E634699> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2a83f000 -     0x7fff2a856fff  libapple_nghttp2.dylib (1.41) <05035EBE-FBB6-322F-88FD-788960EA06C9> /usr/lib/libapple_nghttp2.dylib
    0x7fff2a857000 -     0x7fff2a869fff  libSparseBLAS.dylib (1336.40.1) <93707752-1CF7-3285-8A3B-21703014AD02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2a86a000 -     0x7fff2a86bfff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <787A2036-661B-3BE3-8465-9245A2B9D524> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2a86c000 -     0x7fff2a870fff  libpam.2.dylib (28.40.1) <188C43AD-60C4-3896-BD38-3C6E53B779F7> /usr/lib/libpam.2.dylib
    0x7fff2a871000 -     0x7fff2a889fff  libcompression.dylib (96.40.6) <94EED34F-BF35-3ED5-9077-4F433C74EA2F> /usr/lib/libcompression.dylib
    0x7fff2a88a000 -     0x7fff2a88ffff  libQuadrature.dylib (7) <BF2BEA14-A889-3CD1-9262-3E4A6856834D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2a890000 -     0x7fff2ac2cfff  libLAPACK.dylib (1336.40.1) <838C363D-C8E4-3E9B-9AFB-8E824C288F2F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ac2d000 -     0x7fff2ac7bfff  com.apple.DictionaryServices (1.2 - 341) <7E6943EA-63BB-3835-A14A-A23B95BA7AAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2ac7c000 -     0x7fff2ac94fff  liblzma.5.dylib (16) <3AFE6641-045E-3A94-8DF2-5BD45F6EB0A8> /usr/lib/liblzma.5.dylib
    0x7fff2ac95000 -     0x7fff2ac96fff  libcoretls_cfhelpers.dylib (169) <CC5A8CEA-7084-36FA-9DEC-A20E042EABF2> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2ac97000 -     0x7fff2ad91fff  com.apple.APFS (1677.40.51 - 1677.40.51) <3C2F2B11-E0FE-3DD4-960C-1420AC4FB0A6> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2ad92000 -     0x7fff2ad9ffff  libxar.1.dylib (452) <40D2D755-1113-3C5E-A673-19035FEB8606> /usr/lib/libxar.1.dylib
    0x7fff2ada0000 -     0x7fff2ada3fff  libutil.dylib (58.40.2) <FA7A2F91-0D3A-3EA1-9BF6-68622FCAE0BD> /usr/lib/libutil.dylib
    0x7fff2ada4000 -     0x7fff2adccfff  libxslt.1.dylib (17.2) <FB4961E2-B947-3641-80CB-FB548DEA314F> /usr/lib/libxslt.1.dylib
    0x7fff2adcd000 -     0x7fff2add7fff  libChineseTokenizer.dylib (37) <E3309FC5-E8F9-3CAA-9672-277793F3F89A> /usr/lib/libChineseTokenizer.dylib
    0x7fff2add8000 -     0x7fff2ae96fff  libvMisc.dylib (760.40.6) <3274091D-1216-359A-A8A0-32170B1205AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2de5c000 -     0x7fff2de5cfff  liblaunch.dylib (2038.40.38) <712421E7-31D0-35CB-A493-F92A5F2010F0> /usr/lib/system/liblaunch.dylib
    0x7fff302fa000 -     0x7fff302fafff  libsystem_product_info_filter.dylib (8.40.1) <A7921427-2723-33ED-A6BD-5EE110FF6518> /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff303d5000 -     0x7fff303d5fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <1EEB48DE-5589-3E54-AD62-D735A92F0BBC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff303fc000 -     0x7fff303fcfff  com.apple.CoreServices (1122 - 1122) <8FE4C626-133D-33D4-AE68-2243B7017789> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff306ca000 -     0x7fff306cafff  com.apple.Accelerate (1.11 - Accelerate 1.11) <F31EAEB4-551F-3CF1-8086-98FB5712A0C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff6b91f000 -     0x7fff6b925fff  libCoreFSCache.dylib (177.22) <F43064A2-E8EF-30DD-9163-46920870F744> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

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: 1024
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=573.6M resident=0K(0%) swapped_out_or_unallocated=573.6M(100%)
Writable regions: Total=54.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=54.6M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        1 
MALLOC                            38.8M       37 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)           1168K        1         reserved VM address space (unallocated)
STACK GUARD                       56.0M        9 
Stack                             11.8M        9 
VM_ALLOCATE                        2.1G      401 
VM_ALLOCATE (reserved)              68K        2         reserved VM address space (unallocated)
__DATA                            2993K      148 
__DATA_CONST                      6332K       94 
__DATA_DIRTY                       286K       59 
__LINKEDIT                       484.0M       10 
__OBJC_RO                         60.9M        1 
__OBJC_RW                         2465K        2 
__TEXT                            89.6M      152 
__UNICODE                          588K        1 
mapped file                       43.5M       67 
shared memory                        4K        1 
===========                     =======  ======= 
TOTAL                              2.9G      999 
TOTAL, minus reserved VM space     2.9G      999 
jvymazal commented 3 years ago

While searching for solutions I found this SE post with exactly the same problem (unfortunately without any useful info), and also https://github.com/dotnet/sdk/issues/6422 and dotnet/core#963 which are a bit similar but are both old issues so I started this as new one. Thanks for any pointers.

jvymazal commented 3 years ago

Today I tried updating my mac to 11.0.1 Beta (20B5022a), unfortunately no change in the behavior above.

mairaw commented 3 years ago

I'm not sure if we already support the next beta: https://docs.microsoft.com/en-us/dotnet/core/install/macos

@leecow can you comment?

jvymazal commented 3 years ago

Well, it was working just fine (compiling, running .NET Core apps, etc.) on 20A5395g until until about 2 days ago (I am on beta for several weeks now). Unfortunately I was not able to track any system, driver etc. change in the time-frame where it stopped working.

leecow commented 3 years ago

Not something that I've heard of. @agocke for possible ideas.

agocke commented 3 years ago

Huh, this one's new to me. If you download the zip file of dotnet and run it from a local directory, does it work?

I'm wondering if there may be something screwed up in the install.

jvymazal commented 3 years ago

Ok, the good news is that the problem went away after installing v3.1.10 SDK and I have not been able to reproduce it since. Sadly that means that I cannot gather more output for you. I am leaving it up to you whether you want to close this or keep it open in case someone else stumbles across the same problem.

marcpopMSFT commented 1 year ago

Closing as the issue was reported as going away. Feel free to reactivate if it repros in current SDKs.