Zuerst einmal vielen Dank für die Rückmeldung.
Diesen Weg hatte ich auch probiert. Und ja, es hatte funktioniert. Es ist aber so, dass sich bei der foreach bei jedem item um ein Pfad vom JSON handelt.
Die Punktnotationsvariante wäre mir daher lieber, sofern möglich.
Update: Ich bin mir nicht sicher ob ich das Problem richtig rübergebracht habe.
Mit dieser Methode ist es halt nicht möglich zu sagen json[key.key.key]
Hallo,
In Razor iteriere ich eine Liste. Jedes item ist ein string welcher einen Json Path enthält. Allerdings funktioniert es nicht so wie ich mir das vorstelle. Ich habe schon ein paar Sachen durchprobiert.
var model = ViewBag.myModel
@foreach(var key in myList) {
<span>@model.MyJson.@key
}
Das @item wird einfach ignoriert und das komplette JSON angezeigt. Sofern ich "hardcoded" den Key dort eingebe, funktioniert es. Daher vermute ich, dass da syntaktisch etwas nicht stimmt.
Hat da evtl jemand eine Lösung?
Vielen Dank.
Guten Morgen,
angenommen ich habe 5 Listen mit Zahlen darin und ich möchte die Schnittmenge davon erfahren. Haben 4 Listen eine bestimmte Zahl und eine nicht, wird diese Zahl beispielsweise mit Intersect nicht mehr gefunden.
Gibts da eine Möglichkeit, eine Zahl zu finden, die eine hohe Übereinstimmung hat, aber eben keine 100%ige?
Beispiel
liste 1: 1, 2, 3, 4, 5
liste 2: 1, 2, 3, 4, 5
liste 3: 1, 2, 3, 4, 5
liste 4: 1, 2, 3, 4, 5
liste 5: 1, 2, 3, 4, 4
Arbeite ich mit dem Intersect in C# wird die 5 im Result nicht angezeigt.
Ich brauche keine 100% Übereinstimmung, sondern einfach nur eine Hohe.
Verstehe.
Naja, dann guck ich mir mal Rider an, auch wenn du da offenbar keine hohe Meinung davon hattest. Ansonsten muss ich halt warten.
Dir noch einen schönen Abend.
Na super 😃 Danke.
Wäre Parallels eine sinnvolle Alternative um die Zeit zu überbrücken?
Hallo,
ich fand es jetzt doch besser einen extra Thread dafür zu eröffnen.
Mir ist natürlich bewusst, dass das Forum hier überwiegend den Fokus auf Windows hat. Aber jüngste Aussagen von Membern hier, lassen mich hoffen, dass mir jemand helfen kann.
Ich hab mir nun ein MacBook geholt (M1).
Eines der ersten Amtshandlungen war, Visual Studio zu installieren. Soweit so gut. Ich habe dann ein einfaches ASP Projekt eröffnet unter .NET Core 5.0 - mit diesem Weatherforecast Projekt und habe es kompiliert.
Das Programm wurde auch erfolgreich kompiliert.
dotnet wurde unerwartet beendet.
Process: dotnet [1858]
Path: /usr/local/share/dotnet/dotnet
Identifier: dotnet
Version: 0
Code Type: X86-64 (Translated)
Parent Process: vsdbg-ui [1857]
Responsible: VisualStudio [1604]
User ID: 501
Date/Time: 2021-01-10 21:15:57.315 +0100
OS Version: macOS 11.1 (20C69)
Report Version: 12
Anonymous UUID: C13E03A3-11FF-CFCF-U787-7D89E0AF5CB7
Sleep/Wake UUID: 9A0DB9C3-2F0E-4792-UUHG1-CDA3AA4D2518
Time Awake Since Boot: 3800 seconds
Time Since Wake: 99 seconds
System Integrity Protection: enabled
Crashed Thread: 25
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [1858]
Thread 0:: Dispatch queue: com.apple.main-thread
0 runtime 0x00007ffdfff93090 0x7ffdfff6b000 + 163984
1 runtime 0x00007ffdfff7ca18 0x7ffdfff6b000 + 72216
2 Rosetta Runtime Routines 0x0000000100ef74f4 0x100ef6000 + 5364
3 <translation info unavailable> 0x00000001019cfe64 ???
4 libcoreclr.dylib 0x00000001095747cb MethodDesc::FindOrCreateAssociatedMethodDesc(MethodDesc*, MethodTable*, int, Instantiation, int, int, int, ClassLoadLevel) + 2779
5 libcoreclr.dylib 0x0000000109515582 ZapSig::DecodeMethod(Module*, Module*, unsigned char const*, SigTypeContext*, TypeHandle*, unsigned char const**, unsigned char const**) + 1570
6 libcoreclr.dylib 0x0000000109514f4d ZapSig::DecodeMethod(Module*, Module*, unsigned char const*, TypeHandle*) + 61
7 libcoreclr.dylib 0x00000001094cc812 ExternalMethodFixupWorker + 434
8 libcoreclr.dylib 0x00000001096d459c DelayLoad_MethodCall + 112
9 ??? 0x00000001112600b3 ???
10 ??? 0x00000001112bbcb4 ???
11 ??? 0x0000000111a5f422 ???
12 ??? 0x0000000111a5f32f ???
13 ??? 0x000000011125ff71 ???
14 ??? 0x00000001103cdc24 ???
15 ??? 0x0000000111a37fd3 ???
16 ??? 0x0000000111a37f2b ???
17 ??? 0x00000001103c6c93 ???
18 ??? 0x00000001103cfdd4 ???
19 ??? 0x0000000111a37e63 ???
20 ??? 0x0000000111a37dbb ???
21 ??? 0x00000001103c9921 ???
22 ??? 0x00000001103cfa9f ???
23 ??? 0x0000000111a36263 ???
24 ??? 0x0000000111a361bb ???
25 ??? 0x00000001103c98a2 ???
26 ??? 0x00000001103c9828 ???
27 ??? 0x0000000110215eac ???
28 libcoreclr.dylib 0x00000001096d43d9 CallDescrWorkerInternal + 124
29 libcoreclr.dylib 0x00000001095290df MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
30 libcoreclr.dylib 0x000000010940462a RunMain(MethodDesc*, short, int*, PtrArray**) + 746
31 libcoreclr.dylib 0x0000000109404963 Assembly::ExecuteMainMethod(PtrArray**, int) + 387
32 libcoreclr.dylib 0x00000001094416ad CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*) + 509
33 libcoreclr.dylib 0x00000001093ede92 coreclr_execute_assembly + 242
34 libhostpolicy.dylib 0x00000001092ce923 run_app_for_context(hostpolicy_context_t const&, int, char const**) + 1443
35 libhostpolicy.dylib 0x00000001092cfc2a corehost_main + 234
36 libhostfxr.dylib 0x00000001091dd981 fx_muxer_t::handle_exec_host_command(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, host_startup_info_t const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unordered_map<known_options, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, known_options_hash, std::__1::equal_to<known_options>, std::__1::allocator<std::__1::pair<known_options const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > > const&, int, char const**, int, host_mode_t, char*, int, int*) + 1281
37 libhostfxr.dylib 0x00000001091dcad3 fx_muxer_t::execute(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, int, char const**, host_startup_info_t const&, char*, int, int*) + 611
38 libhostfxr.dylib 0x00000001091da47a hostfxr_main_startupinfo + 138
39 dotnet 0x0000000100ebabeb exe_start(int, char const**) + 1355
40 dotnet 0x0000000100ebaddf main + 143
41 libdyld.dylib 0x00007fff20350621 start + 1
Thread 1:: com.apple.rosetta.exceptionserver
0 runtime 0x00007ffdfff6da98 0x7ffdfff6b000 + 10904
1 runtime 0x00007ffdfff772b8 0x7ffdfff6b000 + 49848
2 runtime 0x00007ffdfff788e8 0x7ffdfff6b000 + 55528
Thread 2:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff20300e7e mach_msg_trap + 10
2 libcoreclr.dylib 0x00000001093eaec8 MachMessage::Receive(unsigned int) + 72
3 libcoreclr.dylib 0x00000001093ea11e SEHExceptionThread(void*) + 142
4 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
5 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 3:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203057e2 kevent + 10
2 libcoreclr.dylib 0x00000001093de93f CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 127
3 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
4 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
5 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 4:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203074fe poll + 10
2 libcoreclr.dylib 0x0000000109588f01 IpcStreamFactory::GetNextAvailableStream(void (*)(char const*, unsigned int)) + 1057
3 libcoreclr.dylib 0x000000010954f7a8 DiagnosticServer::DiagnosticsServerThread(void*) + 280
4 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
5 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
6 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 5:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff2030189e read + 10
2 libcoreclr.dylib 0x000000010973c0a9 DbgTransportSession::TransportWorker() + 1897
3 libcoreclr.dylib 0x000000010973a5c9 DbgTransportSession::TransportWorkerStatic(void*) + 9
4 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
5 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
6 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 6:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e16b2 WaitForMultipleObjectsEx + 82
6 libcoreclr.dylib 0x0000000109738d7a DebuggerRCThread::MainLoop() + 186
7 libcoreclr.dylib 0x0000000109738c60 DebuggerRCThread::ThreadProc() + 240
8 libcoreclr.dylib 0x00000001097389fd DebuggerRCThread::ThreadProcStatic(void*) + 29
9 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
10 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
11 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 7:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e0b68 WaitForSingleObject + 72
6 libcoreclr.dylib 0x0000000109739e5f HelperCanary::ThreadProc() + 31
7 libcoreclr.dylib 0x0000000109739e08 HelperCanary::ThreadProc(void*) + 56
8 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
9 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
10 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 8:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650daf SVR::gc_heap::gc_thread_function() + 175
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 9:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 10:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 11:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 12:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 13:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 14:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 15:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dccc3 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 275
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x0000000109650d75 SVR::gc_heap::gc_thread_function() + 117
8 libcoreclr.dylib 0x0000000109650cf6 SVR::gc_heap::gc_thread_stub(void*) + 54
9 libcoreclr.dylib 0x000000010957013e (anonymous namespace)::CreateNonSuspendableThread(void (*)(void*), void*, char16_t const*)::$_1::__invoke(void*) + 78
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 16:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e15ed WaitForSingleObjectEx + 77
6 libcoreclr.dylib 0x00000001096052e8 CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 200
7 libcoreclr.dylib 0x000000010956d31f FinalizerThread::WaitForFinalizerEvent(CLREvent*) + 31
8 libcoreclr.dylib 0x000000010956d493 FinalizerThread::FinalizerThreadWorker(void*) + 99
9 libcoreclr.dylib 0x00000001094f3d1b ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 315
10 libcoreclr.dylib 0x00000001094f4330 ManagedThreadBase::FinalizerBase(void (*)(void*)) + 32
11 libcoreclr.dylib 0x000000010956d608 FinalizerThread::FinalizerThreadStart(void*) + 88
12 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
13 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
14 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 17:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e1aad SleepEx + 141
5 libcoreclr.dylib 0x0000000109512442 ThreadpoolMgr::TimerThreadFire() + 146
6 libcoreclr.dylib 0x0000000109512325 ThreadpoolMgr::TimerThreadStart(void*) + 85
7 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
8 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
9 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 18:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e1598 PAL_WaitForSingleObjectPrioritized + 72
6 libcoreclr.dylib 0x0000000109605bf0 CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 560
7 libcoreclr.dylib 0x000000010950fc57 ThreadpoolMgr::WorkerThreadStart(void*) + 1383
8 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
9 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
10 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 19:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e1aad SleepEx + 141
5 libcoreclr.dylib 0x000000010957594f __SwitchToThread(unsigned int, unsigned int) + 15
6 libcoreclr.dylib 0x0000000109511bac ThreadpoolMgr::GateThreadStart(void*) + 92
7 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
8 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
9 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 20:
0 runtime 0x00007ffdfffc5914 0x7ffdfff6b000 + 370964
Thread 21:
0 runtime 0x00007ffdfffc5914 0x7ffdfff6b000 + 370964
Thread 22:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e1598 PAL_WaitForSingleObjectPrioritized + 72
6 libcoreclr.dylib 0x0000000109605bf0 CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 560
7 libcoreclr.dylib 0x000000010950fc57 ThreadpoolMgr::WorkerThreadStart(void*) + 1383
8 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
9 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
10 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 23:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e1598 PAL_WaitForSingleObjectPrioritized + 72
6 libcoreclr.dylib 0x0000000109605bf0 CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 560
7 libcoreclr.dylib 0x000000010950fc57 ThreadpoolMgr::WorkerThreadStart(void*) + 1383
8 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
9 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
10 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 24:
0 ??? 0x00007ffe9630aa30 ???
1 libsystem_kernel.dylib 0x00007fff203038e2 __psynch_cvwait + 10
2 libcoreclr.dylib 0x00000001093dcca6 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 246
3 libcoreclr.dylib 0x00000001093dc9aa CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 458
4 libcoreclr.dylib 0x00000001093e13a6 CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 2102
5 libcoreclr.dylib 0x00000001093e1598 PAL_WaitForSingleObjectPrioritized + 72
6 libcoreclr.dylib 0x0000000109605bf0 CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 560
7 libcoreclr.dylib 0x000000010950fc57 ThreadpoolMgr::WorkerThreadStart(void*) + 1383
8 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
9 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
10 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 25 Crashed:
0 ??? 0x000000010f61b090 ???
1 libsystem_kernel.dylib 0x00007fff20300f86 swtch_pri + 10
2 libcoreclr.dylib 0x00000001093ea035 PAL_DispatchException + 357
3 libcoreclr.dylib 0x00000001093e9be7 PAL_DispatchExceptionWrapper + 10
4 ??? 0x000000010f61b090 ???
5 libcoreclr.dylib 0x00000001095290df MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1519
6 libcoreclr.dylib 0x0000000109539a65 ThreadNative::KickOffThread_Worker(void*) + 437
7 libcoreclr.dylib 0x00000001094f3d1b ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 315
8 libcoreclr.dylib 0x00000001094f42d0 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
9 libcoreclr.dylib 0x0000000109539bbf ThreadNative::KickOffThread(void*) + 191
10 libcoreclr.dylib 0x00000001093e7eaa CorUnix::CPalThread::ThreadEntry(void*) + 426
11 libsystem_pthread.dylib 0x00007fff20335950 _pthread_start + 224
12 libsystem_pthread.dylib 0x00007fff2033147b thread_start + 15
Thread 25 crashed with X86 Thread State (64-bit):
rax: 0x0000000111a39cd0 rbx: 0x0000000806d2bb70 rcx: 0x00007fa5e280ee00 rdx: 0x0000000000000000
rdi: 0x00000003064b8798 rsi: 0x00000003064b8630 rbp: 0x0000000806d2ba70 rsp: 0x0000000806d2ba58
r8: 0x0000000806d2be68 r9: 0x0000000800000001 r10: 0x0000000111ce0948 r11: 0x0000000000000003
r12: 0x0000000806d2bc60 r13: 0x00007fa5e280ee00 r14: 0x0000000000000000 r15: 0x0000000806d2bce8
rip: 0x000000010f61b090 rfl: 0x0000000000000303
Binary Images:
0x100eb0000 - 0x100ebcfff +dotnet (0) <BEFDBF56-199B-33F5-9900-1A2F2028606F> /usr/local/share/dotnet/dotnet
0x1091c9000 - 0x109210fff +libhostfxr.dylib (0) <8D1293D3-5623-30DA-9727-8BFAA3F630D5> /usr/local/share/dotnet/host/fxr/5.0.1/libhostfxr.dylib
0x1092bc000 - 0x1092fcfff +libhostpolicy.dylib (0) <968CF77E-9250-3C06-A2E9-8FB726F11928> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.1/libhostpolicy.dylib
0x1093a3000 - 0x1098b4fff +libcoreclr.dylib (0) <F58F2E67-79AB-3653-98D9-C6CE7E4AF96A> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.1/libcoreclr.dylib
0x10a50c000 - 0x10a71cfff +libclrjit.dylib (0) <D5515E27-8042-3B2F-A078-8087AA2A50D0> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.1/libclrjit.dylib
0x10ac00000 - 0x10ac0afff +libSystem.Native.dylib (0) <ABF36501-C632-3F75-A7EA-B9613C5E4666> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/5.0.1/libSystem.Native.dylib
0x201192000 - 0x20122dfff dyld (832.7.1) <DEA51514-B4E8-3368-979B-89D0F8397ABC> /usr/lib/dyld
0x7ffdfff6b000 - 0x7ffdfffdefff +runtime (203.13.2) <3B9E4ADB-AB4E-30AD-A642-B74313FB48A8> /Library/Apple/*/runtime
0x7fff2006a000 - 0x7fff2006bfff libsystem_blocks.dylib (78) <9CF131C6-16FB-3DD0-B046-9E0B6AB99935> /usr/lib/system/libsystem_blocks.dylib
0x7fff2006c000 - 0x7fff200a1fff libxpc.dylib (2038.40.38) <003A027D-9CE3-3794-A319-88495844662D> /usr/lib/system/libxpc.dylib
0x7fff200a2000 - 0x7fff200b9fff libsystem_trace.dylib (1277.50.1) <48C14376-626E-3C81-B0F5-7416E64580C7> /usr/lib/system/libsystem_trace.dylib
0x7fff200ba000 - 0x7fff20158fff libcorecrypto.dylib (1000.60.19) <92F0211E-506E-3760-A3C2-808BF3905C07> /usr/lib/system/libcorecrypto.dylib
0x7fff20159000 - 0x7fff20185fff libsystem_malloc.dylib (317.40.8) <2EF43B96-90FB-3C50-B73E-035238504E33> /usr/lib/system/libsystem_malloc.dylib
0x7fff20186000 - 0x7fff201cafff libdispatch.dylib (1271.40.12) <CEF1460B-1362-381A-AE69-6BCE2D8C215B> /usr/lib/system/libdispatch.dylib
0x7fff201cb000 - 0x7fff20204fff libobjc.A.dylib (818.2) <339EDCD0-5ABF-362A-B9E5-8B9236C8D36B> /usr/lib/libobjc.A.dylib
0x7fff20205000 - 0x7fff20207fff libsystem_featureflags.dylib (28.60.1) <7B4EBDDB-244E-3F78-8895-566FE22288F3> /usr/lib/system/libsystem_featureflags.dylib
0x7fff20208000 - 0x7fff20290fff libsystem_c.dylib (1439.40.11) <06D9F593-C815-385D-957F-2B5BCC223A8A> /usr/lib/system/libsystem_c.dylib
0x7fff20291000 - 0x7fff202e6fff libc++.1.dylib (904.4) <AE3A940A-7A9C-3F99-B175-3511528D8DFE> /usr/lib/libc++.1.dylib
0x7fff202e7000 - 0x7fff202fffff libc++abi.dylib (904.4) <DDFCBF9C-432D-3B8A-8641-578D2EDDCAD8> /usr/lib/libc++abi.dylib
0x7fff20300000 - 0x7fff2032efff libsystem_kernel.dylib (7195.60.75) <4BD61365-29AF-3234-8002-D989D295FDBB> /usr/lib/system/libsystem_kernel.dylib
0x7fff2032f000 - 0x7fff2033afff libsystem_pthread.dylib (454.60.1) <8DD3A0BC-2C92-31E3-BBAB-CE923A4342E4> /usr/lib/system/libsystem_pthread.dylib
0x7fff2033b000 - 0x7fff20375fff libdyld.dylib (832.7.1) <2F8A14F5-7CB8-3EDD-85EA-7FA960BBC04E> /usr/lib/system/libdyld.dylib
0x7fff20376000 - 0x7fff2037ffff libsystem_platform.dylib (254.60.1) <3F7F6461-7B5C-3197-ACD7-C8A0CFCC6F55> /usr/lib/system/libsystem_platform.dylib
0x7fff20380000 - 0x7fff203abfff libsystem_info.dylib (542.40.3) <0979757C-5F0D-3F5A-9E0E-EBF234B310AF> /usr/lib/system/libsystem_info.dylib
0x7fff203ac000 - 0x7fff20847fff com.apple.CoreFoundation (6.9 - 1770.300) <7AADB19E-8EA2-3C9B-8699-F206DB47C6BE> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff20848000 - 0x7fff20a77fff com.apple.LaunchServices (1122.11 - 1122.11) <CAEEC254-68AE-39B5-8452-EC3E1EE8577B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff20a78000 - 0x7fff20b4bfff com.apple.gpusw.MetalTools (1.0 - 1) <C235D5FA-0B9D-3E72-A8CE-67174E1B9E7C> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff20b4c000 - 0x7fff20ce4fff libBLAS.dylib (1336.40.1) <9ABBF50A-51FF-3CB0-9305-AD58580FA262> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff20ce5000 - 0x7fff20d32fff com.apple.Lexicon-framework (1.0 - 86.1) <D54364A6-1C4C-33D7-8B24-C753777B3654> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff20d33000 - 0x7fff20da1fff libSparse.dylib (106) <60559226-6E4B-3601-B6CA-E3B85B5EB27B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff20da2000 - 0x7fff20e1ffff com.apple.SystemConfiguration (1.20 - 1.20) <8524EE4C-628F-315A-9531-44DD83CE275E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff20e20000 - 0x7fff20e55fff libCRFSuite.dylib (50) <6CA29EAA-0585-3682-9AD2-DFD3D87A74D4> /usr/lib/libCRFSuite.dylib
0x7fff20e56000 - 0x7fff2108dfff libmecabra.dylib (929.1.1) <39F5AD50-3AF2-3CFB-BD21-2DC45AA92A91> /usr/lib/libmecabra.dylib
0x7fff2108e000 - 0x7fff213f1fff com.apple.Foundation (6.9 - 1770.300) <44A7115B-7FF0-3300-B61B-0FA71B63C715> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff213f2000 - 0x7fff214defff com.apple.LanguageModeling (1.0 - 247.1) <BCB1F8A7-54B9-36D1-B742-70DF7657BF0B> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff22119000 - 0x7fff2246afff com.apple.security (7.0 - 59754.60.13) <A20AB68D-51DA-340B-B813-F2AFC81F7143> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff2246b000 - 0x7fff226ccfff libicucore.A.dylib (66109) <6C0A0196-2778-3035-81CE-7CA48D6C0628> /usr/lib/libicucore.A.dylib
0x7fff226cd000 - 0x7fff226d6fff libsystem_darwin.dylib (1439.40.11) <BD269412-C9D0-32EE-B42B-B09A187A9B95> /usr/lib/system/libsystem_darwin.dylib
0x7fff226d7000 - 0x7fff229befff com.apple.CoreServices.CarbonCore (1307 - 1307) <9C615967-6D8E-307F-B028-6278A4FA7C8C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff229fe000 - 0x7fff22a38fff com.apple.CSStore (1122.11 - 1122.11) <088D0108-AA14-3610-86A0-89D0C605384F> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff22a39000 - 0x7fff22ae6fff com.apple.framework.IOKit (2.0.2 - 1845.60.2) <F2299682-5884-363F-9069-AA804E712C74> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff22ae7000 - 0x7fff22af2fff libsystem_notify.dylib (279.40.4) <98D74EEF-60D9-3665-B877-7BE1558BA83E> /usr/lib/system/libsystem_notify.dylib
0x7fff23f60000 - 0x7fff245a3fff libnetwork.dylib (2288.60.5) <180FE916-8DD6-3385-B231-0C423B7D2BD3> /usr/lib/libnetwork.dylib
0x7fff245a4000 - 0x7fff24a41fff com.apple.CFNetwork (1209.1 - 1209.1) <60DE4CD6-B5AF-3E0E-8AF1-39ECFC1B8C98> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff24a42000 - 0x7fff24a50fff libsystem_networkextension.dylib (1295.60.5) <F476B1CB-3561-30C5-A78E-44E99B1720A3> /usr/lib/system/libsystem_networkextension.dylib
0x7fff24a51000 - 0x7fff24a51fff libenergytrace.dylib (22) <9BE5E51A-F531-3D59-BBBC-486FFF97BD30> /usr/lib/libenergytrace.dylib
0x7fff24a52000 - 0x7fff24aadfff libMobileGestalt.dylib (978.60.2) <F721B185-0E6A-396B-A50F-0F55810D9A67> /usr/lib/libMobileGestalt.dylib
0x7fff24aae000 - 0x7fff24ac4fff libsystem_asl.dylib (385) <940C5BB9-4928-3A63-97F2-132797C8B7E5> /usr/lib/system/libsystem_asl.dylib
0x7fff24ac5000 - 0x7fff24adcfff com.apple.TCC (1.0 - 1) <457D5F24-A346-38FC-8FA1-43B0C835E035> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff25e42000 - 0x7fff25ff9fff libsqlite3.dylib (321.1) <9CFBB72A-0CA4-32C8-967C-F2E94C66ADA1> /usr/lib/libsqlite3.dylib
0x7fff2615e000 - 0x7fff261d3fff com.apple.AE (918.0.1 - 918.0.1) <3A298716-A130-345E-B8FF-74194849015E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff261d4000 - 0x7fff261dafff libdns_services.dylib (1310.60.4) <61EB26AD-C09E-3140-955E-16BF7DD2D6E3> /usr/lib/libdns_services.dylib
0x7fff261db000 - 0x7fff261e2fff libsystem_symptoms.dylib (1431.60.1) <88F35AAC-746F-3176-81DF-49CE3D285636> /usr/lib/system/libsystem_symptoms.dylib
0x7fff26368000 - 0x7fff2638cfff com.apple.analyticsd (1.0 - 1) <99FE0234-454F-36FF-9DE9-36B94D8753F9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff2638d000 - 0x7fff2638ffff libDiagnosticMessagesClient.dylib (112) <1014A32B-89EE-3ADD-971F-9CB973172F69> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff26390000 - 0x7fff263dcfff com.apple.spotlight.metadata.utilities (1.0 - 2150.7.2) <37A1E760-2006-366C-9FAC-FB70227393FB> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff263dd000 - 0x7fff26477fff com.apple.Metadata (10.7.0 - 2150.7.2) <509C6597-ABB2-3B81-8E09-C51A755CCDA2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff26478000 - 0x7fff2647efff com.apple.DiskArbitration (2.7 - 2.7) <83DED679-BE65-3475-8AFF-D664BBAFA60A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff2647f000 - 0x7fff26e07fff com.apple.vImage (8.1 - 544) <CF04C8EA-49E4-34AE-9181-82F51AE5CC74> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff27352000 - 0x7fff27361fff com.apple.OpenDirectory (11.1 - 230.40.1) <7710743E-6F55-342E-88FA-18796CF83700> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff27362000 - 0x7fff27381fff com.apple.CFOpenDirectory (11.1 - 230.40.1) <32ECCB06-56D8-3704-935B-7D5363B2988E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff27382000 - 0x7fff2738afff com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) <FB18B8D7-C7F5-3CAB-B538-3F4B4E85D1F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff2738b000 - 0x7fff273affff com.apple.coreservices.SharedFileList (144 - 144) <93D2192D-7A27-3FD4-B3AB-A4DCBF8419B7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff273b0000 - 0x7fff273b2fff libapp_launch_measurement.dylib (14.1) <9E2700C3-E993-3695-988E-FEF798B75E34> /usr/lib/libapp_launch_measurement.dylib
0x7fff273b3000 - 0x7fff273fbfff com.apple.CoreAutoLayout (1.0 - 21.10.1) <998BC461-F4F5-396E-9798-1C8126AD61DA> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
0x7fff273fc000 - 0x7fff274defff libxml2.2.dylib (34.8) <68396181-8100-390C-8886-EFB79F5B484C> /usr/lib/libxml2.2.dylib
0x7fff2850f000 - 0x7fff2851ffff libsystem_containermanager.dylib (318.60.1) <4ED09A19-04CC-3464-9EFB-F674932020B5> /usr/lib/system/libsystem_containermanager.dylib
0x7fff28520000 - 0x7fff28531fff com.apple.IOSurface (289.3 - 289.3) <A3B10665-5909-30EE-BE34-F3284D6D5975> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff28532000 - 0x7fff2853afff com.apple.IOAccelerator (439.52 - 439.52) <3944C92D-7838-3D2F-A453-9DB15C815D7B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff2853b000 - 0x7fff28660fff com.apple.Metal (244.32.7 - 244.32.7) <413B81AE-653F-3CF7-B5A4-A4391436E6D1> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff291c3000 - 0x7fff2921efff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <E2377275-53D7-31A0-AEAF-0A0273B99B92> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff2921f000 - 0x7fff29222fff libsystem_configuration.dylib (1109.60.2) <C57B346B-0A03-3F87-BCAC-87B702FA0719> /usr/lib/system/libsystem_configuration.dylib
0x7fff29223000 - 0x7fff29227fff libsystem_sandbox.dylib (1441.60.4) <8CE27199-D633-31D2-AB08-56380A1DA9FB> /usr/lib/system/libsystem_sandbox.dylib
0x7fff29228000 - 0x7fff29229fff com.apple.AggregateDictionary (1.0 - 1) <7F2AFEBB-FF06-3194-B691-B411F3456962> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff2922a000 - 0x7fff2922dfff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <250CD2CA-E796-3CB0-9ADD-054998903B1D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff2922e000 - 0x7fff2922ffff liblangid.dylib (136) <224DC045-2B60-39AF-B89E-E524175667F5> /usr/lib/liblangid.dylib
0x7fff29230000 - 0x7fff292d0fff com.apple.CoreNLP (1.0 - 245) <F876FD71-F077-3CF7-B94D-9E05A17E03D7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff292d1000 - 0x7fff292d7fff com.apple.LinguisticData (1.0 - 399) <D1B7F1D5-EB9E-3555-BA57-3611FA153C44> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff292d8000 - 0x7fff298dffff libBNNS.dylib (288.60.2) <B3FF5A73-1ACE-3758-8E98-4FD3F698A726> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff298e0000 - 0x7fff29a70fff libvDSP.dylib (760.40.6) <08676AA0-6077-3B11-86B9-53A24017A3CC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff29a71000 - 0x7fff29a83fff com.apple.CoreEmoji (1.0 - 128) <7CCFC59A-8746-3E52-AF1D-1B67798E940C> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff29a84000 - 0x7fff29a8efff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <9A6F913C-EC79-3FC1-A92C-3A1BA96D8DFB> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
0x7fff29d96000 - 0x7fff29e22fff com.apple.securityfoundation (6.0 - 55240.40.4) <5F06D141-62F4-3405-BA72-24673B170A16> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff29e23000 - 0x7fff29e2cfff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <C5E4B35C-FFDA-3423-890F-06DAD1F684F5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff29e2d000 - 0x7fff29e31fff com.apple.xpc.ServiceManagement (1.0 - 1) <2C03BEB7-915C-3A3A-A44F-A77775E1BFD5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff29e32000 - 0x7fff29e34fff libquarantine.dylib (119.40.2) <19D42B9D-3336-3543-AF75-6E605EA31599> /usr/lib/system/libquarantine.dylib
0x7fff29e35000 - 0x7fff29e40fff libCheckFix.dylib (31) <3381FC93-F188-348C-9345-5567A7116CEF> /usr/lib/libCheckFix.dylib
0x7fff29e41000 - 0x7fff29e58fff libcoretls.dylib (169) <9C244029-6B45-3583-B27F-BB7BBF84D814> /usr/lib/libcoretls.dylib
0x7fff29e59000 - 0x7fff29e69fff libbsm.0.dylib (68.40.1) <DC652D50-FA69-3801-9361-004D4D6832D0> /usr/lib/libbsm.0.dylib
0x7fff29e6a000 - 0x7fff29eb3fff libmecab.dylib (929.1.1) <B5D8C96C-D3B8-32F8-84F9-A432CEAD4E5C> /usr/lib/libmecab.dylib
0x7fff29eb4000 - 0x7fff29eb9fff libgermantok.dylib (24) <F9772A76-7AFA-3E0B-A02C-A61FC6CA8D8B> /usr/lib/libgermantok.dylib
0x7fff29eba000 - 0x7fff29ed0fff libLinearAlgebra.dylib (1336.40.1) <1FCCDE75-842F-3C8E-BBA2-D43C4B6C19F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff29ed1000 - 0x7fff2a0f8fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <231CF580-952A-32BC-A423-9B9756AC9744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff2a0f9000 - 0x7fff2a148fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <65A993E4-3DC2-3152-98D5-A1DF3DB4573F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff2a149000 - 0x7fff2a28ffff com.apple.MLCompute (1.0 - 1) <BCEA1149-197E-398F-9424-E29B0AD0829F> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
0x7fff2a290000 - 0x7fff2a2c6fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <F719DA57-EAAA-3527-B859-21025722932F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff2a2c7000 - 0x7fff2a304fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <FCCC0D3F-74D2-3107-82B3-E2B500E36AAE> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff2a305000 - 0x7fff2a395fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <21527A17-2D6F-3BDF-9A74-F90FA6E26BB3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff2a396000 - 0x7fff2a3a5fff com.apple.AppleFSCompression (125 - 1.0) <D1E7DC71-1929-30A8-B73E-268387110608> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff2a3a6000 - 0x7fff2a3b3fff libbz2.1.0.dylib (44) <0575C0D0-B107-3E53-857F-DEC55998197B> /usr/lib/libbz2.1.0.dylib
0x7fff2a3b4000 - 0x7fff2a3b8fff libsystem_coreservices.dylib (127) <A2D875B9-8BA8-33AD-BE92-ADAB915A8D5B> /usr/lib/system/libsystem_coreservices.dylib
0x7fff2a3b9000 - 0x7fff2a3e6fff com.apple.CoreServices.OSServices (1122.11 - 1122.11) <870F34BE-C0ED-318B-858D-5F1E4757D552> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2a5bc000 - 0x7fff2a5cefff libz.1.dylib (76) <9F89FD60-03F7-3175-AB34-5112B99E2B8A> /usr/lib/libz.1.dylib
0x7fff2a5cf000 - 0x7fff2a61afff libsystem_m.dylib (3186.40.2) <0F98499E-662F-36EC-AB58-91A8D5A0FB74> /usr/lib/system/libsystem_m.dylib
0x7fff2a61b000 - 0x7fff2a61bfff libcharset.1.dylib (59) <414F6A1C-1EBC-3956-AC2D-CCB0458F31AF> /usr/lib/libcharset.1.dylib
0x7fff2a61c000 - 0x7fff2a621fff libmacho.dylib (973.4) <28AE1649-22ED-3C4D-A232-29D37F821C39> /usr/lib/system/libmacho.dylib
0x7fff2a622000 - 0x7fff2a63dfff libkxld.dylib (7195.60.75) <3600A314-332A-343D-B45D-D9D8B302545D> /usr/lib/system/libkxld.dylib
0x7fff2a63e000 - 0x7fff2a649fff libcommonCrypto.dylib (60178.40.2) <1D0A75A5-DEC5-39C6-AB3D-E789B8866712> /usr/lib/system/libcommonCrypto.dylib
0x7fff2a64a000 - 0x7fff2a654fff libunwind.dylib (200.10) <C5792A9C-DF0F-3821-BC14-238A78462E8A> /usr/lib/system/libunwind.dylib
0x7fff2a655000 - 0x7fff2a65cfff liboah.dylib (203.13.2) <FF72E19B-3B02-34D4-A821-3397BB28AC02> /usr/lib/liboah.dylib
0x7fff2a65d000 - 0x7fff2a667fff libcopyfile.dylib (173.40.2) <89483CD4-DA46-3AF2-AE78-FC37CED05ACC> /usr/lib/system/libcopyfile.dylib
0x7fff2a668000 - 0x7fff2a66ffff libcompiler_rt.dylib (102.2) <0DB26EC8-B4CD-3268-B865-C2FC07E4D2AA> /usr/lib/system/libcompiler_rt.dylib
0x7fff2a670000 - 0x7fff2a672fff libsystem_collections.dylib (1439.40.11) <D40D8097-0ABF-3645-B065-168F43ACFF4C> /usr/lib/system/libsystem_collections.dylib
0x7fff2a673000 - 0x7fff2a675fff libsystem_secinit.dylib (87.60.1) <99B5FD99-1A8B-37C1-BD70-04990FA33B1C> /usr/lib/system/libsystem_secinit.dylib
0x7fff2a676000 - 0x7fff2a678fff libremovefile.dylib (49.40.3) <750012C2-7097-33C3-B796-2766E6CDE8C1> /usr/lib/system/libremovefile.dylib
0x7fff2a679000 - 0x7fff2a679fff libkeymgr.dylib (31) <2C7B58B0-BE54-3A50-B399-AA49C19083A9> /usr/lib/system/libkeymgr.dylib
0x7fff2a67a000 - 0x7fff2a681fff libsystem_dnssd.dylib (1310.60.4) <81EFC44D-450E-3AA3-AC8F-D7EF68F464B4> /usr/lib/system/libsystem_dnssd.dylib
0x7fff2a682000 - 0x7fff2a687fff libcache.dylib (83) <2F7F7303-DB23-359E-85CD-8B2F93223E2A> /usr/lib/system/libcache.dylib
0x7fff2a688000 - 0x7fff2a689fff libSystem.B.dylib (1292.60.1) <A7FB4899-9E04-37ED-9DD8-8FFF0400879C> /usr/lib/libSystem.B.dylib
0x7fff2a68a000 - 0x7fff2a68dfff libfakelink.dylib (3) <34B6DC95-E19A-37C0-B9D0-558F692D85F5> /usr/lib/libfakelink.dylib
0x7fff2a68e000 - 0x7fff2a68efff com.apple.SoftLinking (1.0 - 1) <90D679B3-DFFD-3604-B89F-1BCF70B3EBA4> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
0x7fff2a68f000 - 0x7fff2a6c6fff libpcap.A.dylib (98.40.1) <E1995A1C-7EEB-3340-B1E1-DD45FA625C12> /usr/lib/libpcap.A.dylib
0x7fff2a6c7000 - 0x7fff2a7b7fff libiconv.2.dylib (59) <3E53F735-1D7E-3ABB-BC45-AAA37F535830> /usr/lib/libiconv.2.dylib
0x7fff2a7b8000 - 0x7fff2a7c9fff libcmph.dylib (8) <865FA425-831D-3E49-BD1B-14188D2A98AA> /usr/lib/libcmph.dylib
0x7fff2a7ca000 - 0x7fff2a83bfff libarchive.2.dylib (83.40.4) <76B2F421-5335-37FB-9CD5-1018878B9E74> /usr/lib/libarchive.2.dylib
0x7fff2a83c000 - 0x7fff2a8a3fff com.apple.SearchKit (1.4.1 - 1.4.1) <7BDD2800-BDDC-3DE0-A4A8-B1E855130E3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2a8a4000 - 0x7fff2a8a5fff libThaiTokenizer.dylib (3) <513547CD-5C7F-37BE-A2AD-55A22F279588> /usr/lib/libThaiTokenizer.dylib
0x7fff2a8a6000 - 0x7fff2a8cdfff com.apple.applesauce (1.0 - 16.26) <AE525243-2CE7-373E-994E-C2457611EB3C> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff2a8ce000 - 0x7fff2a8e5fff libapple_nghttp2.dylib (1.41) <CC004768-6E3B-3D80-9431-61149EBE2E10> /usr/lib/libapple_nghttp2.dylib
0x7fff2a8e6000 - 0x7fff2a8f8fff libSparseBLAS.dylib (1336.40.1) <0EC6176F-1A2F-30CA-9D7C-539D28FC0A61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2a8f9000 - 0x7fff2a8fafff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BFEB124-CF05-342F-BC65-B233EAB661D9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff2a8fb000 - 0x7fff2a8fffff libpam.2.dylib (28.40.1) <AE84F5FA-DDB0-3028-AF25-D6B6A12DBA6A> /usr/lib/libpam.2.dylib
0x7fff2a900000 - 0x7fff2a918fff libcompression.dylib (96.40.6) <4F17F219-CEFF-3BD5-ACC9-3D6CDF55520D> /usr/lib/libcompression.dylib
0x7fff2a919000 - 0x7fff2a91efff libQuadrature.dylib (7) <FB21F53D-4A40-327F-BD3B-C7C8D08C6A86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2a91f000 - 0x7fff2acc9fff libLAPACK.dylib (1336.40.1) <AC03809A-CC2C-3AEF-9A96-2BBDA4522E54> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2acca000 - 0x7fff2ad18fff com.apple.DictionaryServices (1.2 - 341) <83CDCE83-6B48-35F1-BACF-83240D940777> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2ad19000 - 0x7fff2ad31fff liblzma.5.dylib (16) <A45348BC-AA9C-39D6-A7C3-2246A3EFA34C> /usr/lib/liblzma.5.dylib
0x7fff2ad32000 - 0x7fff2ad33fff libcoretls_cfhelpers.dylib (169) <C0F19E92-DACB-3100-8610-62DEC5E5FB81> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff2ad34000 - 0x7fff2ae2dfff com.apple.APFS (1677.60.23 - 1677.60.23) <8271EE40-CDF5-3E0B-9F42-B49DC7C46C98> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff2ae2e000 - 0x7fff2ae3bfff libxar.1.dylib (452) <3F3DA942-DC7B-31EF-BCF1-38F99F59A660> /usr/lib/libxar.1.dylib
0x7fff2ae3c000 - 0x7fff2ae3ffff libutil.dylib (58.40.2) <85CF2B3B-6BEB-381D-8683-1DE2B0167ECC> /usr/lib/libutil.dylib
0x7fff2ae40000 - 0x7fff2ae68fff libxslt.1.dylib (17.2) <2C881E82-6E2C-3E92-8DC5-3C2D05FE7C95> /usr/lib/libxslt.1.dylib
0x7fff2ae69000 - 0x7fff2ae73fff libChineseTokenizer.dylib (37) <36891BB5-4A83-33A3-9995-CC5DB2AB53CE> /usr/lib/libChineseTokenizer.dylib
0x7fff2ae74000 - 0x7fff2afecfff libvMisc.dylib (760.40.6) <31EC654D-61A8-3E20-8C52-A2CF2EC40283> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2dc17000 - 0x7fff2dc17fff liblaunch.dylib (2038.40.38) <05A7EFDD-4111-3E4D-B668-239B69DE3D0F> /usr/lib/system/liblaunch.dylib
0x7fff300c4000 - 0x7fff300c4fff libsystem_product_info_filter.dylib (8.40.1) <7CCAF1A8-F570-341E-B275-0C80B092F8E0> /usr/lib/system/libsystem_product_info_filter.dylib
0x7fff3019f000 - 0x7fff3019ffff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <6F9FAB68-D5E2-3AB8-B7A9-1628EE624C8B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff301c6000 - 0x7fff301c6fff com.apple.CoreServices (1122.11 - 1122.11) <5DDB040C-6E92-3DBE-9049-873F510F26E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff30494000 - 0x7fff30494fff com.apple.Accelerate (1.11 - Accelerate 1.11) <118547AB-0B78-3A12-ACFC-C139223D7EAE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff6cac3000 - 0x7fff6cac9fff libCoreFSCache.dylib (177.22) <4ECE128D-5E79-3ADF-8FE7-4FE8F565F8AA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
Translated Code Information:
tmp0: 0x000000010f61b090 tmp1: 0x0000000000ffffff tmp2: 0x0000000000000000
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: 2320
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=600.1M resident=0K(0%) swapped_out_or_unallocated=600.1M(100%)
Writable regions: Total=813.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=813.1M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
\=========== ======= =======
Activity Tracing 256K 1
Dispatch continuations 64.0M 1
Kernel Alloc Once 8K 1
MALLOC 76.1M 19
MALLOC guard page 96K 4
MALLOC_MEDIUM (reserved) 472.0M 5 reserved VM address space (unallocated)
Rosetta Arena 2048K 1
Rosetta Generic 6768K 1689
Rosetta IndirectBranch 512K 1
Rosetta JIT 128.0M 1
Rosetta Return Stack 500K 50
Rosetta Thread Context 500K 50
STACK GUARD 8K 2
Stack 19.7M 25
Stack Guard 56.1M 23
VM_ALLOCATE 21.9G 1632
VM_ALLOCATE (reserved) 128K 2 reserved VM address space (unallocated)
__DATA 3036K 152
__DATA_CONST 6345K 94
__DATA_DIRTY 289K 59
__LINKEDIT 508.7M 11
__OBJC_RO 60.5M 1
__OBJC_RW 2451K 2
__TEXT 91.5M 152
__UNICODE 588K 1
mapped file 4.1G 513
shared memory 64K 4
unshared pmap 3392K 2
\=========== ======= =======
TOTAL 27.4G 4498
TOTAL, minus reserved VM space 26.9G 4498
Model: MacBookPro17,1, BootROM 6723.61.3, proc 8:4:4 processors, 16 GB, SMC
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: lp_ddr4
AirPort: spairport_wireless_card_type_airport_extreme, wl0: Oct 20 2020 12:49:54 version 18.20.222.14.7.8.100 FWID 01-ba327c2d
Bluetooth: Version 8.0.2f9, 3 services, 25 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
Thunderbolt Bus: MacBook Pro, Apple Inc., 0.0
Thunderbolt Bus: MacBook Pro, Apple Inc., 0.0
Der Fehler taucht nicht auf wenn ich das Weatherforecast Projekt ohne Debugging kompiliere. Was ich allerdings seltsam finde, da laut Microsoft Docs dieser Fehler eigentlich schon beseitigt sein soll. Daher weiß ich nicht, ob ich etwas falsch mache.
Ich habe aber ein eigenes Projekt importiert und da taucht dieser Fehler aber immer auf. Egal ob mit oder ohne Debugging. Kurios.
Ich habe natürlich gegoogelt. Was ich getan habe:
Kann mir wer helfen?
Ich danke euch allen für eure Antworten.
Ich hatte davor einen Dell XPS aber wieder zurückgeschickt. Ich weiß nicht was Dell raucht um für derartige Hardware solche Preise zu verlangen. Ich hab hier jetzt einen Macbook Pro stehen. Rein qualitativ ist das Gerät 1a. Was das OS anbelangt, bin ich noch unerfahren. Aber das wird sich mit der Zeit geben. Ich werde jetzt damit einfach leben. Mit all seinen Vor -und Nachteilen.
Ich habe auch schon Probleme mit VS. Aber ich weiß nicht, ob es angebracht wäre, dass hier anzusprechen.
Aber eine Frage hätte ich noch, auch wenn es etwas Off-Topic ist.
Ist Parallels gut und hat damit jemand Erfahrungen? Was ich bisher gelesen habe, scheint das eine feine Sache zu sein.
Guten Abend,
ich fange eventuell bald ein Praktikum an in dem Module für Sage in C# programmiert werden.
Durch Google hab ich erfahren was Sage ist. Ich möchte mich natürlich auf das Praktikum vorbereiten. Leider habe ich keine Informationen gefunden (Tutorials, Beschreibungen) wie man da am besten anfängt.
Kurz: Ich suche einen Einstieg in das Thema. Kennt da eventuell jemand ein paar Tutorials oder ähnliches zumindest einen Einblick in die Sache geben?
Vielen Dank
Guten Abend,
ich habe in ein Programm das Adobe Acrobat Steuerelement eingefügt in dem PDFs anzeigt werden.
In dem Programm wird aus dem Text einer TextBox eine PDF erzeugt. Es tritt nur dass kleine Problem auf, dass in der PDF die erzeugt wird, offenbar keinerlei Zeilenumbruch stattfindet. D.h. der Text, der in der TextBox geschrieben wird, verschwindet in der PDF Vorschau-Steuerelement irgendwann ins Nirvana.
Leider war die Google-Suche nicht wirklich ergiebig zu dem Thema, insbesondere zum Thema Zeilenumbruch. Hat jemand eventuell Erfahrung mit dem Thema?
Gruß und schönen Abend noch
Ok, hab es selbst gelöst. Habe jetzt einfach einen Task erstellt, der bei Maus UP wieder abgebrochen wird. Ist zwar vielleicht nicht der beste Weg, aber er funzt.
Guten Abend zusammen,
Mein Spiel wächst. Per linken Mausklick schießt das Raumschiff Laserstrahlen. Was auch soweit funktioniert. Siehe Code:
private void Form1_Click(object sender, EventArgs e)
{
dauerfeuer = true;
TimeSpan verstricheneZeit = DateTime.Now - start;
if (verstricheneZeit.TotalMilliseconds > schussVerzoegerung)
{
Geschoss geschoss = new Geschoss(Properties.Resources.new_bullet, true, this.PointToClient(Cursor.Position).X - 38, this.PointToClient(Cursor.Position).Y - 40, 5);
try
{
soundArray[1].Position = 1;
soundAusgabe.Init(soundArray[1]);
soundAusgabe.Volume = 0.1f;
soundAusgabe.Play();
}
catch { }
lock (geschossListe_lock)
geschossListe.Add(geschoss);
start = DateTime.Now;
}
}
Ich würde nun aber gerne einbauen, dass bei gedrückt haltender Maustaste Geschosse verschossen werden. Ich habe mehrmals gegoogelt, allerdings nur Lösungen für ein normales Mouse Click Event gefunden.
Ich habe etwas rumexperimentiert, aber keine Lösung gefunden. Mein neuster Versuch sieht so aus:
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left && dauerfeuer)
{
do
{
Geschoss geschoss = new Geschoss(Properties.Resources.new_bullet, true, this.PointToClient(Cursor.Position).X - 38, this.PointToClient(Cursor.Position).Y - 40, 5);
} while (dauerfeuer);
}
}
private void Form1_MouseUp(object sender, MouseEventArgs e)
{
dauerfeuer = false;
}
Weis jemand Rat?
Kurzes Update:
Die Cursor.Clip Funktion funktioniert besonders gut mit selbst erstellten Grenzen und etwas weniger gut wenn es sich tatsächlich um die Grenze der Form handelt.
Die Clip Eigenschaft verlangt nach einer Size. Ich habe dafür einfach ein globales Rectangle erstellt mit meinen gewünschten Maßen und hab das einfach mit übergeben.
Jetzt läuft es wie geschmiert.
Vielleicht bin ich doch nicht zu blöd zum programmieren 😃
Hab es getestet und es läuft. Zwar auch nicht 100%, aber besser als mein Code.
Wieder was dazu gelernt.
Danke für die Antworten. Ich probier es gleich mal.
Grüsse,
Ich arbeite gerade an einem Weltraum Shooter, daß ich in Windows Forms programmiere.
Da das Formfenster einen speziellen Bereich hat in dem sich das Raumschiff bewegen soll, möchte ich, dass dieses diesen Bereich nicht verlassen kann.
Der Code funktioniert an sich. Allerdings nicht sauber. An der Stelle habe ich den Events Mouse_Leave und Mouse_Move gearbeitet. Evtl hat ja jemand einen besseren Vorschlag.
private void Form1_MouseLeave(object sender, EventArgs e)
{
if (this.PointToClient(Cursor.Position).X <= 30)
{
Cursor.Position = new Point(this.PointToClient(Cursor.Position).X + this.Width- 35,
this.PointToClient(Cursor.Position).Y + 130);
}
private void Form1_MouseMove(object sender, MouseEventArgs e)
{
lock (_lock)
{
raumschiff.PosX = this.PointToClient(Cursor.Position).X;
raumschiff.PosY = this.PointToClient(Cursor.Position).Y;
raumschiff.HitboxRaum();
}
}
An sich wäre ich damit zufrieden. Wenn man den Mauszeiger versucht "leicht" aus dem Fenster zu schieben, springt er wieder zurück. Wenn es aber mit aller Gewalt probiere, springt er trotzdem raus. Also im Idealfall irgendwas, bei dem ich verhindern kann, dass er das Form verlässt.
Danke für die vielen Antworten. Hat alles geklappt.
Da die PDF Dateien nun in dem Listview angezeigt werden, möchte ich nun erreichen, dass ein Klick auf die gewünschte Datei die PDF innerhalb der Forms von mir aus in einer PictureBox angezeigt wird. Quasi ein Quick View.
Entweder es gibt irgendeine Nuget Klasse, wo es ein spezielles View Fenster gibt wo man sich PDF's anzeigen lassen kann, oder es wird wohl darauf hinauslaufen, die PDF in ein Image umzuwandeln und dann über eine PictureBox anzeigen lassen kann.
Hat damit zufällig jemand Erfahrungen? Ich hab schonmal in NuGet geschaut. Aber da findet man fast nur von Datei x --> pdf und nicht umgekehrt.
Die PDFs in eine Liste aufnehmen ist auch nicht möglich.
public List<PdfDocument> pdfliste = new List<PdfDocument>();
string verzeichnisPfad = Application.StartupPath;
DirectoryInfo ParentDirectory = new DirectoryInfo(verzeichnisPfad);
foreach (PdfDocument p in ParentDirectory.GetFiles())
{
pdfliste.Add(p);
}
Bei der Liste mosert er über die foreach. Er sagt das die FileInfo Klasse nicht zu PDF Sharp konvertiert werden kann.
Nabend zusammen,
hier habe ich ein kleines Programm, dass die Dateien bzw die Dateinamen in einem ListView anzeigen soll.
Es ist nur doof, dass es das nicht tut 😃
Ich habe mich natürlich schon auf Fehlersuche begeben und bin fündig geworden bzw konnte den Fehler stark eingrenzen. Der Code an sich funktioniert und macht was er soll, bis auf auf das listView.
Aus irgendeinem Grund, listet er mir die fileNamen nicht in dem View auf. Das ListView hat auf jedenfall eine Spalte und als "Ansicht" ist "Details" eingstellt.
Im listViewItem wurden die fileNamen auch ordnungsgemäß gespeichert. Das hatte ich überprüft mittels einer MessageBox.
Hier mal der Code. Eure geschulten Augen, sehen bestimmt sofort das Problem.
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace InfoZentrale
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void button2_Click(object sender, EventArgs e)
{
string textBoxInhalt = textBox1.Text;
string pfad = $"{textBox2.Text}{DateTime.Today.Day}.txt";
string[] contents = new string[1000];
File.WriteAllText(pfad, textBoxInhalt);
}
public void ReadFolder()
{
ListViewItem list = new ListViewItem();
string verzeichnisPfad = @"C:\Users\Daniel\source\repos\InfoZentrale\InfoZentrale\bin\Debug\";
DirectoryInfo ParentDirectory = new DirectoryInfo(verzeichnisPfad);
ListViewItem fileNamen = new ListViewItem();
foreach (FileInfo f in ParentDirectory.GetFiles())
{
fileNamen.SubItems.Add(f.FullName);
}
listView1.Items.Add(fileNamen);
}
private void button4_Click(object sender, EventArgs e)
{
ReadFolder();
}
Ihr habt recht.
Es ging mir jetzt weniger um Hilfe für deine Aufgabe, eher dass ihr meine Tränen wegwischt 😄
Offenbar ist der Prozess der zum Thema "Zusammenspiel der Klassen untereinander" noch nicht wirklich in meinem Kopf gereift. Aber ich werde auf jedenfall weiter machen.
Ich danke euch für die Antworten und wünsche euch noch einen schönen Tag.
Bei der vorangegangenen Aufgabe habe/hatte ich auch meine Probleme. Wie gesagt. Es ist nicht das Verständnis wie die Dinge funktionieren, sondern eher, das Wissen dann nach Code umzuwandeln.
Vielleicht bin ich wirklich nicht geeignet dazu. Das schlimme ist, dass ich gar nicht genau sagen kann, wo das Problem liegt.
Danke für die schnelle Antwort.
Die Aufgabenstellung lautete folgendermaßen:
Schreibe eine generische Klasse "DynamicArray" für eine Datenstruktur, die sich wie
ein 2D-Array verhält. Der Zugriff auf die darin abgespeicherten Daten soll über die
Indexer [x] sowie [x,y] möglich sein. Anders als bei einem 2D-Array, welches eine
statische Datenstruktur darstellt, soll es sich hierbei um eine dynamische Struktur
handeln (Liste of Liste). Zum Abspeichern und Strukturieren der Daten verwende die
Lösung der vorangegangenen Aufgabe 3 (die Klassen "Liste" und "Node").
Das Hinzufügen neuer sowie das Löschen bestehender Datensätze (Index [x]) soll über
die objektgebundenen Methoden "Add()" und "Del(int x)" möglich sein.
Ich meine, ich habe denke ich habe mir schon viel Wissen über das Programmieren angeeignet. Aber man ließt ja immer so viel, von wegen dass man gewisse Denkstrukturen braucht. Ich habe halt selbst den Anspruch an mich nicht nur irgendwie zu programmieren, sondern gut zu programmieren.
Und wenn ich dann eine Aufgabe habe, die ich augenscheinlich verstanden habe, aber dann nix zu Stande bekomme, frisst mich das auf.
Guten Tag zusammen,
ich habe vor kurzen die Aufgabe erhalten eine eigene Implementierung einer List of List zu schreiben. ( List[][] )
Kurz gesagt, gehe ich bei dieser Aufgabe einigermmaßen untergegangen. Ich verstehe zwar grundsätzlich das Prinzip und wie es funktioniert, trotzdem fällt es mir schwer, dass Prinzip in Codezeilen zu transformieren.
Ich muss dazu sagen, dass ich seit 5 Monaten programmiere. Ich kann sagen, dass ich einen persönlichen Lehrer habe, was dass Programmieren anbelangt. Er macht seinen Job auch sehr gut.
Er hats aber auch nicht immer leicht mit mir. 😃 In den 5 Monaten, habe ich bereits viel gelernt und habe bereits selbst Spiele programmiert wie z.b. ein Kniffel Abklatsch und Mastermind.
Das Klassenkonzept wurde kam zwar bisher auch hier und da vor, aber nicht in dem Ausmaß wie bei dieser Aufgabe nun.
Es ist nur so, dass wenn ich so klanglos untergehe wie bei dieser Aufgabe untergehe, ich wieder von Selbstzweifel zerfressen werde und ich mich frage, ob ich überhaupt als Programmierer geeignet bin und ich die geistigen Voraussetzungen mitbringe.
Vor allen macht mir das Problem zu schaffen, dass ich grundsätzlich bis jetzt alles verstanden habe und trotzdem Probleme habe, Konzepte als Code wiederzugeben.
Was haltet ihr von der Aufgabe? Es ist mir bewusst, dass ihr mich nicht kennt, oder wie mein Wissensstand ist, noch - wie schnell ich lerne ect.
Aber haltet ihr so eine Aufgabe eher für Fortgeschritten, oder gehört sie noch zu den Basics. Die wir nebenbei gerade abgeschlossen haben.
Danke im Vorfeld für die Antworten