MASSHUU12 / godot-yat

YAT is an plugin that provides a customizable, in-game terminal for your Godot (C#) project.
https://godotengine.org/asset-library/asset/2324
MIT License
135 stars 5 forks source link

Godot hangs forever when exiting [MacOS] [M2] [ARM] #292

Open innateessence opened 4 months ago

innateessence commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Open Godot Mono (C# build)
  2. Install YAT
  3. Build project (to generate .csproj file)
  4. Edit .csproj file as outlined in usage.md
  5. Enable YAT
  6. Observe "YAT 1.28.0-beta loaded!" message in console.
  7. Exit godot
  8. Godot hangs...

Expected behavior Godot exits cleanly.

Actual behavior Godot hangs forever until I open a terminal and type kill -9 <pid_of_godot>

Screenshots image

Desktop/smartphone (please complete the following information):

Additional context I am a dev, although I am new to Godot, and not very experienced with C#, so, if we need to communicate effectively, please keep this in mind.

I have 3 other plugins installed, This problem only exists when YAT is enabled. The other plugins are displayed in the screenshot: image

P.S. You may want to consider adding 2 additions I included to your future bug report template:

innateessence commented 4 months ago

The bug exists with YAT as the only enabled plugin.

Wanted to verify as a sanity check.

innateessence commented 4 months ago

First Auto Battler.csproj

<Project Sdk="Godot.NET.Sdk/4.2.2">
  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
    <TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
    <EnableDynamicLoading>true</EnableDynamicLoading>
    <RootNamespace>FirstAutoBattler</RootNamespace>
    <LangVersion>12.0</LangVersion>
  </PropertyGroup>
  <ItemGroup>
    <Compile Remove="script_templates/**/*.cs" />
  </ItemGroup>
</Project>
MASSHUU12 commented 4 months ago

Hey, thank you for reporting the bug, and for the suggestion, I will take them into consideration.

Unfortunately, I do not own any computer from Apple, nor do I know anyone who could lend me one for testing. I tried running macOS on a virtual machine. Unfortunately, it was very unstable and every now and then the kernel would panic, effectively making it impossible to install.

As a result, I am unable to diagnose the problem and fix it. At this point, I will try to look for another solution.

In the meantime, please answer the following questions:

I would appreciate it if you would also check if this error occurs under Godot v4.3.dev6.mono.

I do not promise that even with the answers to these questions I will be able to fix this bug, due to the lack of access to macOS, but I will try.

innateessence commented 4 months ago

Thank you for getting back to me. This looks like a cool project :)

Does YAT work properly when the game is running?

Yes. It works as expected from my PoV. I can open the terminal and issue commands seemingly without any issues. I haven't tried to make super heavy use of YAT yet, but I can issue basic commands in a REPL/shell and see the output as expected

Does disabling YAT in the project settings cause the editor to freeze, or only when closing it?

Disabling YAT does not cause the editor to freeze. I am fairly confident that freezing only happens under two conditions:

For context, the game freezing when exiting the game also only occurs when the YAT plugin is enabled. image

Does the bug still occur if you compile the project under .NET 7 and language version 11?

Unknown. I will give this a try and report back.

I would appreciate it if you would also check if this error occurs under Godot v4.3.dev6.mono.

The problem still occurs in Godot v4.3.dev6.mono. (Both the game window freezing when exiting the game. and the editor freezing when exiting the editor.)

MASSHUU12 commented 4 months ago

Thank you for your reply, I'm glad you like the project despite this bug.

Since the error occurs both when closing the editor and the game, it seems to me that the problem may be caused by some static variable. This seems so to me because there is no code in YAT that is marked as Tool (running in the editor) other than the file that adds autoload and one unused that does nothing. I'll go through the Godot documentation, because I may have missed something.

You can delete EditorTerminal.cs and EditorTerminal.tscn to verify that surely these unused files are not the problem (although I don't think so). It's a leftover from when I tried to put YAT into the editor, I'll get around to it someday.

I also recently released a new version of YAT that fixes a few things I don't think are related to this bug, but the new release itself also adds some cool stuff, so it's still worth checking out.

Does the bug still occur if you compile the project under .NET 7 and language version 11?

Unknown. I will give this a try and report back.

Just for the record, since you mentioned that you are not experienced with C#. You don't need to install .NET 7, .NET is backward compatible, so just change the appropriate settings in .csproj and everything should work. To make sure everything compiles correctly, you can also delete the .godot folder in your project. Godot may display some errors the first time you run it after deleting the .godot folder, but it will recreate all the files it needs without a problem.

MASSHUU12 commented 3 months ago

So I finally managed to install and run macOS Sonoma 14.5 correctly, it works 'well', it's responsive. Unfortunately, the problem arises when I try to run the Godot project, an error about the Vulkan drivers pops up:

image

In turn, running Godot using OpenGL3 results in a white screen:

image

I'm assuming these problems are VM specific, but if you have suggestions on how I can work around this, I'd be happy to use them.

innateessence commented 3 months ago

Does the bug still occur if you compile the project under .NET 7 and language version 11?

The bug still occurs under this version unfortunately

innateessence commented 3 months ago

I'm assuming these problems are VM specific, but if you have suggestions on how I can work around this, I'd be happy to use them.

Unfortunately, I don't know how to get around these issues :(

Apple doesn't like it when people emulate their OS.

MASSHUU12 commented 3 months ago

I'm afraid there is nothing more I can do about this problem for the moment

innateessence commented 3 months ago

I'm afraid there is nothing more I can do about this problem for the moment

That's okay, I appreciate the effort you put into this in the first place.

If you decide to add a way to add verbose logging and want to see the output of those verbose logs, let me know

buahaha commented 2 months ago

I can confirm that on recent (silicon) MacBook (hardware) problem somewhat is still there. I could not make the terminal work for me, but the Godot editor hang forever when I tried to exit while the add-on was loaded.

MASSHUU12 commented 2 months ago

You mean YAT doesn't work in the game at all?

Can you share information such as system version, YAT, Godot, .NET and CPU? You can easily get most of this information by clicking on Help > Copy System Info in the upper left corner of the editor.

I would also appreciate it if you run Godot with YAT enabled via terminal and then try to shut down the editor. Godot returns various information to the terminal on a regular basis. Also, when Godot is killed using the task manager, it should return crash information. This information may prove useful.

buahaha commented 2 months ago

OK. tell me, please, which scene from the example folder to run?, I could help you with that...

Can you please, also tell me how to run Godot with YAT enabled via terminal? - I'm sorry to bother you with such simple tasks, but I'm not the best game dev...

I would really be glad if we could find this bug and get things going.

Pozdrawiam, Szymon

buahaha commented 2 months ago

First things first

  1. YAT works in the MainMenu.tscn example.
  2. Hangs forever on Godot quit, here's the crash report -
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Godot [49604]
Path:                  /Applications/Godot_mono.app/Contents/MacOS/Godot
Identifier:            org.godotengine.godot
Version:               4.2.2 (4.2.2)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2024-07-24 22:19:41.4587 +0200
OS Version:            macOS 14.5 (23F79)
Report Version:        12
Anonymous UUID:        C08C6A67-BF15-EC25-57DC-7C6AF539423A

Sleep/Wake UUID:       52654573-ED96-4148-82A3-D04D81A5EE0C

Time Awake Since Boot: 97000 seconds
Time Since Wake:       7261 seconds

System Integrity Protection: enabled

Crashed Thread:        32

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 6 Abort trap: 6
Terminating Process:   Godot [49604]

Application Specific Information:
abort() called

Thread 0::  Dispatch queue: com.apple.main-thread
0   Godot                                  0x104038b44 0x100048000 + 67046212
1   Godot                                  0x100d4eff4 0x100048000 + 13660148
2   Godot                                  0x103daf6c4 0x100048000 + 64386756
3   Godot                                  0x102cfb0a4 0x100048000 + 46870692
4   Godot                                  0x102e88f00 0x100048000 + 48500480
5   Godot                                  0x1007d2fe4 0x100048000 + 7909348
6   Godot                                  0x1007ae0d8 0x100048000 + 7758040
7   dyld                                   0x18e34e0e0 start + 2360

Thread 1:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x1039acadc _IP_ResolverPrivate::_thread_function(void*) + 152
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 2:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 3:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 5:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 7:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 8:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 9:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x18e5fcb14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103ddc440 0x100048000 + 64570432
4   Godot                                  0x1038b6e50 0x100048000 + 59174480
5   Godot                                  0x1038b71b8 0x100048000 + 59175352
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 10:: com.apple.NSEventThread
0   libsystem_kernel.dylib                 0x18e6961f4 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x18e6a8b24 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x18e69ee34 mach_msg_overwrite + 476
3   libsystem_kernel.dylib                 0x18e696578 mach_msg + 24
4   CoreFoundation                         0x18e7b6680 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                         0x18e7b4f44 __CFRunLoopRun + 1208
6   CoreFoundation                         0x18e7b4434 CFRunLoopRunSpecific + 608
7   AppKit                                 0x19213e188 _NSEventThread + 144
8   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
9   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 11:: caulk.messenger.shared:17
0   libsystem_kernel.dylib                 0x18e696170 semaphore_wait_trap + 8
1   caulk                                  0x198c4f624 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x198c4f4d8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x198c4f1d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
5   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 12:: caulk.messenger.shared:high
0   libsystem_kernel.dylib                 0x18e696170 semaphore_wait_trap + 8
1   caulk                                  0x198c4f624 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x198c4f4d8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x198c4f1d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
5   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 13:: caulk::deferred_logger
0   libsystem_kernel.dylib                 0x18e696170 semaphore_wait_trap + 8
1   caulk                                  0x198c4f624 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x198c4f4d8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x198c4f1d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
5   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 14:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib                 0x18e6961f4 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x18e6a8b24 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x18e69ee34 mach_msg_overwrite + 476
3   libsystem_kernel.dylib                 0x18e696578 mach_msg + 24
4   CoreAudio                              0x1910739f0 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 96
5   CoreAudio                              0x190f47fe0 HALC_ProxyIOContext::IOWorkLoop() + 4272
6   CoreAudio                              0x190f467f8 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 108
7   CoreAudio                              0x1910cc5c4 HALC_IOThread::Entry(void*) + 88
8   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
9   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 15:
0   libsystem_kernel.dylib                 0x18e6961f4 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x18e6a8b24 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x18e69ee34 mach_msg_overwrite + 476
3   libsystem_kernel.dylib                 0x18e696578 mach_msg + 24
4   libcoreclr.dylib                       0x11a748d80 MachMessage::Receive(unsigned int) + 80
5   libcoreclr.dylib                       0x11a7480d8 SEHExceptionThread(void*) + 156
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 16:: .NET SynchManager
0   libsystem_kernel.dylib                 0x18e69eb70 poll + 8
1   libcoreclr.dylib                       0x11a73aec0 CorUnix::CPalSynchronizationManager::ThreadPrepareForShutdown() + 24
2   libcoreclr.dylib                       0x11a73c9c8 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 892
3   libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
4   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
5   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 17:: .NET EventPipe
0   libsystem_kernel.dylib                 0x18e69eb70 poll + 8
1   libcoreclr.dylib                       0x11aa41e14 ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int)) + 184
2   libcoreclr.dylib                       0x11aaf44fc ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int)) + 592
3   libcoreclr.dylib                       0x11aaf22d0 server_thread(void*) + 372
4   libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
5   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
6   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 18:: .NET DebugPipe
0   libsystem_kernel.dylib                 0x18e696c50 __open + 8
1   libsystem_kernel.dylib                 0x18e6a1de8 open + 64
2   libcoreclr.dylib                       0x11aa42d10 TwoWayPipe::WaitForConnection() + 40
3   libcoreclr.dylib                       0x11aa3cc54 DbgTransportSession::TransportWorker() + 228
4   libcoreclr.dylib                       0x11aa3bc84 DbgTransportSession::TransportWorkerStatic(void*) + 40
5   libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
6   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
7   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 19:: .NET Debugger
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11aa3a280 DebuggerRCThread::MainLoop() + 208
6   libcoreclr.dylib                       0x11aa3a14c DebuggerRCThread::ThreadProc() + 232
7   libcoreclr.dylib                       0x11aa39f18 DebuggerRCThread::ThreadProcStatic(void*) + 56
8   libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
9   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
10  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 20:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73f5c8 SleepEx + 160
5   libcoreclr.dylib                       0x11a89b640 __SwitchToThread(unsigned int, unsigned int) + 20
6   libcoreclr.dylib                       0x11a892d7c FinalizerThread::FinalizerThreadStart(void*) + 172
7   libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
8   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
9   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 21:: .NET SigHandler
0   libsystem_kernel.dylib                 0x18e696db4 read + 8
1   libSystem.Native.dylib                 0x11a0105d8 SignalHandlerLoop + 96
2   libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
3   libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 22:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11a829528 Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 676
6   libcoreclr.dylib                       0x11a824a80 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib                       0x11a877610 WaitHandleNative::CorWaitOneNative(void*, int) + 172
8   ???                                    0x303dcb1ec ???
9   ???                                    0x30036c87c ???
10  ???                                    0x300349350 ???
11  libcoreclr.dylib                       0x11a9df744 CallDescrWorkerInternal + 132
12  libcoreclr.dylib                       0x11a85a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
13  libcoreclr.dylib                       0x11a86da88 ThreadNative::KickOffThread_Worker(void*) + 148
14  libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
15  libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
16  libcoreclr.dylib                       0x11a86db60 ThreadNative::KickOffThread(void*) + 172
17  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
18  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
19  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 23:
0   libsystem_kernel.dylib                 0x18e69c340 kevent + 8
1   libSystem.Native.dylib                 0x11a00ec50 SystemNative_WaitForSocketEvents + 76
2   ???                                    0x301c51ec0 ???
3   ???                                    0x301c8972c ???
4   ???                                    0x3003493c8 ???
5   libcoreclr.dylib                       0x11a9df744 CallDescrWorkerInternal + 132
6   libcoreclr.dylib                       0x11a85a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
7   libcoreclr.dylib                       0x11a86da88 ThreadNative::KickOffThread_Worker(void*) + 148
8   libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
9   libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
10  libcoreclr.dylib                       0x11a86db60 ThreadNative::KickOffThread(void*) + 172
11  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
12  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
13  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 24:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11a829680 Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 1020
6   libcoreclr.dylib                       0x11a824a80 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib                       0x11a877950 WaitHandleNative::CorWaitMultipleNative(void**, int, bool, int) + 180
8   ???                                    0x30034e250 ???
9   ???                                    0x30034e01c ???
10  ???                                    0x30272ad94 ???
11  ???                                    0x300349350 ???
12  libcoreclr.dylib                       0x11a9df744 CallDescrWorkerInternal + 132
13  libcoreclr.dylib                       0x11a85a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
14  libcoreclr.dylib                       0x11a86da88 ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
16  libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib                       0x11a86db60 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
20  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 25:
0   libsystem_pthread.dylib                0x18e6d1d20 start_wqthread + 0

Thread 26:
0   libsystem_pthread.dylib                0x18e6d1d20 start_wqthread + 0

Thread 27:
0   libsystem_pthread.dylib                0x18e6d1d20 start_wqthread + 0

Thread 28:
0   libsystem_pthread.dylib                0x18e6d1d20 start_wqthread + 0

Thread 29:: .NET TP Worker
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73abc8 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 236
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11a73efb8 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib                       0x11a8777a4 WaitHandle_CorWaitOnePrioritizedNative + 56
7   ???                                    0x30251f044 ???
8   ???                                    0x30253784c ???
9   ???                                    0x3024f879c ???
10  ???                                    0x303e0a3f0 ???
11  ???                                    0x303e09db8 ???
12  libcoreclr.dylib                       0x11a9df744 CallDescrWorkerInternal + 132
13  libcoreclr.dylib                       0x11a85a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
14  libcoreclr.dylib                       0x11a86da88 ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
16  libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib                       0x11a86db60 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
20  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 30:: .NET TP Worker
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73abc8 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 236
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11a73efb8 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib                       0x11a8777a4 WaitHandle_CorWaitOnePrioritizedNative + 56
7   ???                                    0x30251f044 ???
8   ???                                    0x30253784c ???
9   ???                                    0x3024f879c ???
10  ???                                    0x303e0a3f0 ???
11  ???                                    0x303e09db8 ???
12  libcoreclr.dylib                       0x11a9df744 CallDescrWorkerInternal + 132
13  libcoreclr.dylib                       0x11a85a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
14  libcoreclr.dylib                       0x11a86da88 ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
16  libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib                       0x11a86db60 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
20  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 31:: .NET TP Worker
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73abc8 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 236
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11a73efb8 PAL_WaitForSingleObjectPrioritized + 76
6   libcoreclr.dylib                       0x11a8777a4 WaitHandle_CorWaitOnePrioritizedNative + 56
7   ???                                    0x30251f044 ???
8   ???                                    0x30253784c ???
9   ???                                    0x3024f879c ???
10  ???                                    0x303e0a3f0 ???
11  ???                                    0x303e09db8 ???
12  libcoreclr.dylib                       0x11a9df744 CallDescrWorkerInternal + 132
13  libcoreclr.dylib                       0x11a85a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
14  libcoreclr.dylib                       0x11a86da88 ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
16  libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib                       0x11a86db60 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
20  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 32 Crashed:
0   libsystem_kernel.dylib                 0x18e69ea60 __pthread_kill + 8
1   libsystem_pthread.dylib                0x18e6d6c20 pthread_kill + 288
2   libsystem_c.dylib                      0x18e5e3ac4 __abort + 136
3   libsystem_c.dylib                      0x18e5e3a3c abort + 192
4   libc++abi.dylib                        0x18e68dd08 abort_message + 132
5   libc++abi.dylib                        0x18e67dfa4 demangling_terminate_handler() + 320
6   libobjc.A.dylib                        0x18e31c1e0 _objc_terminate() + 160
7   libc++abi.dylib                        0x18e68d0cc std::__terminate(void (*)()) + 16
8   libc++abi.dylib                        0x18e690348 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 88
9   libc++abi.dylib                        0x18e69028c __cxa_throw + 308
10  libc++.1.dylib                         0x18e60ea28 std::__1::__throw_system_error(int, char const*) + 100
11  libc++.1.dylib                         0x18e6028c0 std::__1::recursive_mutex::lock() + 40
12  Godot                                  0x103deccc4 0x100048000 + 64638148
13  Godot                                  0x103d88364 0x100048000 + 64226148
14  Godot                                  0x103d874e8 0x100048000 + 64222440
15  libsystem_c.dylib                      0x18e5942e8 __cxa_finalize_ranges + 476
16  libsystem_c.dylib                      0x18e594070 exit + 44
17  libcoreclr.dylib                       0x11a741920 PROCEndProcess(void*, unsigned int, int) + 416
18  libcoreclr.dylib                       0x11a74177c ExitProcess + 188
19  libcoreclr.dylib                       0x11a887ea4 SafeExitProcess(unsigned int, ShutdownCompleteAction) + 296
20  libcoreclr.dylib                       0x11a73ca68 CorUnix::TerminationRequestHandlingRoutine(void*) + 28
21  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
22  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
23  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 33:
0   libsystem_kernel.dylib                 0x18e6999ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18e6d755c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11a73abc8 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 236
3   libcoreclr.dylib                       0x11a73a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11a73f5c8 SleepEx + 160
5   libcoreclr.dylib                       0x11a83009c TieredCompilationManager::BackgroundWorkerStart() + 212
6   libcoreclr.dylib                       0x11a82feec TieredCompilationManager::BackgroundWorkerBootstrapper1(void*) + 108
7   libcoreclr.dylib                       0x11a82cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
8   libcoreclr.dylib                       0x11a82d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
9   libcoreclr.dylib                       0x11a82fdfc TieredCompilationManager::BackgroundWorkerBootstrapper0(void*) + 40
10  libcoreclr.dylib                       0x11a745c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib                0x18e6d6f94 _pthread_start + 136
12  libsystem_pthread.dylib                0x18e6d1d34 thread_start + 8

Thread 32 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x0000000000000074   x7: 0x0000000000000d70
    x8: 0xb502787617bc06ef   x9: 0xb5027877673d76ef  x10: 0x00000000000003e8  x11: 0x000000000000002d
   x12: 0x0000000000000000  x13: 0x00000000001ff800  x14: 0x00000000000007fb  x15: 0x00000000cde17843
   x16: 0x0000000000000148  x17: 0x00000002008c5928  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000170817000  x21: 0x0000000000004c13  x22: 0x00000001708170e0  x23: 0x000000010609f088
   x24: 0x00000000ffffffff  x25: 0x00000001f6519000  x26: 0x000000000000000a  x27: 0x0000000000000009
   x28: 0x0000000000000009   fp: 0x0000000170816bf0   lr: 0x000000018e6d6c20
    sp: 0x0000000170816bd0   pc: 0x000000018e69ea60 cpsr: 0x40001000
   far: 0x0000000000000000  esr: 0x56000080  Address size fault

Binary Images:
       0x13ef00000 -        0x13ef03fff com.apple.icloud.drive.fileprovider.override (1.0) <db39a641-8c34-385d-8faf-37cb3dcfc89e> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride
       0x13ef84000 -        0x13efa3fff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (14.5) <45b63a1f-97c2-3047-9430-120757ec26f6> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x13ec48000 -        0x13ec4ffff com.apple.FileProviderOverride (1835.120.53) <48c78787-aebf-3b9c-8300-2b20ba87b0a4> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x14ff0c000 -        0x14ff1bfff libSystem.Security.Cryptography.Native.Apple.dylib (*) <92603a27-c36a-3872-8e02-44ca0a414006> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libSystem.Security.Cryptography.Native.Apple.dylib
       0x11a004000 -        0x11a013fff libSystem.Native.dylib (*) <2dca3b5f-945b-3e4c-a2f4-91db97fcbdb2> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libSystem.Native.dylib
       0x11bda4000 -        0x11bfcbfff libclrjit.dylib (*) <c604fd4b-1750-36c1-a5c4-71ebe29be444> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libclrjit.dylib
       0x11a710000 -        0x11abb7fff libcoreclr.dylib (*) <b3bdb796-92b2-36fd-8194-ab79bc436d42> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libcoreclr.dylib
       0x11a06c000 -        0x11a0a7fff libhostpolicy.dylib (*) <78320d38-2c82-33c7-879a-243fad5242e8> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libhostpolicy.dylib
       0x119fa4000 -        0x119fdffff libhostfxr.dylib (*) <8c397efa-ac59-3000-be77-2888fb2d8c56> /usr/local/share/dotnet/host/fxr/8.0.7/libhostfxr.dylib
       0x1181e8000 -        0x11831ffff com.apple.audio.units.Components (1.14) <fd93a3bc-5142-33ea-88bd-c2258c5a032d> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x106958000 -        0x106963fff libobjc-trampolines.dylib (*) <9381bd6d-84a5-3c72-b3b8-88428afa4782> /usr/lib/libobjc-trampolines.dylib
       0x100048000 -        0x105baffff org.godotengine.godot (4.2.2) <27cf7c6a-c7e4-3f4c-86e9-86241dcbc372> /Applications/Godot_mono.app/Contents/MacOS/Godot
       0x18e348000 -        0x18e3d0a17 dyld (*) <37bbc384-0755-31c7-a808-0ed49e44dd8e> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x18e695000 -        0x18e6cfffb libsystem_kernel.dylib (*) <9b8b53f9-e2b6-36df-98e9-28d8fca732f2> /usr/lib/system/libsystem_kernel.dylib
       0x18e6d0000 -        0x18e6dcfff libsystem_pthread.dylib (*) <386b0fc1-7873-3328-8e71-43269fd1b2c7> /usr/lib/system/libsystem_pthread.dylib
       0x18e5ec000 -        0x18e678ff7 libc++.1.dylib (*) <ec33cd83-7098-3ad6-82c8-bc03ac81e87b> /usr/lib/libc++.1.dylib
       0x18e738000 -        0x18ec10fff com.apple.CoreFoundation (6.9) <84b539d5-22c9-3f8c-84c8-903e9c7b8d29> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x191fda000 -        0x193316fff com.apple.AppKit (6.9) <61f710be-9132-3cc2-883d-066365fba1ad> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x198c4d000 -        0x198c76fff com.apple.audio.caulk (1.0) <f2da6e2e-b5a0-3ce7-97f5-7d2141a3ec32> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x190d5a000 -        0x191460fff com.apple.audio.CoreAudio (5.0) <e818958c-f2dc-37df-9896-ad6e9bcd028a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x18e6dd000 -        0x18e702ff7 libdyld.dylib (*) <e49303e9-66a8-39d6-a917-e9ea8c42c63f> /usr/lib/system/libdyld.dylib
       0x18e56d000 -        0x18e5ebff7 libsystem_c.dylib (*) <05b44e93-dffc-3bd8-90ab-fd97cb73f171> /usr/lib/system/libsystem_c.dylib
       0x18e679000 -        0x18e694ffb libc++abi.dylib (*) <4ac7c5cd-3746-3a53-aad6-c231e183b705> /usr/lib/libc++abi.dylib
       0x18e2f8000 -        0x18e347d83 libobjc.A.dylib (*) <b326b2c3-1069-3d17-b49d-9dcb24efec6f> /usr/lib/libobjc.A.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: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=7.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=7.3G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG image                           960K       42 
ColorSync                          544K       26 
CoreAnimation                     3616K      225 
CoreGraphics                        48K        3 
CoreUI image data                 1072K       15 
Foundation                          48K        2 
Foundation (reserved)               16K        1         reserved VM address space (unallocated)
Kernel Alloc Once                   32K        1 
MALLOC                             7.3G      245 
MALLOC guard page                  192K       12 
STACK GUARD                       56.5M       34 
Stack                             25.3M       34 
VM_ALLOCATE                        1.5G      592 
VM_ALLOCATE (reserved)              16K        1         reserved VM address space (unallocated)
__AUTH                            1741K      318 
__AUTH_CONST                      23.0M      511 
__CTF                               824        1 
__DATA                            8348K      508 
__DATA_CONST                      29.4M      527 
__DATA_DIRTY                      1492K      165 
__FONT_DATA                          4K        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       542.2M       13 
__OBJC_RO                         71.9M        1 
__OBJC_RW                         2199K        1 
__TEXT                           570.2M      543 
dyld private memory                656K        4 
mapped file                      434.0M      151 
shared memory                     2304K       69 
===========                     =======  ======= 
TOTAL                             10.5G     4049 
TOTAL, minus reserved VM space    10.5G     4049 

-----------
Full Report
-----------

{"app_name":"Godot","timestamp":"2024-07-24 22:19:41.00 +0200","app_version":"4.2.2","slice_uuid":"27cf7c6a-c7e4-3f4c-86e9-86241dcbc372","build_version":"4.2.2","platform":1,"bundleID":"org.godotengine.godot","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.5 (23F79)","roots_installed":0,"name":"Godot","incident_id":"CB1784E6-7887-4251-BA93-C3A6F0D10446"}
{
  "uptime" : 97000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac14,2",
  "coalitionID" : 11024,
  "osVersion" : {
    "train" : "macOS 14.5",
    "build" : "23F79",
    "releaseType" : "User"
  },
  "captureTime" : "2024-07-24 22:19:41.4587 +0200",
  "codeSigningMonitor" : 1,
  "incident" : "CB1784E6-7887-4251-BA93-C3A6F0D10446",
  "pid" : 49604,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2024-07-24 22:06:00.1694 +0200",
  "procStartAbsTime" : 2332095488745,
  "procExitAbsTime" : 2351807619428,
  "procName" : "Godot",
  "procPath" : "\/Applications\/Godot_mono.app\/Contents\/MacOS\/Godot",
  "bundleInfo" : {"CFBundleShortVersionString":"4.2.2","CFBundleVersion":"4.2.2","CFBundleIdentifier":"org.godotengine.godot"},
  "storeInfo" : {"deviceIdentifierForVendor":"FEDBB56C-6DA8-5441-9C94-39C355DE543C","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "org.godotengine.godot",
  "crashReporterKey" : "C08C6A67-BF15-EC25-57DC-7C6AF539423A",
  "codeSigningID" : "org.godotengine.godot",
  "codeSigningTeamID" : "6K46PWY5DM",
  "codeSigningFlags" : 570491393,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRW+D\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkVDg\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "wakeTime" : 7261,
  "sleepWakeUUID" : "52654573-ED96-4148-82A3-D04D81A5EE0C",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"Godot","byPid":49604},
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 32,
  "threads" : [{"id":1513535,"threadState":{"x":[{"value":0},{"value":0},{"value":73896},{"value":6171618741},{"value":0},{"value":6171620016},{"value":10},{"value":0},{"value":8427474092,"symbolLocation":172,"symbol":"_main_thread"},{"value":8427516624,"symbolLocation":0,"symbol":"errno"},{"value":2},{"value":4294967293},{"value":1099511627776},{"value":0},{"value":0},{"value":0},{"value":6684240852,"symbolLocation":0,"symbol":"__error"},{"value":8599132192},{"value":0},{"value":105553868739184},{"value":4776950608},{"value":4776950904},{"value":1},{"value":0},{"value":0},{"value":6681273115},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":17802870068846234436},"cpsr":{"value":536875008},"fp":{"value":6171620384},"sp":{"value":6171620384},"esr":{"value":33554432,"description":" Address size fault"},"pc":{"value":4362308420},"far":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":67046212,"imageIndex":11},{"imageOffset":13660148,"imageIndex":11},{"imageOffset":64386756,"imageIndex":11},{"imageOffset":46870692,"imageIndex":11},{"imageOffset":48500480,"imageIndex":11},{"imageOffset":7909348,"imageIndex":11},{"imageOffset":7758040,"imageIndex":11},{"imageOffset":24800,"symbol":"start","symbolLocation":2360,"imageIndex":12}]},{"id":1513546,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":60181212,"symbol":"_IP_ResolverPrivate::_thread_function(void*)","symbolLocation":152,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6174469800},{"value":0},{"value":5587979368},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5587979344},{"value":5587979408},{"value":6174470368},{"value":0},{"value":0},{"value":0},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6174469920},"sp":{"value":6174469776},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513547,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":2304},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6175043256},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6175043808},{"value":0},{"value":0},{"value":2304},{"value":2304},{"value":4352},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6175043376},"sp":{"value":6175043232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513548,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":2560},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6175616696},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6175617248},{"value":0},{"value":0},{"value":2560},{"value":2560},{"value":4608},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6175616816},"sp":{"value":6175616672},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513549,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":2816},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6176190136},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6176190688},{"value":0},{"value":0},{"value":2816},{"value":2816},{"value":4864},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6176190256},"sp":{"value":6176190112},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513550,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":3072},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6176763576},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6176764128},{"value":0},{"value":0},{"value":3072},{"value":3072},{"value":5120},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6176763696},"sp":{"value":6176763552},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513551,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":3328},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6177337016},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6177337568},{"value":0},{"value":0},{"value":3328},{"value":3328},{"value":5376},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6177337136},"sp":{"value":6177336992},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513552,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":3584},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6177910456},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6177911008},{"value":0},{"value":0},{"value":3584},{"value":3584},{"value":5632},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6177910576},"sp":{"value":6177910432},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513553,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":260},{"value":0},{"value":1792},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6178483896},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6178484448},{"value":0},{"value":0},{"value":1792},{"value":1792},{"value":3840},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6178484016},"sp":{"value":6178483872},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513554,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":16},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":2048},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6179057336},{"value":0},{"value":5577719912},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5577719888},{"value":5577719952},{"value":6179057888},{"value":0},{"value":0},{"value":2048},{"value":2048},{"value":4096},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6179057456},"sp":{"value":6179057312},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513564,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":272708948459520},{"value":0},{"value":272708948459520},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":63495},{"value":0},{"value":1},{"value":63495},{"value":365833},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8599116544},{"value":0},{"value":4294967295},{"value":2},{"value":272708948459520},{"value":0},{"value":272708948459520},{"value":6179627112},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684314404},"cpsr":{"value":4096},"fp":{"value":6179626960},"sp":{"value":6179626880},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684238324},"far":{"value":0}},"frames":[{"imageOffset":4596,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":80676,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":14},{"imageOffset":40500,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":14},{"imageOffset":5496,"symbol":"mach_msg","symbolLocation":24,"imageIndex":14},{"imageOffset":517760,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":17},{"imageOffset":511812,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":17},{"imageOffset":508980,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":17},{"imageOffset":1458568,"symbol":"_NSEventThread","symbolLocation":144,"imageIndex":18},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513569,"name":"caulk.messenger.shared:17","threadState":{"x":[{"value":14},{"value":105553156386426},{"value":0},{"value":6180204650},{"value":105553156386400},{"value":25},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8599122160},{"value":0},{"value":105553147456720},{"value":105553147456720},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6858012196},"cpsr":{"value":2147487744},"fp":{"value":6180204416},"sp":{"value":6180204384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684238192},"far":{"value":0}},"frames":[{"imageOffset":4464,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":9764,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":19},{"imageOffset":9432,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":19},{"imageOffset":8664,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":19},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513570,"name":"caulk.messenger.shared:high","threadState":{"x":[{"value":14},{"value":55811},{"value":55811},{"value":11},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":1},{"value":105553159719512},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8599122160},{"value":0},{"value":105553147455264},{"value":105553147455264},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6858012196},"cpsr":{"value":2147487744},"fp":{"value":6180777856},"sp":{"value":6180777824},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684238192},"far":{"value":0}},"frames":[{"imageOffset":4464,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":9764,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":19},{"imageOffset":9432,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":19},{"imageOffset":8664,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":19},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513571,"name":"caulk::deferred_logger","threadState":{"x":[{"value":14},{"value":105553118786039},{"value":0},{"value":6181351527},{"value":105553118786016},{"value":22},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8599122160},{"value":0},{"value":105553149784600},{"value":105553149784600},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6858012196},"cpsr":{"value":2147487744},"fp":{"value":6181351296},"sp":{"value":6181351264},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684238192},"far":{"value":0}},"frames":[{"imageOffset":4464,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":9764,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":19},{"imageOffset":9432,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":19},{"imageOffset":8664,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":19},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513572,"name":"com.apple.audio.IOThread.client","threadState":{"x":[{"value":268451845},{"value":17179869187},{"value":103079215123},{"value":93443},{"value":303649892859904},{"value":545370652278784},{"value":32},{"value":0},{"value":18446744073709550527},{"value":126979},{"value":70699},{"value":1},{"value":126979},{"value":0},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8599116544},{"value":0},{"value":0},{"value":32},{"value":545370652278784},{"value":303649892859904},{"value":93443},{"value":6181924048},{"value":103079215123},{"value":17179869187},{"value":17179869187},{"value":3}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684314404},"cpsr":{"value":536875008},"fp":{"value":6181923712},"sp":{"value":6181923632},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684238324},"far":{"value":0}},"frames":[{"imageOffset":4596,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":80676,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":14},{"imageOffset":40500,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":14},{"imageOffset":5496,"symbol":"mach_msg","symbolLocation":24,"imageIndex":14},{"imageOffset":3250672,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":96,"imageIndex":20},{"imageOffset":2023392,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":4272,"imageIndex":20},{"imageOffset":2017272,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":108,"imageIndex":20},{"imageOffset":3614148,"symbol":"HALC_IOThread::Entry(void*)","symbolLocation":88,"imageIndex":20},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513585,"frames":[{"imageOffset":4596,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":80676,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":14},{"imageOffset":40500,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":14},{"imageOffset":5496,"symbol":"mach_msg","symbolLocation":24,"imageIndex":14},{"imageOffset":232832,"symbol":"MachMessage::Receive(unsigned int)","symbolLocation":80,"imageIndex":6},{"imageOffset":229592,"symbol":"SEHExceptionThread(void*)","symbolLocation":156,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":268451845},{"value":17179869190},{"value":2147488018},{"value":417827303582663},{"value":10329396346880},{"value":417827303456768},{"value":1500},{"value":0},{"value":18446744073709550527},{"value":97283},{"value":2405},{"value":1},{"value":97283},{"value":0},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8599132600},{"value":0},{"value":0},{"value":1500},{"value":417827303456768},{"value":10329396346880},{"value":417827303582663},{"value":6183066280},{"value":2147488018},{"value":17179869190},{"value":17179869190},{"value":6}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684314404},"cpsr":{"value":4096},"fp":{"value":6183063440},"sp":{"value":6183063360},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684238324},"far":{"value":0}}},{"id":1513586,"name":".NET SynchManager","threadState":{"x":[{"value":4},{"value":0},{"value":4294967295},{"value":257},{"value":256},{"value":257},{"value":0},{"value":0},{"value":5310957656},{"value":2},{"value":0},{"value":2},{"value":0},{"value":256},{"value":256},{"value":0},{"value":230},{"value":256},{"value":0},{"value":5310957624},{"value":5310957056},{"value":6684536896,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":1},{"value":250},{"value":0},{"value":1000},{"value":3},{"value":4743621784,"symbolLocation":0,"symbol":"CorUnix::CPalSynchronizationManager::s_csSynchProcessLock"},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4738756288},"cpsr":{"value":1610616832},"fp":{"value":6183644912},"sp":{"value":6183644912},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684273520},"far":{"value":0}},"frames":[{"imageOffset":39792,"symbol":"poll","symbolLocation":8,"imageIndex":14},{"imageOffset":175808,"symbol":"CorUnix::CPalSynchronizationManager::ThreadPrepareForShutdown()","symbolLocation":24,"imageIndex":6},{"imageOffset":182728,"symbol":"CorUnix::CPalSynchronizationManager::WorkerThread(void*)","symbolLocation":892,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513587,"name":".NET EventPipe","threadState":{"x":[{"value":4},{"value":0},{"value":4294967295},{"value":0},{"value":5},{"value":3632},{"value":125},{"value":101},{"value":4776891168},{"value":105553154805308},{"value":1},{"value":2},{"value":14},{"value":1},{"value":2043},{"value":4025626852},{"value":230},{"value":4027721958},{"value":0},{"value":105553154805296},{"value":1},{"value":4776891120},{"value":4742676964,"symbolLocation":0,"symbol":"server_warning_callback(char const*, unsigned int)"},{"value":4294967295},{"value":500},{"value":4743011697,"symbolLocation":67282,"symbol":"OutString::hex(unsigned int, int, unsigned int)::digits"},{"value":1},{"value":4294967295},{"value":6184218048}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4741930516},"cpsr":{"value":1610616832},"fp":{"value":6184217952},"sp":{"value":6184217856},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684273520},"far":{"value":0}},"frames":[{"imageOffset":39792,"symbol":"poll","symbolLocation":8,"imageIndex":14},{"imageOffset":3350036,"symbol":"ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int))","symbolLocation":184,"imageIndex":6},{"imageOffset":4080892,"symbol":"ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int))","symbolLocation":592,"imageIndex":6},{"imageOffset":4072144,"symbol":"server_thread(void*)","symbolLocation":372,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513588,"name":".NET DebugPipe","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":6184792159},{"value":105553154820272},{"value":14},{"value":0},{"value":117},{"value":1},{"value":6184790528},{"value":2224},{"value":3982204923},{"value":2043},{"value":2045},{"value":3984302220},{"value":140},{"value":5},{"value":1810432},{"value":0},{"value":0},{"value":4778287292},{"value":4778287280},{"value":0},{"value":0},{"value":0},{"value":4778287240},{"value":4778287264},{"value":6184790496},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684286440},"cpsr":{"value":1610616832},"fp":{"value":6184790288},"sp":{"value":6184790240},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684240976},"far":{"value":0}},"frames":[{"imageOffset":7248,"symbol":"__open","symbolLocation":8,"imageIndex":14},{"imageOffset":52712,"symbol":"open","symbolLocation":64,"imageIndex":14},{"imageOffset":3353872,"symbol":"TwoWayPipe::WaitForConnection()","symbolLocation":40,"imageIndex":6},{"imageOffset":3329108,"symbol":"DbgTransportSession::TransportWorker()","symbolLocation":228,"imageIndex":6},{"imageOffset":3325060,"symbol":"DbgTransportSession::TransportWorkerStatic(void*)","symbolLocation":40,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513589,"name":".NET Debugger","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6185364408},{"value":0},{"value":5588024400},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5588024376},{"value":5588024440},{"value":6185365728},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":105553154805328},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6185364528},"sp":{"value":6185364384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}},"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":3318400,"symbol":"DebuggerRCThread::MainLoop()","symbolLocation":208,"imageIndex":6},{"imageOffset":3318092,"symbol":"DebuggerRCThread::ThreadProc()","symbolLocation":232,"imageIndex":6},{"imageOffset":3317528,"symbol":"DebuggerRCThread::ThreadProcStatic(void*)","symbolLocation":56,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513590,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":193992,"symbol":"SleepEx","symbolLocation":160,"imageIndex":6},{"imageOffset":1619520,"symbol":"__SwitchToThread(unsigned int, unsigned int)","symbolLocation":20,"imageIndex":6},{"imageOffset":1584508,"symbol":"FinalizerThread::FinalizerThreadStart(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":260},{"value":0},{"value":12800},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6185938376},{"value":0},{"value":5595138128},{"value":3298534884098},{"value":768},{"value":0},{"value":768},{"value":3298534884096},{"value":305},{"value":8599132384},{"value":0},{"value":5595138104},{"value":5595138168},{"value":6185939168},{"value":0},{"value":0},{"value":12800},{"value":12801},{"value":13056},{"value":105553154805488},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6185938496},"sp":{"value":6185938352},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513636,"name":".NET SigHandler","threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":37},{"value":12448},{"value":5121},{"value":0},{"value":0},{"value":0},{"value":4731254576},{"value":4731238948,"symbolLocation":220,"symbol":"SystemNative_HandleNonCanceledPosixSignal"},{"value":41},{"value":4},{"value":512},{"value":6189379024},{"value":13962641208},{"value":3},{"value":5037279568},{"value":0},{"value":62},{"value":0},{"value":0},{"value":1},{"value":270008320},{"value":4731273216},{"value":4731273216},{"value":4731254603},{"value":4731273216},{"value":12911197592}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4731241944},"cpsr":{"value":2684358656},"fp":{"value":6189379520},"sp":{"value":6189379424},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684241332},"far":{"value":0}},"frames":[{"imageOffset":7604,"symbol":"read","symbolLocation":8,"imageIndex":14},{"imageOffset":50648,"symbol":"SignalHandlerLoop","symbolLocation":96,"imageIndex":4},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1513640,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":1152296,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":676,"imageIndex":6},{"imageOffset":1133184,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":6},{"imageOffset":1472016,"symbol":"WaitHandleNative::CorWaitOneNative(void*, int)","symbolLocation":172,"imageIndex":6},{"imageOffset":12949697004,"imageIndex":13},{"imageOffset":12888492156,"imageIndex":13},{"imageOffset":12888347472,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":260},{"value":0},{"value":12288},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6190261480},{"value":0},{"value":5311129168},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5311129144},{"value":5311129208},{"value":6190264544},{"value":0},{"value":0},{"value":12288},{"value":12801},{"value":13056},{"value":105553154987472},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6190261600},"sp":{"value":6190261456},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1513642,"frames":[{"imageOffset":29504,"symbol":"kevent","symbolLocation":8,"imageIndex":14},{"imageOffset":44112,"symbol":"SystemNative_WaitForSocketEvents","symbolLocation":76,"imageIndex":4},{"imageOffset":12914597568,"imageIndex":13},{"imageOffset":12914825004,"imageIndex":13},{"imageOffset":12888347592,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":5021705216},{"value":1024},{"value":0},{"value":0},{"value":0},{"value":6684536896,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":6191410696},{"value":12914597472},{"value":12915215512},{"value":12913630856},{"value":13962678144},{"value":13958762408},{"value":4732043385},{"value":363},{"value":5014857088},{"value":0},{"value":6191410160},{"value":5021705216},{"value":0},{"value":73},{"value":0},{"value":0},{"value":5021679104},{"value":6191410696},{"value":4743472920,"symbolLocation":16,"symbol":"vtable for DebuggerU2MCatchHandlerFrame"},{"value":6684536896,"symbolLocation":0,"symbol":"tlv_get_addr"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4731235408},"cpsr":{"value":1610616832},"fp":{"value":6191409904},"sp":{"value":6191409872},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684263232},"far":{"value":0}}},{"id":1515562,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":1152640,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":1020,"imageIndex":6},{"imageOffset":1133184,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":6},{"imageOffset":1472848,"symbol":"WaitHandleNative::CorWaitMultipleNative(void**, int, bool, int)","symbolLocation":180,"imageIndex":6},{"imageOffset":12888367696,"imageIndex":13},{"imageOffset":12888367132,"imageIndex":13},{"imageOffset":12925971860,"imageIndex":13},{"imageOffset":12888347472,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6189950328},{"value":0},{"value":5327427664},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":5327427640},{"value":5327427704},{"value":6189953248},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":105553154574448},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6189950448},"sp":{"value":6189950304},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}},{"id":1522860,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":15}],"threadState":{"x":[{"value":6172749824},{"value":170019},{"value":6172213248},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6172749824},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684482848},"far":{"value":0}}},{"id":1527492,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":15}],"threadState":{"x":[{"value":6172176384},{"value":157011},{"value":6171639808},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6172176384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684482848},"far":{"value":0}}},{"id":1529796,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":15}],"threadState":{"x":[{"value":6186512384},{"value":237075},{"value":6185975808},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6186512384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684482848},"far":{"value":0}}},{"id":1529800,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":15}],"threadState":{"x":[{"value":6238531584},{"value":0},{"value":6237995008},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6238531584},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6684482848},"far":{"value":0}}},{"id":1529806,"name":".NET TP Worker","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":20},{"value":0},{"value":6239102472},{"value":0},{"value":16654824016},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":16654823992},{"value":16654824056},{"value":6239105248},{"value":0},{"value":20},{"value":256},{"value":257},{"value":512},{"value":105553154649296},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6239102592},"sp":{"value":6239102448},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}},"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175048,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":236,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":192440,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":6},{"imageOffset":1472420,"symbol":"WaitHandle_CorWaitOnePrioritizedNative","symbolLocation":56,"imageIndex":6},{"imageOffset":12923826244,"imageIndex":13},{"imageOffset":12923926604,"imageIndex":13},{"imageOffset":12923668380,"imageIndex":13},{"imageOffset":12949955568,"imageIndex":13},{"imageOffset":12949953976,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1529807,"name":".NET TP Worker","threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":20},{"value":0},{"value":6240249352},{"value":0},{"value":16654838352},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":16654838328},{"value":16654838392},{"value":6240252128},{"value":0},{"value":20},{"value":512},{"value":513},{"value":768},{"value":105553154638672},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6240249472},"sp":{"value":6240249328},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}},"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175048,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":236,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":192440,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":6},{"imageOffset":1472420,"symbol":"WaitHandle_CorWaitOnePrioritizedNative","symbolLocation":56,"imageIndex":6},{"imageOffset":12923826244,"imageIndex":13},{"imageOffset":12923926604,"imageIndex":13},{"imageOffset":12923668380,"imageIndex":13},{"imageOffset":12949955568,"imageIndex":13},{"imageOffset":12949953976,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1529808,"name":".NET TP Worker","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":20},{"value":0},{"value":6240822792},{"value":0},{"value":16655008848},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":16655008824},{"value":16655008888},{"value":6240825568},{"value":0},{"value":20},{"value":256},{"value":257},{"value":512},{"value":105553154653872},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6240822912},"sp":{"value":6240822768},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}},"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175048,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":236,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":192440,"symbol":"PAL_WaitForSingleObjectPrioritized","symbolLocation":76,"imageIndex":6},{"imageOffset":1472420,"symbol":"WaitHandle_CorWaitOnePrioritizedNative","symbolLocation":56,"imageIndex":6},{"imageOffset":12923826244,"imageIndex":13},{"imageOffset":12923926604,"imageIndex":13},{"imageOffset":12923668380,"imageIndex":13},{"imageOffset":12949955568,"imageIndex":13},{"imageOffset":12949953976,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"triggered":true,"id":1529966,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":10000000},{"value":116},{"value":3440},{"value":13043119919418050287},{"value":13043119925046900463},{"value":1000},{"value":45},{"value":0},{"value":2095104},{"value":2043},{"value":3454105667},{"value":328},{"value":8599132456},{"value":0},{"value":6},{"value":6182498304},{"value":19475},{"value":6182498528},{"value":4396281992},{"value":4294967295},{"value":8427507712,"symbolLocation":2352,"symbol":"usual_extra"},{"value":10},{"value":9},{"value":9}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684503072},"cpsr":{"value":1073745920},"fp":{"value":6182497264},"sp":{"value":6182497232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684273248,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":39520,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":14},{"imageOffset":27680,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":15},{"imageOffset":486084,"symbol":"__abort","symbolLocation":136,"imageIndex":22},{"imageOffset":485948,"symbol":"abort","symbolLocation":192,"imageIndex":22},{"imageOffset":85256,"symbol":"abort_message","symbolLocation":132,"imageIndex":23},{"imageOffset":20388,"symbol":"demangling_terminate_handler()","symbolLocation":320,"imageIndex":23},{"imageOffset":147936,"symbol":"_objc_terminate()","symbolLocation":160,"imageIndex":24},{"imageOffset":82124,"symbol":"std::__terminate(void (*)())","symbolLocation":16,"imageIndex":23},{"imageOffset":95048,"symbol":"__cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*)","symbolLocation":88,"imageIndex":23},{"imageOffset":94860,"symbol":"__cxa_throw","symbolLocation":308,"imageIndex":23},{"imageOffset":141864,"symbol":"std::__1::__throw_system_error(int, char const*)","symbolLocation":100,"imageIndex":16},{"imageOffset":92352,"symbol":"std::__1::recursive_mutex::lock()","symbolLocation":40,"imageIndex":16},{"imageOffset":64638148,"imageIndex":11},{"imageOffset":64226148,"imageIndex":11},{"imageOffset":64222440,"imageIndex":11},{"imageOffset":160488,"symbol":"__cxa_finalize_ranges","symbolLocation":476,"imageIndex":22},{"imageOffset":159856,"symbol":"exit","symbolLocation":44,"imageIndex":22},{"imageOffset":203040,"symbol":"PROCEndProcess(void*, unsigned int, int)","symbolLocation":416,"imageIndex":6},{"imageOffset":202620,"symbol":"ExitProcess","symbolLocation":188,"imageIndex":6},{"imageOffset":1539748,"symbol":"SafeExitProcess(unsigned int, ShutdownCompleteAction)","symbolLocation":296,"imageIndex":6},{"imageOffset":182888,"symbol":"CorUnix::TerminationRequestHandlingRoutine(void*)","symbolLocation":28,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}]},{"id":1529967,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":14},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":15},{"imageOffset":175048,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":236,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":193992,"symbol":"SleepEx","symbolLocation":160,"imageIndex":6},{"imageOffset":1179804,"symbol":"TieredCompilationManager::BackgroundWorkerStart()","symbolLocation":212,"imageIndex":6},{"imageOffset":1179372,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper1(void*)","symbolLocation":108,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1179132,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper0(void*)","symbolLocation":40,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":15},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":15}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":100000000},{"value":6187084792},{"value":0},{"value":15854507088},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8599132384},{"value":0},{"value":15854507064},{"value":15854507128},{"value":6187086048},{"value":100000000},{"value":0},{"value":0},{"value":1},{"value":256},{"value":105553155000368},{"value":6684536896,"symbolLocation":0,"symbol":"tlv_get_addr"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6684505436},"cpsr":{"value":1610616832},"fp":{"value":6187084912},"sp":{"value":6187084768},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6684252652},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5350883328,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.icloud.drive.fileprovider.override",
    "size" : 16384,
    "uuid" : "db39a641-8c34-385d-8faf-37cb3dcfc89e",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/iCloudDriveFileProviderOverride.bundle\/Contents\/MacOS\/iCloudDriveFileProviderOverride",
    "name" : "iCloudDriveFileProviderOverride",
    "CFBundleVersion" : "2720.120.29"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5351424000,
    "CFBundleShortVersionString" : "14.5",
    "CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
    "size" : 131072,
    "uuid" : "45b63a1f-97c2-3047-9430-120757ec26f6",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FinderSyncCollaborationFileProviderOverride.bundle\/Contents\/MacOS\/FinderSyncCollaborationFileProviderOverride",
    "name" : "FinderSyncCollaborationFileProviderOverride",
    "CFBundleVersion" : "1632.5.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5348032512,
    "CFBundleShortVersionString" : "1835.120.53",
    "CFBundleIdentifier" : "com.apple.FileProviderOverride",
    "size" : 32768,
    "uuid" : "48c78787-aebf-3b9c-8300-2b20ba87b0a4",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FileProviderOverride.bundle\/Contents\/MacOS\/FileProviderOverride",
    "name" : "FileProviderOverride",
    "CFBundleVersion" : "1835.120.53"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5636145152,
    "size" : 65536,
    "uuid" : "92603a27-c36a-3872-8e02-44ca0a414006",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libSystem.Security.Cryptography.Native.Apple.dylib",
    "name" : "libSystem.Security.Cryptography.Native.Apple.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4731191296,
    "size" : 65536,
    "uuid" : "2dca3b5f-945b-3e4c-a2f4-91db97fcbdb2",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libSystem.Native.dylib",
    "name" : "libSystem.Native.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4762255360,
    "size" : 2260992,
    "uuid" : "c604fd4b-1750-36c1-a5c4-71ebe29be444",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libclrjit.dylib",
    "name" : "libclrjit.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4738580480,
    "size" : 4882432,
    "uuid" : "b3bdb796-92b2-36fd-8194-ab79bc436d42",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libcoreclr.dylib",
    "name" : "libcoreclr.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4731617280,
    "size" : 245760,
    "uuid" : "78320d38-2c82-33c7-879a-243fad5242e8",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libhostpolicy.dylib",
    "name" : "libhostpolicy.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4730798080,
    "size" : 245760,
    "uuid" : "8c397efa-ac59-3000-be77-2888fb2d8c56",
    "path" : "\/usr\/local\/share\/dotnet\/host\/fxr\/8.0.7\/libhostfxr.dylib",
    "name" : "libhostfxr.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4699619328,
    "CFBundleShortVersionString" : "1.14",
    "CFBundleIdentifier" : "com.apple.audio.units.Components",
    "size" : 1277952,
    "uuid" : "fd93a3bc-5142-33ea-88bd-c2258c5a032d",
    "path" : "\/System\/Library\/Components\/CoreAudio.component\/Contents\/MacOS\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "1.14"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4405428224,
    "size" : 49152,
    "uuid" : "9381bd6d-84a5-3c72-b3b8-88428afa4782",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4295262208,
    "CFBundleShortVersionString" : "4.2.2",
    "CFBundleIdentifier" : "org.godotengine.godot",
    "size" : 95846400,
    "uuid" : "27cf7c6a-c7e4-3f4c-86e9-86241dcbc372",
    "path" : "\/Applications\/Godot_mono.app\/Contents\/MacOS\/Godot",
    "name" : "Godot",
    "CFBundleVersion" : "4.2.2"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6680772608,
    "size" : 559640,
    "uuid" : "37bbc384-0755-31c7-a808-0ed49e44dd8e",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6684233728,
    "size" : 241660,
    "uuid" : "9b8b53f9-e2b6-36df-98e9-28d8fca732f2",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6684475392,
    "size" : 53248,
    "uuid" : "386b0fc1-7873-3328-8e71-43269fd1b2c7",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6683541504,
    "size" : 577528,
    "uuid" : "ec33cd83-7098-3ad6-82c8-bc03ac81e87b",
    "path" : "\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6684901376,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5083136,
    "uuid" : "84b539d5-22c9-3f8c-84c8-903e9c7b8d29",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "2503.1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6744285184,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 20172800,
    "uuid" : "61f710be-9132-3cc2-883d-066365fba1ad",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2487.60.105"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6858002432,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 172032,
    "uuid" : "f2da6e2e-b5a0-3ce7-97f5-7d2141a3ec32",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6724886528,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.audio.CoreAudio",
    "size" : 7368704,
    "uuid" : "e818958c-f2dc-37df-9896-ad6e9bcd028a",
    "path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "5.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6684528640,
    "size" : 155640,
    "uuid" : "e49303e9-66a8-39d6-a917-e9ea8c42c63f",
    "path" : "\/usr\/lib\/system\/libdyld.dylib",
    "name" : "libdyld.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6683021312,
    "size" : 520184,
    "uuid" : "05b44e93-dffc-3bd8-90ab-fd97cb73f171",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6684119040,
    "size" : 114684,
    "uuid" : "4ac7c5cd-3746-3a53-aad6-c231e183b705",
    "path" : "\/usr\/lib\/libc++abi.dylib",
    "name" : "libc++abi.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6680444928,
    "size" : 327044,
    "uuid" : "b326b2c3-1069-3d17-b49d-9dcb24efec6f",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  }
],
  "sharedCache" : {
  "base" : 6680018944,
  "size" : 4220698624,
  "uuid" : "3406ad1b-2469-30eb-9863-5dce861e6dea"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=7.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=7.3G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nCG image                           960K       42 \nColorSync                          544K       26 \nCoreAnimation                     3616K      225 \nCoreGraphics                        48K        3 \nCoreUI image data                 1072K       15 \nFoundation                          48K        2 \nFoundation (reserved)               16K        1         reserved VM address space (unallocated)\nKernel Alloc Once                   32K        1 \nMALLOC                             7.3G      245 \nMALLOC guard page                  192K       12 \nSTACK GUARD                       56.5M       34 \nStack                             25.3M       34 \nVM_ALLOCATE                        1.5G      592 \nVM_ALLOCATE (reserved)              16K        1         reserved VM address space (unallocated)\n__AUTH                            1741K      318 \n__AUTH_CONST                      23.0M      511 \n__CTF                               824        1 \n__DATA                            8348K      508 \n__DATA_CONST                      29.4M      527 \n__DATA_DIRTY                      1492K      165 \n__FONT_DATA                          4K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       542.2M       13 \n__OBJC_RO                         71.9M        1 \n__OBJC_RW                         2199K        1 \n__TEXT                           570.2M      543 \ndyld private memory                656K        4 \nmapped file                      434.0M      151 \nshared memory                     2304K       69 \n===========                     =======  ======= \nTOTAL                             10.5G     4049 \nTOTAL, minus reserved VM space    10.5G     4049 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "logWritingSignature" : "74b3c3c57be2c50c21bb46d03a7f30dea1c0ac60",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6246d6a916a70b047e454124",
      "factorPackIds" : {

      },
      "deploymentId" : 240000010
    },
    {
      "rolloutId" : "645197bf528fbf3c3af54105",
      "factorPackIds" : {
        "SIRI_VALUE_INFERENCE_PERVASIVE_ENTITY_RESOLUTION" : "663e65b4a1526e1ca0e288a1"
      },
      "deploymentId" : 240000002
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "c47ab4cc-c9c3-4b5d-a87c-e2433ce02597",
      "experimentId" : "6639bc6ba73d460582162323",
      "deploymentId" : 400000006
    },
    {
      "treatmentId" : "45f4e2a5-551b-4bc2-a2dc-19c244dda8f8",
      "experimentId" : "6643969b3099cf28e049862f",
      "deploymentId" : 400000007
    }
  ]
}
}
  1. Scene hangs forever on quit - I need to stop it from editor.
    • nothing in logs about it
  2. Then, I quit Godot again, and get this output from Terminal Godot Engine (mono) logs
/Applications/Godot_mono.app/Contents/MacOS/Godot -d debug project.godot
Godot Engine v4.2.2.stable.mono.official.15073afe3 - https://godotengine.org
Vulkan API 1.2.231 - Forward+ - Using Vulkan Device #0: Apple - Apple M2

YAT 1.30.0-beta loaded!
Up to date information about YAT can be found at [url=https://github.com/MASSHUU12/godot-yat/tree/main]https://github.com/MASSHUU12/godot-yat/tree/main.
YAT 1.30.0-beta unloaded!
ERROR: Condition "!EditorSettings::get_singleton() || !EditorSettings::get_singleton()->has_setting(p_setting)" is true. Returning: Variant()
   at: _EDITOR_GET (editor/editor_settings.cpp:1144)
ERROR: FATAL: Condition "!rc_owner" is true.
   at: _instance_binding_reference_callback (modules/mono/csharp_script.cpp:1379)
  1. Then I force quit Godot Engine - something is written to terminal but it crash, and is lost...
buahaha commented 2 months ago

I get the logs on quit:

/Applications/Godot_mono.app/Contents/MacOS/Godot -d debug Terminal-Yat/project.godot >> yat.logs
ERROR: Condition "!EditorSettings::get_singleton() || !EditorSettings::get_singleton()->has_setting(p_setting)" is true. Returning: Variant()
   at: _EDITOR_GET (editor/editor_settings.cpp:1144)
ERROR: FATAL: Condition "!rc_owner" is true.
   at: _instance_binding_reference_callback (modules/mono/csharp_script.cpp:1379)
ERROR: BUG: Unreferenced static string to 0: rb_ssr
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rb_ssds
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: readonly_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: label_bg
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: label_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: font_offset
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: child_bg
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: thread_end
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: InspectorActionButton
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: hseparator
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: ImportFail
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ImportCheck
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bg_group_note
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: indent_box
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: inspector_margin
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: _update_scrollbars
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rulers_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: rulers
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPositionPrevious
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPosition
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPivot
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GroupViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: LockViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: SceneUniqueName
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MethodOverride
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preload
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: assert
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: void
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: Variant
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: File
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: luminance_buffers
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: blur_1
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: color_upscaled
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: quarter_texture
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: half_texture
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: sky_buffers
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rb_ssil
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: reflection
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: final
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rb_ssao
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: blur_0
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: back_color
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: back_depth
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: normal_roughnesss
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: VRS
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: Fog
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: sdfgi
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: render_buffers
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rbgi
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: forward_clustered
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rotation_control_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: rotation_control
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: _picking_viewports
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AudioBusBypass
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AudioBusMute
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AudioBusSolo
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BusVuFrozen
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BusVuActive
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: _update_script_names
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: AssetLib
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorStyles
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: ScriptEditorPanel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MovePoint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: RemoveInternal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditInternal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Uv
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: __instantiable
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: _skip_save_
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: ArrowDown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InstanceOptions
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TextureRegionPreviewFG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TextureRegionPreviewBG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Logo
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: status_source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: dark_color_1
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: dark_color_2
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ReloadSmall
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PinPressed
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Mouse
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyboardLabel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyboardPhysical
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Keyboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Signals
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: NodeInfo
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: History
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Bucket
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Rectangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Line
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TileMapHighlightSelected
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Grid
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: WarningPattern
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_w
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_z
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_y
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_x
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Unlinked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bg_selected
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Help
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorHandleDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Eraser
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Paint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Tools
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: status_source
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preview_picker_label
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preview_picker_overlay_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preview_picker_overlay
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeDeselectAll
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeSelectFull
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeSelectAll
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ExpandTree
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CollapseTree
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: disabled_font_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeRemoveAllItems
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeRemoveCustomItems
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FontSize
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FontItem
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MemberConstant
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TabContainerOdd
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeEditorPreviewBG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeEditorPreviewFG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InsertAfter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InsertBefore
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ActionPaste
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: SpriteSheet
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Load
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AutoTriangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolTriangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TrackCapture
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TrackDiscrete
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditKey
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezierSelected
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezierHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezierPoint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyAnimation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyAudio
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezier
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyCall
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBlendShape
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyXScale
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyXRotation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyXPosition
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyValue
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Loop
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: NodeWarning
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AnimationFilter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AnimationTrackGroup
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditBezier
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Zoom
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Blend
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Rename
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Duplicate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: New
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Pin
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Onion
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayBackwards
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayStartBackwards
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayStart
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Hsize
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InterpWrapClamp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InterpRaw
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TrackContinuous
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Save
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugContinue
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugNext
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugStep
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugSkipBreakpointsOff
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebuggerPanel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Warning
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CombineLines
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Clear
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_mono
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_bold_italic
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_italic
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_bold
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: NotificationDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Notification
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MatchCase
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Information3dViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoFogVolume
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoLightmapProbe
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoLightmapGI
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoVoxelGI
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoDecal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoReflectionProbe
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoCPUParticles3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoGPUParticles3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: axis_z_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: axis_y_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: axis_x_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoAudioListener3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Gizmo3DSamplePlayer
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoSpotLight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoLight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoDirectionalLight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoCamera3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: color_picker_button_height
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PreviewEnvironment
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PreviewSun
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels4
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels3Alt
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels3
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels2Alt
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels2
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels1
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveClose
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveCurve
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveDelete
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveEdit
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveCreate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignFullRect
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignRightWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignVCenterWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignLeftWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignBottomWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignHCenterWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignTopWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignBottomRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterBottom
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignBottomLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignTopRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterTop
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignTopLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ContainerLayout
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlLayout
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ContextualToolbar
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AutoKey
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyScale
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyRotation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyPosition
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Ungroup
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Group
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Unlock
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Lock
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorControlAnchor
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditPivot
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Ruler
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolPan
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Bone
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Snap
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolRotate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolScale
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolMove
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ListSelect
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorRect2D
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: Sort
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ClassList
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: param_bg_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: kbd_bg_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: code_bg_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: link_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: kbd_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: code_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: type_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_keyboard_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_keyboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_source
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_italic
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_bold
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorHelp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: class_icon_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Groups
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ScriptRemove
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ScriptCreate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Instance
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Search
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayRemote
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MainMovieWrite
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MovieWriterButtonNormal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: LaunchPadNormal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Pause
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Godot
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ExpandBottomDock
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DistractionFree
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: top_bar_separation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: window_border_margin
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Background
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Checkerboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CenterView
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: prop_subsection
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: visibility_visible
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorCurveHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPathSmoothHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Editor3DHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Bake
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: StatusError
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: StatusWarning
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: StatusSuccess
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main_button_font_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main_button_font
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BottomPanelDebuggerOverride
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BottomPanel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Progress1
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayCustom
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayScene
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MainPlay
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Heart
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ExternalLink
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: HelpSearch
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bold_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bold
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileBigThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FolderBigThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileMediumThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FolderMediumThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Filesystem
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ActionCopy
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveDown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveUp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileList
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileThumbnail
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Favorites
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MenuHover
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Content
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Stop
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Breakpoint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TextEditorPlay
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeRegionFoldDownArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeRegionFoldedRightArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeFoldDownArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeFoldedRightArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Close
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerCursor
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ColorPickerBarArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: OverbrightIndicator
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiMiniCheckerboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Add
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerShapeRectangleWheel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerShapeRectangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerShapeCircle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ColorPick
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Reload
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Forward
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Back
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ArrowUp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Folder
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiGraphNodePort
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiResizer
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiResizerTopLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GridLayout
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: SnapGrid
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GridMinimap
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GridToggle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ZoomReset
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ZoomMore
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ZoomLess
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: box_selection_stroke_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: box_selection_fill_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiProgressFill
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiProgressBar
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSpinboxUpdownDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSpinboxUpdown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: HeaderSmall
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSliderGrabber
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSliderGrabberHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollGrabberPressed
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollGrabberHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollGrabber
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollBg
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: title_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVsplitter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiHsplitter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSpace
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTab
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTabDropMark
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowLeftHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowRightHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiClose
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTabMenuHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTabMenu
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiDropdown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeUpdown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeArrowLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeArrowRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeArrowDown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiIndeterminate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVisibilityXray
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVisibilityVisible
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVisibilityHidden
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ArrowLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ArrowRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioUncheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioCheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiUncheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiCheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioUnchecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioChecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiUnchecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiChecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOffDisabledMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOffMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOnDisabledMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOnMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOffDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOff
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOnDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOn
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiOptionArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: accent_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: warning_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: success_color
   at: unref (core/string/string_name.cpp:129)
libc++abi: terminating due to uncaught exception of type std::__1::system_error: recursive_mutex lock failed: Invalid argument
zsh: abort      /Applications/Godot_mono.app/Contents/MacOS/Godot -d debug  >> yat.logs
MASSHUU12 commented 2 months ago

Thank you very much for your time, this information looks very useful, but I will lean into it more tomorrow.

I was just about to send the instructions, but I see that there is no need for it anymore. Anyway, I'm leaving them below, maybe someone will come across this one day and find it useful.

Instructions Alright, so one step at a time. I will try to list even the obvious things so that there is no doubt, maybe someone else will come across it and want to help. Of course, if you have more questions or concerns, I will try to help. According to the requirements written in the [README](https://github.com/MASSHUU12/godot-yat/blob/main/README.md), you need .NET 7 or later, and .NET enabled Godot 4.2 or later. Depending on whether you **cloned** my repository (you have all the folders, including with the mentioned example folder), or added it from a downloaded **ZIP** or **AssetLibrary** the required actions to run will be slightly different. > Regardless of how you obtain YAT, I advise you to add Godot to **PATH** or **.bashrc**/**.zshrc**, this will make it significantly easier to run it from a terminal, as you won't have to specify the full path to it. This might especially come in handy for you in the future, particularly if you want to use an external editor rather than Godot's built-in one, so you don't have to constantly switch between windows. ### Cloned repository In this case, you don't need to perform any action, Godot should automatically run the appropriate scene. ### YAT from ZIP In this case, you need to create a new project (Use the instructions in the [USAGE.md](https://github.com/MASSHUU12/godot-yat/blob/main/addons/yat/docs/USAGE.md#create-c-solution) file on how to create a C# project.) and the addons folder from the ZIP should be extracted into it. You can ignore the other folders, they are of little importance. Then compile the project (hammer icon in the upper right corner of the editor) and enable YAT by clicking `Project > Project Settings > Plugins` in the upper left corner. If you have not exported the example folder, then you need to create a new scene, it can be anything, even empty. Press `F5`, Godot will ask what scene to set as the main scene, in the case of the scene from the example folder it will be `res://example/scenes/main_menu/MainMenu.tscn`. The game will now start, pressing `~` the terminal should boot. If Godot displays any errors, restart it and try again, it should help. ### YAT from AssetLibrary Downloading YAT from **AssetLibrary** is similar to **ZIP**. Create a new project, download YAT from AssetLibrary (button at the top of the editor), the plugin will be extracted. Compile the project and enable YAT if it is not enabled automatically, if errors appear, ignore them. Create the main scene, or use the one in the example folder. **These were instructions on how to install virtually any plugin. The following instructions are for running the project through a terminal.** Start the terminal and navigate to the folder where the project is located. To be sure, compile the entire project using: ```sh dotnet build ``` If you have added Godot to the PATH the project will start using: ```sh executable_name . ``` If you have added Godot to .bashrc/.zshrc the project will run using: ```sh $variable_name . ``` That is, if, for example, you exported Godot like this: `export GODOT="path/to/godot/executable"`, then the project will run like this: ```sh $GODOT . ``` On the other hand, if you haven't done any of these things, you need to run the project this way: ```sh ~/path/to/godot/executable . ``` If I've left something out, or something isn't quite clear, don't hesitate to ask.
MASSHUU12 commented 2 months ago

Debugging this is very cumbersome. I was able to verify that the problem also occurs on Linux, but the system handles it gracefully. Unfortunately, Godot does not want to return any useful information. It looks like I will have to compile Godot from source to observe exactly what is causing it. From what I've been able to glean from Godot, it appears that the problem occurs in both the editor_settings.cpp and csharp_script.cpp files.

In the meantime, @buahaha could you run Godot from a terminal using the following two commands and send the returned information?

dotnet build && $GODOT --path "./" -d -v --audio-driver Dummy dotnet build && $GODOT --path "./" -d -v --editor --audio-driver Dummy

MASSHUU12 commented 2 months ago

Hey, @innateessence, @buahaha. Can you guys check if this PR have fixed the issue?

If there are still problems, delete the .godot folder and recompile the entire project from scratch to make sure the problem still exists.

buahaha commented 2 months ago

I'm walking the cat, so I just ask - how to run this pull request? When I'm back I can check with AI assistant, but maybe you have a minute or two @MASSHUU12

MASSHUU12 commented 2 months ago

You can checkout it using Git:

git fetch origin pull/314/head
git checkout FETCH_HEAD

Or by downloading this ZIP:

yat.zip

buahaha commented 2 months ago

Unfortunately no, the Godot Engine editor still hang forever on quit.

Here's macOS debug on exit

Translated Report (Full Report Below)
-------------------------------------

Process:               Godot [59014]
Path:                  /Applications/Godot_mono.app/Contents/MacOS/Godot
Identifier:            org.godotengine.godot
Version:               4.2.2 (4.2.2)
Code Type:             ARM-64 (Native)
Parent Process:        zsh [57930]
Responsible:           stable [27602]
User ID:               501

Date/Time:             2024-07-26 10:55:39.7505 +0200
OS Version:            macOS 14.5 (23F79)
Report Version:        12
Anonymous UUID:        C08C6A67-BF15-EC25-57DC-7C6AF539423A

Sleep/Wake UUID:       21037F20-0850-4B8A-A59B-376695FFFFAB

Time Awake Since Boot: 59000 seconds
Time Since Wake:       714 seconds

System Integrity Protection: enabled

Crashed Thread:        29

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 6 Abort trap: 6
Terminating Process:   Godot [59014]

Application Specific Information:
abort() called

Thread 0::  Dispatch queue: com.apple.main-thread
0   libcoreclr.dylib                       0x11e837b34 RestoreCompleteContext + 0
1   libcoreclr.dylib                       0x11e837fdc PAL_DispatchExceptionInner(_CONTEXT*, _EXCEPTION_RECORD*) + 208
2   libcoreclr.dylib                       0x11e837ee4 PAL_DispatchException + 80
3   libcoreclr.dylib                       0x11e837bac PAL_DispatchExceptionWrapper + 16
4   Godot                                  0x1040b0b44 0x1000c0000 + 67046212
5   Godot                                  0x100dc6ff4 0x1000c0000 + 13660148
6   Godot                                  0x103e276c4 0x1000c0000 + 64386756
7   Godot                                  0x102d730a4 0x1000c0000 + 46870692
8   Godot                                  0x102f00f00 0x1000c0000 + 48500480
9   Godot                                  0x10084afe4 0x1000c0000 + 7909348
10  Godot                                  0x1008260d8 0x1000c0000 + 7758040
11  dyld                                   0x19e7a20e0 start + 2360

Thread 1:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103a24adc _IP_ResolverPrivate::_thread_function(void*) + 152
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 2:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 3:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 5:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 7:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 8:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 9:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libc++.1.dylib                         0x19ea50b14 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3   Godot                                  0x103e54440 0x1000c0000 + 64570432
4   Godot                                  0x10392ee50 0x1000c0000 + 59174480
5   Godot                                  0x10392f1b8 0x1000c0000 + 59175352
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 10:: com.apple.NSEventThread
0   libsystem_kernel.dylib                 0x19eaea1f4 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x19eafcb24 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x19eaf2e34 mach_msg_overwrite + 476
3   libsystem_kernel.dylib                 0x19eaea578 mach_msg + 24
4   CoreFoundation                         0x19ec0a680 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                         0x19ec08f44 __CFRunLoopRun + 1208
6   CoreFoundation                         0x19ec08434 CFRunLoopRunSpecific + 608
7   AppKit                                 0x1a2592188 _NSEventThread + 144
8   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
9   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 11:: caulk.messenger.shared:17
0   libsystem_kernel.dylib                 0x19eaea170 semaphore_wait_trap + 8
1   caulk                                  0x1a90a3624 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x1a90a34d8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x1a90a31d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
5   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 12:: caulk.messenger.shared:high
0   libsystem_kernel.dylib                 0x19eaea170 semaphore_wait_trap + 8
1   caulk                                  0x1a90a3624 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x1a90a34d8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x1a90a31d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
5   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 13:: caulk::deferred_logger
0   libsystem_kernel.dylib                 0x19eaea170 semaphore_wait_trap + 8
1   caulk                                  0x1a90a3624 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x1a90a34d8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x1a90a31d8 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 96
4   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
5   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 14:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib                 0x19eaea1f4 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x19eafcb24 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x19eaf2e34 mach_msg_overwrite + 476
3   libsystem_kernel.dylib                 0x19eaea578 mach_msg + 24
4   CoreAudio                              0x1a14c79f0 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 96
5   CoreAudio                              0x1a139bfe0 HALC_ProxyIOContext::IOWorkLoop() + 4272
6   CoreAudio                              0x1a139a7f8 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 108
7   CoreAudio                              0x1a15205c4 HALC_IOThread::Entry(void*) + 88
8   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
9   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 15:
0   libsystem_kernel.dylib                 0x19eaea1f4 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x19eafcb24 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x19eaf359c thread_get_state + 260
3   libcoreclr.dylib                       0x11e838a38 MachExceptionInfo::MachExceptionInfo(unsigned int, MachMessage&) + 188
4   libcoreclr.dylib                       0x11e8381d4 SEHExceptionThread(void*) + 408
5   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
6   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 16:: .NET SynchManager
0   libsystem_kernel.dylib                 0x19eaf2b70 poll + 8
1   libcoreclr.dylib                       0x11e82aec0 CorUnix::CPalSynchronizationManager::ThreadPrepareForShutdown() + 24
2   libcoreclr.dylib                       0x11e82c9c8 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 892
3   libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
4   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
5   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 17:: .NET EventPipe
0   libsystem_kernel.dylib                 0x19eaf2b70 poll + 8
1   libcoreclr.dylib                       0x11eb31e14 ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int)) + 184
2   libcoreclr.dylib                       0x11ebe44fc ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int)) + 592
3   libcoreclr.dylib                       0x11ebe22d0 server_thread(void*) + 372
4   libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
5   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
6   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 18:: .NET DebugPipe
0   libsystem_kernel.dylib                 0x19eaeac50 __open + 8
1   libsystem_kernel.dylib                 0x19eaf5de8 open + 64
2   libcoreclr.dylib                       0x11eb32d10 TwoWayPipe::WaitForConnection() + 40
3   libcoreclr.dylib                       0x11eb2cc54 DbgTransportSession::TransportWorker() + 228
4   libcoreclr.dylib                       0x11eb2bc84 DbgTransportSession::TransportWorkerStatic(void*) + 40
5   libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
6   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
7   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 19:: .NET Debugger
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11e82ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11e82a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11e82ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11eb2a280 DebuggerRCThread::MainLoop() + 208
6   libcoreclr.dylib                       0x11eb2a14c DebuggerRCThread::ThreadProc() + 232
7   libcoreclr.dylib                       0x11eb29f18 DebuggerRCThread::ThreadProcStatic(void*) + 56
8   libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
9   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
10  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 20:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11e82ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11e82a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11e82f5c8 SleepEx + 160
5   libcoreclr.dylib                       0x11e98b640 __SwitchToThread(unsigned int, unsigned int) + 20
6   libcoreclr.dylib                       0x11e982d7c FinalizerThread::FinalizerThreadStart(void*) + 172
7   libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
8   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
9   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 21:: .NET SigHandler
0   libsystem_kernel.dylib                 0x19eaeadb4 read + 8
1   libSystem.Native.dylib                 0x119ec85d8 SignalHandlerLoop + 96
2   libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
3   libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 22:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11e82ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11e82a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11e82ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11e919528 Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 676
6   libcoreclr.dylib                       0x11e914a80 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib                       0x11e967610 WaitHandleNative::CorWaitOneNative(void*, int) + 172
8   ???                                    0x30c05a670 ???
9   ???                                    0x30839c87c ???
10  ???                                    0x308379350 ???
11  libcoreclr.dylib                       0x11eacf744 CallDescrWorkerInternal + 132
12  libcoreclr.dylib                       0x11e94a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
13  libcoreclr.dylib                       0x11e95da88 ThreadNative::KickOffThread_Worker(void*) + 148
14  libcoreclr.dylib                       0x11e91cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
15  libcoreclr.dylib                       0x11e91d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
16  libcoreclr.dylib                       0x11e95db60 ThreadNative::KickOffThread(void*) + 172
17  libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
18  libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
19  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 23:
0   libsystem_kernel.dylib                 0x19eaf0340 kevent + 8
1   libSystem.Native.dylib                 0x119ec6c50 SystemNative_WaitForSocketEvents + 76
2   ???                                    0x309c61ec0 ???
3   ???                                    0x309c9972c ???
4   ???                                    0x3083793c8 ???
5   libcoreclr.dylib                       0x11eacf744 CallDescrWorkerInternal + 132
6   libcoreclr.dylib                       0x11e94a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
7   libcoreclr.dylib                       0x11e95da88 ThreadNative::KickOffThread_Worker(void*) + 148
8   libcoreclr.dylib                       0x11e91cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
9   libcoreclr.dylib                       0x11e91d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
10  libcoreclr.dylib                       0x11e95db60 ThreadNative::KickOffThread(void*) + 172
11  libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
12  libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
13  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 24:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11e82ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11e82a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11e82ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11e919680 Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 1020
6   libcoreclr.dylib                       0x11e914a80 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib                       0x11e967950 WaitHandleNative::CorWaitMultipleNative(void**, int, bool, int) + 180
8   ???                                    0x30837e250 ???
9   ???                                    0x30837e01c ???
10  ???                                    0x30a5fad94 ???
11  ???                                    0x308379350 ???
12  libcoreclr.dylib                       0x11eacf744 CallDescrWorkerInternal + 132
13  libcoreclr.dylib                       0x11e94a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
14  libcoreclr.dylib                       0x11e95da88 ThreadNative::KickOffThread_Worker(void*) + 148
15  libcoreclr.dylib                       0x11e91cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
16  libcoreclr.dylib                       0x11e91d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
17  libcoreclr.dylib                       0x11e95db60 ThreadNative::KickOffThread(void*) + 172
18  libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
19  libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
20  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 25:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11e82ac1c CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 320
3   libcoreclr.dylib                       0x11e82a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11e82ee3c CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1716
5   libcoreclr.dylib                       0x11e919528 Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 676
6   libcoreclr.dylib                       0x11e914a80 Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 68
7   libcoreclr.dylib                       0x11e967610 WaitHandleNative::CorWaitOneNative(void*, int) + 172
8   ???                                    0x30837da6c ???
9   ???                                    0x308397828 ???
10  ???                                    0x308379350 ???
11  libcoreclr.dylib                       0x11eacf744 CallDescrWorkerInternal + 132
12  libcoreclr.dylib                       0x11e94a744 DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int) + 268
13  libcoreclr.dylib                       0x11e95da88 ThreadNative::KickOffThread_Worker(void*) + 148
14  libcoreclr.dylib                       0x11e91cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
15  libcoreclr.dylib                       0x11e91d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
16  libcoreclr.dylib                       0x11e95db60 ThreadNative::KickOffThread(void*) + 172
17  libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
18  libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
19  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 26:
0   libsystem_pthread.dylib                0x19eb25d20 start_wqthread + 0

Thread 27:
0   libsystem_pthread.dylib                0x19eb25d20 start_wqthread + 0

Thread 28:
0   libsystem_pthread.dylib                0x19eb25d20 start_wqthread + 0

Thread 29 Crashed:
0   libsystem_kernel.dylib                 0x19eaf2a60 __pthread_kill + 8
1   libsystem_pthread.dylib                0x19eb2ac20 pthread_kill + 288
2   libsystem_c.dylib                      0x19ea37ac4 __abort + 136
3   libsystem_c.dylib                      0x19ea37a3c abort + 192
4   libc++abi.dylib                        0x19eae1d08 abort_message + 132
5   libc++abi.dylib                        0x19ead1fa4 demangling_terminate_handler() + 320
6   libobjc.A.dylib                        0x19e7701e0 _objc_terminate() + 160
7   libc++abi.dylib                        0x19eae10cc std::__terminate(void (*)()) + 16
8   libc++abi.dylib                        0x19eae4348 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 88
9   libc++abi.dylib                        0x19eae428c __cxa_throw + 308
10  libc++.1.dylib                         0x19ea62a28 std::__1::__throw_system_error(int, char const*) + 100
11  libc++.1.dylib                         0x19ea568c0 std::__1::recursive_mutex::lock() + 40
12  Godot                                  0x103e64cc4 0x1000c0000 + 64638148
13  Godot                                  0x103e00364 0x1000c0000 + 64226148
14  Godot                                  0x103dff4e8 0x1000c0000 + 64222440
15  libsystem_c.dylib                      0x19e9e82e8 __cxa_finalize_ranges + 476
16  libsystem_c.dylib                      0x19e9e8070 exit + 44
17  libcoreclr.dylib                       0x11e831920 PROCEndProcess(void*, unsigned int, int) + 416
18  libcoreclr.dylib                       0x11e83177c ExitProcess + 188
19  libcoreclr.dylib                       0x11e977ea4 SafeExitProcess(unsigned int, ShutdownCompleteAction) + 296
20  libcoreclr.dylib                       0x11e82ca68 CorUnix::TerminationRequestHandlingRoutine(void*) + 28
21  libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
22  libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
23  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 30:
0   libsystem_kernel.dylib                 0x19eaed9ec __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x19eb2b55c _pthread_cond_wait + 1228
2   libcoreclr.dylib                       0x11e82abc8 CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 236
3   libcoreclr.dylib                       0x11e82a88c CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 376
4   libcoreclr.dylib                       0x11e82f5c8 SleepEx + 160
5   libcoreclr.dylib                       0x11e92009c TieredCompilationManager::BackgroundWorkerStart() + 212
6   libcoreclr.dylib                       0x11e91feec TieredCompilationManager::BackgroundWorkerBootstrapper1(void*) + 108
7   libcoreclr.dylib                       0x11e91cb5c ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 256
8   libcoreclr.dylib                       0x11e91d0b4 ManagedThreadBase::KickOff(void (*)(void*), void*) + 32
9   libcoreclr.dylib                       0x11e91fdfc TieredCompilationManager::BackgroundWorkerBootstrapper0(void*) + 40
10  libcoreclr.dylib                       0x11e835c80 CorUnix::CPalThread::ThreadEntry(void*) + 380
11  libsystem_pthread.dylib                0x19eb2af94 _pthread_start + 136
12  libsystem_pthread.dylib                0x19eb25d34 thread_start + 8

Thread 29 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x0000000000000074   x7: 0x0000000000000d70
    x8: 0xb34afe1ecb631824   x9: 0xb34afe1fbb266824  x10: 0x00000000000003e8  x11: 0x000000000000002d
   x12: 0x0000000000000000  x13: 0x00000000001ff800  x14: 0x00000000000007fb  x15: 0x00000000ff031832
   x16: 0x0000000000000148  x17: 0x0000000210d19928  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000170457000  x21: 0x0000000000007c0b  x22: 0x00000001704570e0  x23: 0x0000000106117088
   x24: 0x00000000ffffffff  x25: 0x000000020696d000  x26: 0x000000000000000a  x27: 0x0000000000000009
   x28: 0x0000000000000009   fp: 0x0000000170456bf0   lr: 0x000000019eb2ac20
    sp: 0x0000000170456bd0   pc: 0x000000019eaf2a60 cpsr: 0x40001000
   far: 0x0000000000000000  esr: 0x56000080  Address size fault

Binary Images:
       0x16b3f8000 -        0x16b3fbfff com.apple.icloud.drive.fileprovider.override (1.0) <db39a641-8c34-385d-8faf-37cb3dcfc89e> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride
       0x171014000 -        0x171033fff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (14.5) <45b63a1f-97c2-3047-9430-120757ec26f6> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x1704e8000 -        0x1704effff com.apple.FileProviderOverride (1835.120.53) <48c78787-aebf-3b9c-8300-2b20ba87b0a4> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x119d74000 -        0x119d83fff libSystem.Security.Cryptography.Native.Apple.dylib (*) <92603a27-c36a-3872-8e02-44ca0a414006> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libSystem.Security.Cryptography.Native.Apple.dylib
       0x119ebc000 -        0x119ecbfff libSystem.Native.dylib (*) <2dca3b5f-945b-3e4c-a2f4-91db97fcbdb2> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libSystem.Native.dylib
       0x11c4b0000 -        0x11c6d7fff libclrjit.dylib (*) <c604fd4b-1750-36c1-a5c4-71ebe29be444> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libclrjit.dylib
       0x11e800000 -        0x11eca7fff libcoreclr.dylib (*) <b3bdb796-92b2-36fd-8194-ab79bc436d42> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libcoreclr.dylib
       0x119f24000 -        0x119f5ffff libhostpolicy.dylib (*) <78320d38-2c82-33c7-879a-243fad5242e8> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/libhostpolicy.dylib
       0x119e5c000 -        0x119e97fff libhostfxr.dylib (*) <8c397efa-ac59-3000-be77-2888fb2d8c56> /usr/local/share/dotnet/host/fxr/8.0.7/libhostfxr.dylib
       0x1180ec000 -        0x118223fff com.apple.audio.units.Components (1.14) <fd93a3bc-5142-33ea-88bd-c2258c5a032d> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x110b84000 -        0x110b8ffff libobjc-trampolines.dylib (*) <9381bd6d-84a5-3c72-b3b8-88428afa4782> /usr/lib/libobjc-trampolines.dylib
       0x1000c0000 -        0x105c27fff org.godotengine.godot (4.2.2) <27cf7c6a-c7e4-3f4c-86e9-86241dcbc372> /Applications/Godot_mono.app/Contents/MacOS/Godot
       0x19e79c000 -        0x19e824a17 dyld (*) <37bbc384-0755-31c7-a808-0ed49e44dd8e> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x19e939000 -        0x19e975ff7 libsystem_malloc.dylib (*) <c6337a38-2b5c-3805-95e8-cf1786e2f4e7> /usr/lib/system/libsystem_malloc.dylib
       0x19eae9000 -        0x19eb23ffb libsystem_kernel.dylib (*) <9b8b53f9-e2b6-36df-98e9-28d8fca732f2> /usr/lib/system/libsystem_kernel.dylib
       0x19eb24000 -        0x19eb30fff libsystem_pthread.dylib (*) <386b0fc1-7873-3328-8e71-43269fd1b2c7> /usr/lib/system/libsystem_pthread.dylib
       0x19ea40000 -        0x19eaccff7 libc++.1.dylib (*) <ec33cd83-7098-3ad6-82c8-bc03ac81e87b> /usr/lib/libc++.1.dylib
       0x19eb8c000 -        0x19f064fff com.apple.CoreFoundation (6.9) <84b539d5-22c9-3f8c-84c8-903e9c7b8d29> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1a242e000 -        0x1a376afff com.apple.AppKit (6.9) <61f710be-9132-3cc2-883d-066365fba1ad> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1a90a1000 -        0x1a90cafff com.apple.audio.caulk (1.0) <f2da6e2e-b5a0-3ce7-97f5-7d2141a3ec32> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x1a11ae000 -        0x1a18b4fff com.apple.audio.CoreAudio (5.0) <e818958c-f2dc-37df-9896-ad6e9bcd028a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x19eb31000 -        0x19eb56ff7 libdyld.dylib (*) <e49303e9-66a8-39d6-a917-e9ea8c42c63f> /usr/lib/system/libdyld.dylib
       0x19e9c1000 -        0x19ea3fff7 libsystem_c.dylib (*) <05b44e93-dffc-3bd8-90ab-fd97cb73f171> /usr/lib/system/libsystem_c.dylib
       0x19eacd000 -        0x19eae8ffb libc++abi.dylib (*) <4ac7c5cd-3746-3a53-aad6-c231e183b705> /usr/lib/libc++abi.dylib
       0x19e74c000 -        0x19e79bd83 libobjc.A.dylib (*) <b326b2c3-1069-3d17-b49d-9dcb24efec6f> /usr/lib/libobjc.A.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: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
Writable regions: Total=3.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=3.6G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG image                           592K       26 
ColorSync                          560K       27 
CoreAnimation                     1776K      111 
CoreGraphics                        32K        2 
CoreUI image data                  912K       11 
Foundation                          16K        1 
Foundation (reserved)               16K        1         reserved VM address space (unallocated)
Kernel Alloc Once                   32K        1 
MALLOC                             3.6G      138 
MALLOC guard page                  192K       12 
MALLOC_LARGE (reserved)             16K        1         reserved VM address space (unallocated)
STACK GUARD                       56.5M       31 
Stack                             23.7M       31 
VM_ALLOCATE                        1.5G      664 
VM_ALLOCATE (reserved)             256K        1         reserved VM address space (unallocated)
__AUTH                            1116K      253 
__AUTH_CONST                      19.0M      432 
__CTF                               824        1 
__DATA                            7000K      429 
__DATA_CONST                      24.0M      447 
__DATA_DIRTY                      1106K      140 
__FONT_DATA                          4K        1 
__LINKEDIT                       542.2M       13 
__OBJC_RO                         71.9M        1 
__OBJC_RW                         2199K        1 
__TEXT                           487.3M      463 
dyld private memory                656K        4 
mapped file                      256.5M      177 
shared memory                     2336K       70 
===========                     =======  ======= 
TOTAL                              6.5G     3492 
TOTAL, minus reserved VM space     6.5G     3492 

-----------
Full Report
-----------

{"app_name":"Godot","timestamp":"2024-07-26 10:55:40.00 +0200","app_version":"4.2.2","slice_uuid":"27cf7c6a-c7e4-3f4c-86e9-86241dcbc372","build_version":"4.2.2","platform":1,"bundleID":"org.godotengine.godot","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.5 (23F79)","roots_installed":0,"name":"Godot","incident_id":"76B5E206-A57B-4BA8-8990-823F4621B2D2"}
{
  "uptime" : 59000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac14,2",
  "coalitionID" : 3915,
  "osVersion" : {
    "train" : "macOS 14.5",
    "build" : "23F79",
    "releaseType" : "User"
  },
  "captureTime" : "2024-07-26 10:55:39.7505 +0200",
  "codeSigningMonitor" : 1,
  "incident" : "76B5E206-A57B-4BA8-8990-823F4621B2D2",
  "pid" : 59014,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2024-07-26 10:47:01.8067 +0200",
  "procStartAbsTime" : 1409946710033,
  "procExitAbsTime" : 1422377018706,
  "procName" : "Godot",
  "procPath" : "\/Applications\/Godot_mono.app\/Contents\/MacOS\/Godot",
  "bundleInfo" : {"CFBundleShortVersionString":"4.2.2","CFBundleVersion":"4.2.2","CFBundleIdentifier":"org.godotengine.godot"},
  "storeInfo" : {"deviceIdentifierForVendor":"FEDBB56C-6DA8-5441-9C94-39C355DE543C","thirdParty":true},
  "parentProc" : "zsh",
  "parentPid" : 57930,
  "coalitionName" : "dev.warp.Warp-Stable",
  "crashReporterKey" : "C08C6A67-BF15-EC25-57DC-7C6AF539423A",
  "responsiblePid" : 27602,
  "responsibleProc" : "stable",
  "codeSigningID" : "org.godotengine.godot",
  "codeSigningTeamID" : "6K46PWY5DM",
  "codeSigningFlags" : 570491393,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRW+D\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkVDg\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "wakeTime" : 714,
  "sleepWakeUUID" : "21037F20-0850-4B8A-A59B-376695FFFFAB",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"Godot","byPid":59014},
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 29,
  "threads" : [{"id":620201,"threadState":{"x":[{"value":6171126816},{"value":6171126664},{"value":5251268608},{"value":0},{"value":18446744072793951712},{"value":32},{"value":10},{"value":0},{"value":259},{"value":259},{"value":0},{"value":8},{"value":5251268608},{"value":0},{"value":0},{"value":0},{"value":13480853616},{"value":6955583592,"symbolLocation":0,"symbol":"nanov2_try_free_default"},{"value":0},{"value":6171126664},{"value":6171126816},{"value":5255526912},{"value":6171126816},{"value":0},{"value":0},{"value":6954246939},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4806901724},"cpsr":{"value":1610616832},"fp":{"value":6171123680},"sp":{"value":6171123568},"esr":{"value":33554432,"description":" Address size fault"},"pc":{"value":4806900532},"far":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":228148,"symbol":"RestoreCompleteContext","symbolLocation":0,"imageIndex":6},{"imageOffset":229340,"symbol":"PAL_DispatchExceptionInner(_CONTEXT*, _EXCEPTION_RECORD*)","symbolLocation":208,"imageIndex":6},{"imageOffset":229092,"symbol":"PAL_DispatchException","symbolLocation":80,"imageIndex":6},{"imageOffset":228268,"symbol":"PAL_DispatchExceptionWrapper","symbolLocation":16,"imageIndex":6},{"imageOffset":67046212,"imageIndex":11},{"imageOffset":13660148,"imageIndex":11},{"imageOffset":64386756,"imageIndex":11},{"imageOffset":46870692,"imageIndex":11},{"imageOffset":48500480,"imageIndex":11},{"imageOffset":7909348,"imageIndex":11},{"imageOffset":7758040,"imageIndex":11},{"imageOffset":24800,"symbol":"start","symbolLocation":2360,"imageIndex":12}]},{"id":620235,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":60181212,"symbol":"_IP_ResolverPrivate::_thread_function(void*)","symbolLocation":152,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6173404840},{"value":0},{"value":5553630312},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8872106208},{"value":0},{"value":5553630288},{"value":5553630352},{"value":6173405408},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6173404960},"sp":{"value":6173404816},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620236,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":161792},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6173978296},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6173978848},{"value":0},{"value":0},{"value":161792},{"value":161792},{"value":163840},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6173978416},"sp":{"value":6173978272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620237,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":161024},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6174551736},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6174552288},{"value":0},{"value":0},{"value":161024},{"value":161024},{"value":163072},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6174551856},"sp":{"value":6174551712},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620238,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":162304},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6175125176},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6175125728},{"value":0},{"value":0},{"value":162304},{"value":162304},{"value":164352},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6175125296},"sp":{"value":6175125152},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620239,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":162048},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6175698616},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6175699168},{"value":0},{"value":0},{"value":162048},{"value":162048},{"value":164096},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6175698736},"sp":{"value":6175698592},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620240,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":161536},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6176272056},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6176272608},{"value":0},{"value":0},{"value":161536},{"value":161536},{"value":163584},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6176272176},"sp":{"value":6176272032},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620241,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":161280},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6176845496},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6176846048},{"value":0},{"value":0},{"value":161280},{"value":161280},{"value":163328},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6176845616},"sp":{"value":6176845472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620242,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":162560},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6177418936},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6177419488},{"value":0},{"value":0},{"value":162560},{"value":162560},{"value":164608},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6177419056},"sp":{"value":6177418912},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620243,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":68372,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":28,"imageIndex":17},{"imageOffset":64570432,"imageIndex":11},{"imageOffset":59174480,"imageIndex":11},{"imageOffset":59175352,"imageIndex":11},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":160768},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6177992376},{"value":0},{"value":5570260760},{"value":245191093051138},{"value":57088},{"value":0},{"value":57088},{"value":245191093051136},{"value":305},{"value":8872106208},{"value":0},{"value":5570260736},{"value":5570260800},{"value":6177992928},{"value":0},{"value":0},{"value":160768},{"value":160768},{"value":162816},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6177992496},"sp":{"value":6177992352},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620257,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592,"objc-selector":"resentativeAssets:curatedAssets:extendedCuratedAssets:keyAsset:"},{"value":172636210462720},{"value":0},{"value":172636210462720},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":40195},{"value":0},{"value":1},{"value":40195},{"value":2006652},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8872090368},{"value":0},{"value":4294967295},{"value":2},{"value":172636210462720},{"value":0},{"value":172636210462720},{"value":6180855912},{"value":8589934592,"objc-selector":"resentativeAssets:curatedAssets:extendedCuratedAssets:keyAsset:"},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957288228},"cpsr":{"value":4096},"fp":{"value":6180855760},"sp":{"value":6180855680},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957212148},"far":{"value":0}},"frames":[{"imageOffset":4596,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":15},{"imageOffset":80676,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":15},{"imageOffset":40500,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":15},{"imageOffset":5496,"symbol":"mach_msg","symbolLocation":24,"imageIndex":15},{"imageOffset":517760,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":18},{"imageOffset":511812,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":18},{"imageOffset":508980,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":18},{"imageOffset":1458568,"symbol":"_NSEventThread","symbolLocation":144,"imageIndex":19},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620288,"name":"caulk.messenger.shared:17","threadState":{"x":[{"value":14},{"value":105553145617818},{"value":0},{"value":6181433450},{"value":105553145617792},{"value":25},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8872095984},{"value":0},{"value":105553150101152},{"value":105553150101152},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7130986020},"cpsr":{"value":2147487744},"fp":{"value":6181433216},"sp":{"value":6181433184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957212016},"far":{"value":0}},"frames":[{"imageOffset":4464,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":15},{"imageOffset":9764,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":20},{"imageOffset":9432,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":20},{"imageOffset":8664,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":20},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620289,"name":"caulk.messenger.shared:high","threadState":{"x":[{"value":14},{"value":60675},{"value":60675},{"value":11},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":1},{"value":105553138442024},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8872095984},{"value":0},{"value":105553150099488},{"value":105553150099488},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7130986020},"cpsr":{"value":2147487744},"fp":{"value":6182006656},"sp":{"value":6182006624},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957212016},"far":{"value":0}},"frames":[{"imageOffset":4464,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":15},{"imageOffset":9764,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":20},{"imageOffset":9432,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":20},{"imageOffset":8664,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":20},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620317,"name":"caulk::deferred_logger","threadState":{"x":[{"value":14},{"value":105553183034199},{"value":0},{"value":6182580327},{"value":105553183034176},{"value":22},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":8872095984},{"value":0},{"value":105553152152440},{"value":105553152152440},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7130986020},"cpsr":{"value":2147487744},"fp":{"value":6182580096},"sp":{"value":6182580064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957212016},"far":{"value":0}},"frames":[{"imageOffset":4464,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":15},{"imageOffset":9764,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":20},{"imageOffset":9432,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":20},{"imageOffset":8664,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":96,"imageIndex":20},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620318,"name":"com.apple.audio.IOThread.client","threadState":{"x":[{"value":268451845},{"value":17179869187},{"value":103079215123},{"value":79875},{"value":416491568627712},{"value":307876140679168},{"value":32},{"value":0},{"value":18446744073709550527},{"value":71683},{"value":96972},{"value":1},{"value":71683},{"value":5566835240},{"value":5641082624},{"value":0},{"value":18446744073709551569},{"value":8872090368},{"value":0},{"value":0},{"value":32},{"value":307876140679168},{"value":416491568627712},{"value":79875},{"value":6183152848},{"value":103079215123},{"value":17179869187},{"value":17179869187},{"value":3}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957288228},"cpsr":{"value":536875008},"fp":{"value":6183152512},"sp":{"value":6183152432},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957212148},"far":{"value":0}},"frames":[{"imageOffset":4596,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":15},{"imageOffset":80676,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":15},{"imageOffset":40500,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":15},{"imageOffset":5496,"symbol":"mach_msg","symbolLocation":24,"imageIndex":15},{"imageOffset":3250672,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":96,"imageIndex":21},{"imageOffset":2023392,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":4272,"imageIndex":21},{"imageOffset":2017272,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":108,"imageIndex":21},{"imageOffset":3614148,"symbol":"HALC_IOThread::Entry(void*)","symbolLocation":88,"imageIndex":21},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620376,"frames":[{"imageOffset":4596,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":15},{"imageOffset":80676,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":15},{"imageOffset":42396,"symbol":"thread_get_state","symbolLocation":260,"imageIndex":15},{"imageOffset":231992,"symbol":"MachExceptionInfo::MachExceptionInfo(unsigned int, MachMessage&)","symbolLocation":188,"imageIndex":6},{"imageOffset":229844,"symbol":"SEHExceptionThread(void*)","symbolLocation":408,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":0},{"value":8589934595,"objc-selector":"entativeAssets:curatedAssets:extendedCuratedAssets:keyAsset:"},{"value":171798697235},{"value":385958646120707},{"value":15474767167488},{"value":385958646120448},{"value":5232},{"value":0},{"value":18446744073709550527},{"value":6184287264},{"value":4294962110},{"value":1},{"value":87819},{"value":0},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8872106424},{"value":0},{"value":0},{"value":5232},{"value":385958646120448},{"value":15474767167488},{"value":385958646120707},{"value":6184287264},{"value":171798697235},{"value":8589934595,"objc-selector":"entativeAssets:curatedAssets:extendedCuratedAssets:keyAsset:"},{"value":8589934595,"objc-selector":"entativeAssets:curatedAssets:extendedCuratedAssets:keyAsset:"},{"value":8700492064,"symbolLocation":0,"symbol":"mach_task_self_"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957288228},"cpsr":{"value":2147487744},"fp":{"value":6184287248},"sp":{"value":6184287168},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957212148},"far":{"value":0}}},{"id":620377,"name":".NET SynchManager","threadState":{"x":[{"value":4},{"value":0},{"value":4294967295},{"value":257},{"value":256},{"value":257},{"value":0},{"value":0},{"value":4747993688},{"value":2},{"value":0},{"value":2},{"value":0},{"value":256},{"value":256},{"value":0},{"value":230},{"value":256},{"value":0},{"value":4747993656},{"value":4747993088},{"value":6957510720,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":1},{"value":250},{"value":0},{"value":1000},{"value":3},{"value":4811713688,"symbolLocation":0,"symbol":"CorUnix::CPalSynchronizationManager::s_csSynchProcessLock"},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4806848192},"cpsr":{"value":1610616832},"fp":{"value":6184873712},"sp":{"value":6184873712},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957247344},"far":{"value":0}},"frames":[{"imageOffset":39792,"symbol":"poll","symbolLocation":8,"imageIndex":15},{"imageOffset":175808,"symbol":"CorUnix::CPalSynchronizationManager::ThreadPrepareForShutdown()","symbolLocation":24,"imageIndex":6},{"imageOffset":182728,"symbol":"CorUnix::CPalSynchronizationManager::WorkerThread(void*)","symbolLocation":892,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620378,"name":".NET EventPipe","threadState":{"x":[{"value":4},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":5376},{"value":125},{"value":101},{"value":4764790560},{"value":105553142584588},{"value":1},{"value":2},{"value":14},{"value":1},{"value":2043},{"value":3283913041},{"value":230},{"value":3286008166},{"value":0},{"value":105553142584576},{"value":1},{"value":4764790512},{"value":4810768868,"symbolLocation":0,"symbol":"server_warning_callback(char const*, unsigned int)"},{"value":4294967295},{"value":500},{"value":4811103601,"symbolLocation":67282,"symbol":"OutString::hex(unsigned int, int, unsigned int)::digits"},{"value":1},{"value":4294967295},{"value":6185446848}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4810022420},"cpsr":{"value":1610616832},"fp":{"value":6185446752},"sp":{"value":6185446656},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957247344},"far":{"value":0}},"frames":[{"imageOffset":39792,"symbol":"poll","symbolLocation":8,"imageIndex":15},{"imageOffset":3350036,"symbol":"ds_ipc_poll(_DiagnosticsIpcPollHandle*, unsigned long, unsigned int, void (*)(char const*, unsigned int))","symbolLocation":184,"imageIndex":6},{"imageOffset":4080892,"symbol":"ds_ipc_stream_factory_get_next_available_stream(void (*)(char const*, unsigned int))","symbolLocation":592,"imageIndex":6},{"imageOffset":4072144,"symbol":"server_thread(void*)","symbolLocation":372,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620379,"name":".NET DebugPipe","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":6186020959},{"value":105553142606400},{"value":14},{"value":0},{"value":117},{"value":1},{"value":6186019328},{"value":10816},{"value":2873000231},{"value":2043},{"value":2045},{"value":2875099813},{"value":677},{"value":5},{"value":2000896},{"value":0},{"value":0},{"value":5005965292},{"value":5005965280},{"value":0},{"value":0},{"value":0},{"value":5005965240},{"value":5005965264},{"value":6186019296},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957260264},"cpsr":{"value":1610616832},"fp":{"value":6186019088},"sp":{"value":6186019040},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957214800},"far":{"value":0}},"frames":[{"imageOffset":7248,"symbol":"__open","symbolLocation":8,"imageIndex":15},{"imageOffset":52712,"symbol":"open","symbolLocation":64,"imageIndex":15},{"imageOffset":3353872,"symbol":"TwoWayPipe::WaitForConnection()","symbolLocation":40,"imageIndex":6},{"imageOffset":3329108,"symbol":"DbgTransportSession::TransportWorker()","symbolLocation":228,"imageIndex":6},{"imageOffset":3325060,"symbol":"DbgTransportSession::TransportWorkerStatic(void*)","symbolLocation":40,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620380,"name":".NET Debugger","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6186593208},{"value":0},{"value":4799205456},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8872106208},{"value":0},{"value":4799205432},{"value":4799205496},{"value":6186594528},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":105553142584912},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6186593328},"sp":{"value":6186593184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}},"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":3318400,"symbol":"DebuggerRCThread::MainLoop()","symbolLocation":208,"imageIndex":6},{"imageOffset":3318092,"symbol":"DebuggerRCThread::ThreadProc()","symbolLocation":232,"imageIndex":6},{"imageOffset":3317528,"symbol":"DebuggerRCThread::ThreadProcStatic(void*)","symbolLocation":56,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620381,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":193992,"symbol":"SleepEx","symbolLocation":160,"imageIndex":6},{"imageOffset":1619520,"symbol":"__SwitchToThread(unsigned int, unsigned int)","symbolLocation":20,"imageIndex":6},{"imageOffset":1584508,"symbol":"FinalizerThread::FinalizerThreadStart(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":9728},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6187167176},{"value":0},{"value":4798542928},{"value":3298534884098},{"value":768},{"value":0},{"value":768},{"value":3298534884096},{"value":305},{"value":8872106208},{"value":0},{"value":4798542904},{"value":4798542968},{"value":6187167968},{"value":0},{"value":0},{"value":9728},{"value":9729},{"value":9984},{"value":105553142581984},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6187167296},"sp":{"value":6187167152},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620422,"name":".NET SigHandler","threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":37},{"value":49478023261696},{"value":11777},{"value":0},{"value":0},{"value":0},{"value":4729911088},{"value":4729895460,"symbolLocation":220,"symbol":"SystemNative_HandleNonCanceledPosixSignal"},{"value":41},{"value":8},{"value":256},{"value":256},{"value":0},{"value":3},{"value":4978337984},{"value":0},{"value":62},{"value":0},{"value":0},{"value":1},{"value":270008320},{"value":4729929728},{"value":4729929728},{"value":4729911115},{"value":4729929728},{"value":13045607848}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4729898456},"cpsr":{"value":2684358656},"fp":{"value":6190608320},"sp":{"value":6190608224},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957215156},"far":{"value":0}},"frames":[{"imageOffset":7604,"symbol":"read","symbolLocation":8,"imageIndex":15},{"imageOffset":50648,"symbol":"SignalHandlerLoop","symbolLocation":96,"imageIndex":4},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":620426,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":1152296,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":676,"imageIndex":6},{"imageOffset":1133184,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":6},{"imageOffset":1472016,"symbol":"WaitHandleNative::CorWaitOneNative(void*, int)","symbolLocation":172,"imageIndex":6},{"imageOffset":13086598768,"imageIndex":13},{"imageOffset":13022906492,"imageIndex":13},{"imageOffset":13022761808,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":17408},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6191490264},{"value":0},{"value":5555430992},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8872106208},{"value":0},{"value":5555430968},{"value":5555431032},{"value":6191493344},{"value":0},{"value":0},{"value":17408},{"value":17921},{"value":18176},{"value":105553142508064},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6191490384},"sp":{"value":6191490240},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620428,"frames":[{"imageOffset":29504,"symbol":"kevent","symbolLocation":8,"imageIndex":15},{"imageOffset":44112,"symbol":"SystemNative_WaitForSocketEvents","symbolLocation":76,"imageIndex":4},{"imageOffset":13048880832,"imageIndex":13},{"imageOffset":13049108268,"imageIndex":13},{"imageOffset":13022761928,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":5556354560},{"value":1024},{"value":0},{"value":0},{"value":0},{"value":6957510720,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":6192639496},{"value":13048880736},{"value":13049498776},{"value":13047990872},{"value":14097906424},{"value":14092977120},{"value":4730699896},{"value":363},{"value":5059525904},{"value":0},{"value":6192638960},{"value":5556354560},{"value":0},{"value":73},{"value":0},{"value":0},{"value":5555390464},{"value":6192639496},{"value":4811564824,"symbolLocation":16,"symbol":"vtable for DebuggerU2MCatchHandlerFrame"},{"value":6957510720,"symbolLocation":0,"symbol":"tlv_get_addr"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4729891920},"cpsr":{"value":1610616832},"fp":{"value":6192638704},"sp":{"value":6192638672},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957237056},"far":{"value":0}}},{"id":620432,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":1152640,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":1020,"imageIndex":6},{"imageOffset":1133184,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":6},{"imageOffset":1472848,"symbol":"WaitHandleNative::CorWaitMultipleNative(void**, int, bool, int)","symbolLocation":180,"imageIndex":6},{"imageOffset":13022782032,"imageIndex":13},{"imageOffset":13022781468,"imageIndex":13},{"imageOffset":13058944404,"imageIndex":13},{"imageOffset":13022761808,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6194357624},{"value":0},{"value":5556394576},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8872106208},{"value":0},{"value":5556394552},{"value":5556394616},{"value":6194360544},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":105553142503696},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6194357744},"sp":{"value":6194357600},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":620968,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":175132,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":320,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":192060,"symbol":"CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int)","symbolLocation":1716,"imageIndex":6},{"imageOffset":1152296,"symbol":"Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode)","symbolLocation":676,"imageIndex":6},{"imageOffset":1133184,"symbol":"Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*)","symbolLocation":68,"imageIndex":6},{"imageOffset":1472016,"symbol":"WaitHandleNative::CorWaitOneNative(void*, int)","symbolLocation":172,"imageIndex":6},{"imageOffset":13022780012,"imageIndex":13},{"imageOffset":13022885928,"imageIndex":13},{"imageOffset":13022761808,"imageIndex":13},{"imageOffset":2946884,"symbol":"CallDescrWorkerInternal","symbolLocation":132,"imageIndex":6},{"imageOffset":1353540,"symbol":"DispatchCallSimple(unsigned long*, unsigned int, unsigned long long, unsigned int)","symbolLocation":268,"imageIndex":6},{"imageOffset":1432200,"symbol":"ThreadNative::KickOffThread_Worker(void*)","symbolLocation":148,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1432416,"symbol":"ThreadNative::KickOffThread(void*)","symbolLocation":172,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6187738552},{"value":0},{"value":5329533008},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8872106208},{"value":0},{"value":5329532984},{"value":5329533048},{"value":6187741408},{"value":0},{"value":0},{"value":256},{"value":513},{"value":768},{"value":105553142974160},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6187738672},"sp":{"value":6187738528},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}},{"id":631620,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"x":[{"value":6172831744},{"value":171567},{"value":6172295168},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6172831744},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957456672},"far":{"value":0}}},{"id":632414,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"x":[{"value":6171684864},{"value":184087},{"value":6171148288},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6171684864},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957456672},"far":{"value":0}}},{"id":632415,"frames":[{"imageOffset":7456,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":16}],"threadState":{"x":[{"value":6172258304},{"value":0},{"value":6171721728},{"value":0},{"value":278531},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6172258304},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6957456672},"far":{"value":0}}},{"triggered":true,"id":632416,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":10000000},{"value":116},{"value":3440},{"value":12919417889280432164},{"value":12919417893302986788},{"value":1000},{"value":45},{"value":0},{"value":2095104},{"value":2043},{"value":4278392882},{"value":328},{"value":8872106280},{"value":0},{"value":6},{"value":6178566144},{"value":31755},{"value":6178566368},{"value":4396773512},{"value":4294967295},{"value":8700481536,"symbolLocation":2352,"symbol":"usual_extra"},{"value":10},{"value":9},{"value":9}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957476896},"cpsr":{"value":1073745920},"fp":{"value":6178565104},"sp":{"value":6178565072},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957247072,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":39520,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":15},{"imageOffset":27680,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":16},{"imageOffset":486084,"symbol":"__abort","symbolLocation":136,"imageIndex":23},{"imageOffset":485948,"symbol":"abort","symbolLocation":192,"imageIndex":23},{"imageOffset":85256,"symbol":"abort_message","symbolLocation":132,"imageIndex":24},{"imageOffset":20388,"symbol":"demangling_terminate_handler()","symbolLocation":320,"imageIndex":24},{"imageOffset":147936,"symbol":"_objc_terminate()","symbolLocation":160,"imageIndex":25},{"imageOffset":82124,"symbol":"std::__terminate(void (*)())","symbolLocation":16,"imageIndex":24},{"imageOffset":95048,"symbol":"__cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*)","symbolLocation":88,"imageIndex":24},{"imageOffset":94860,"symbol":"__cxa_throw","symbolLocation":308,"imageIndex":24},{"imageOffset":141864,"symbol":"std::__1::__throw_system_error(int, char const*)","symbolLocation":100,"imageIndex":17},{"imageOffset":92352,"symbol":"std::__1::recursive_mutex::lock()","symbolLocation":40,"imageIndex":17},{"imageOffset":64638148,"imageIndex":11},{"imageOffset":64226148,"imageIndex":11},{"imageOffset":64222440,"imageIndex":11},{"imageOffset":160488,"symbol":"__cxa_finalize_ranges","symbolLocation":476,"imageIndex":23},{"imageOffset":159856,"symbol":"exit","symbolLocation":44,"imageIndex":23},{"imageOffset":203040,"symbol":"PROCEndProcess(void*, unsigned int, int)","symbolLocation":416,"imageIndex":6},{"imageOffset":202620,"symbol":"ExitProcess","symbolLocation":188,"imageIndex":6},{"imageOffset":1539748,"symbol":"SafeExitProcess(unsigned int, ShutdownCompleteAction)","symbolLocation":296,"imageIndex":6},{"imageOffset":182888,"symbol":"CorUnix::TerminationRequestHandlingRoutine(void*)","symbolLocation":28,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}]},{"id":632417,"frames":[{"imageOffset":18924,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":15},{"imageOffset":30044,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":16},{"imageOffset":175048,"symbol":"CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":236,"imageIndex":6},{"imageOffset":174220,"symbol":"CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*)","symbolLocation":376,"imageIndex":6},{"imageOffset":193992,"symbol":"SleepEx","symbolLocation":160,"imageIndex":6},{"imageOffset":1179804,"symbol":"TieredCompilationManager::BackgroundWorkerStart()","symbolLocation":212,"imageIndex":6},{"imageOffset":1179372,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper1(void*)","symbolLocation":108,"imageIndex":6},{"imageOffset":1166172,"symbol":"ManagedThreadBase_DispatchOuter(ManagedThreadCallState*)","symbolLocation":256,"imageIndex":6},{"imageOffset":1167540,"symbol":"ManagedThreadBase::KickOff(void (*)(void*), void*)","symbolLocation":32,"imageIndex":6},{"imageOffset":1179132,"symbol":"TieredCompilationManager::BackgroundWorkerBootstrapper0(void*)","symbolLocation":40,"imageIndex":6},{"imageOffset":220288,"symbol":"CorUnix::CPalThread::ThreadEntry(void*)","symbolLocation":380,"imageIndex":6},{"imageOffset":28564,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":16},{"imageOffset":7476,"symbol":"thread_start","symbolLocation":8,"imageIndex":16}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":99999000},{"value":6179138552},{"value":0},{"value":5337594448},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8872106208},{"value":0},{"value":5337594424},{"value":5337594488},{"value":6179139808},{"value":99999000},{"value":0},{"value":0},{"value":1},{"value":256},{"value":105553142782160},{"value":6957510720,"symbolLocation":0,"symbol":"tlv_get_addr"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6957479260},"cpsr":{"value":1610616832},"fp":{"value":6179138672},"sp":{"value":6179138528},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6957226476},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6094290944,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.icloud.drive.fileprovider.override",
    "size" : 16384,
    "uuid" : "db39a641-8c34-385d-8faf-37cb3dcfc89e",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/iCloudDriveFileProviderOverride.bundle\/Contents\/MacOS\/iCloudDriveFileProviderOverride",
    "name" : "iCloudDriveFileProviderOverride",
    "CFBundleVersion" : "2720.120.29"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6190874624,
    "CFBundleShortVersionString" : "14.5",
    "CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
    "size" : 131072,
    "uuid" : "45b63a1f-97c2-3047-9430-120757ec26f6",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FinderSyncCollaborationFileProviderOverride.bundle\/Contents\/MacOS\/FinderSyncCollaborationFileProviderOverride",
    "name" : "FinderSyncCollaborationFileProviderOverride",
    "CFBundleVersion" : "1632.5.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6179160064,
    "CFBundleShortVersionString" : "1835.120.53",
    "CFBundleIdentifier" : "com.apple.FileProviderOverride",
    "size" : 32768,
    "uuid" : "48c78787-aebf-3b9c-8300-2b20ba87b0a4",
    "path" : "\/System\/Library\/Frameworks\/FileProvider.framework\/OverrideBundles\/FileProviderOverride.bundle\/Contents\/MacOS\/FileProviderOverride",
    "name" : "FileProviderOverride",
    "CFBundleVersion" : "1835.120.53"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4728504320,
    "size" : 65536,
    "uuid" : "92603a27-c36a-3872-8e02-44ca0a414006",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libSystem.Security.Cryptography.Native.Apple.dylib",
    "name" : "libSystem.Security.Cryptography.Native.Apple.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4729847808,
    "size" : 65536,
    "uuid" : "2dca3b5f-945b-3e4c-a2f4-91db97fcbdb2",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libSystem.Native.dylib",
    "name" : "libSystem.Native.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4769644544,
    "size" : 2260992,
    "uuid" : "c604fd4b-1750-36c1-a5c4-71ebe29be444",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libclrjit.dylib",
    "name" : "libclrjit.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4806672384,
    "size" : 4882432,
    "uuid" : "b3bdb796-92b2-36fd-8194-ab79bc436d42",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libcoreclr.dylib",
    "name" : "libcoreclr.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4730273792,
    "size" : 245760,
    "uuid" : "78320d38-2c82-33c7-879a-243fad5242e8",
    "path" : "\/usr\/local\/share\/dotnet\/shared\/Microsoft.NETCore.App\/8.0.7\/libhostpolicy.dylib",
    "name" : "libhostpolicy.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4729454592,
    "size" : 245760,
    "uuid" : "8c397efa-ac59-3000-be77-2888fb2d8c56",
    "path" : "\/usr\/local\/share\/dotnet\/host\/fxr\/8.0.7\/libhostfxr.dylib",
    "name" : "libhostfxr.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4698587136,
    "CFBundleShortVersionString" : "1.14",
    "CFBundleIdentifier" : "com.apple.audio.units.Components",
    "size" : 1277952,
    "uuid" : "fd93a3bc-5142-33ea-88bd-c2258c5a032d",
    "path" : "\/System\/Library\/Components\/CoreAudio.component\/Contents\/MacOS\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "1.14"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4575477760,
    "size" : 49152,
    "uuid" : "9381bd6d-84a5-3c72-b3b8-88428afa4782",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4295753728,
    "CFBundleShortVersionString" : "4.2.2",
    "CFBundleIdentifier" : "org.godotengine.godot",
    "size" : 95846400,
    "uuid" : "27cf7c6a-c7e4-3f4c-86e9-86241dcbc372",
    "path" : "\/Applications\/Godot_mono.app\/Contents\/MacOS\/Godot",
    "name" : "Godot",
    "CFBundleVersion" : "4.2.2"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6953746432,
    "size" : 559640,
    "uuid" : "37bbc384-0755-31c7-a808-0ed49e44dd8e",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6955438080,
    "size" : 249848,
    "uuid" : "c6337a38-2b5c-3805-95e8-cf1786e2f4e7",
    "path" : "\/usr\/lib\/system\/libsystem_malloc.dylib",
    "name" : "libsystem_malloc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6957207552,
    "size" : 241660,
    "uuid" : "9b8b53f9-e2b6-36df-98e9-28d8fca732f2",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6957449216,
    "size" : 53248,
    "uuid" : "386b0fc1-7873-3328-8e71-43269fd1b2c7",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6956515328,
    "size" : 577528,
    "uuid" : "ec33cd83-7098-3ad6-82c8-bc03ac81e87b",
    "path" : "\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6957875200,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5083136,
    "uuid" : "84b539d5-22c9-3f8c-84c8-903e9c7b8d29",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "2503.1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7017259008,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 20172800,
    "uuid" : "61f710be-9132-3cc2-883d-066365fba1ad",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2487.60.105"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7130976256,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 172032,
    "uuid" : "f2da6e2e-b5a0-3ce7-97f5-7d2141a3ec32",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6997860352,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.audio.CoreAudio",
    "size" : 7368704,
    "uuid" : "e818958c-f2dc-37df-9896-ad6e9bcd028a",
    "path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "5.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6957502464,
    "size" : 155640,
    "uuid" : "e49303e9-66a8-39d6-a917-e9ea8c42c63f",
    "path" : "\/usr\/lib\/system\/libdyld.dylib",
    "name" : "libdyld.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6955995136,
    "size" : 520184,
    "uuid" : "05b44e93-dffc-3bd8-90ab-fd97cb73f171",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6957092864,
    "size" : 114684,
    "uuid" : "4ac7c5cd-3746-3a53-aad6-c231e183b705",
    "path" : "\/usr\/lib\/libc++abi.dylib",
    "name" : "libc++abi.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6953418752,
    "size" : 327044,
    "uuid" : "b326b2c3-1069-3d17-b49d-9dcb24efec6f",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  }
],
  "sharedCache" : {
  "base" : 6952992768,
  "size" : 4220698624,
  "uuid" : "3406ad1b-2469-30eb-9863-5dce861e6dea"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=3.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=3.6G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nCG image                           592K       26 \nColorSync                          560K       27 \nCoreAnimation                     1776K      111 \nCoreGraphics                        32K        2 \nCoreUI image data                  912K       11 \nFoundation                          16K        1 \nFoundation (reserved)               16K        1         reserved VM address space (unallocated)\nKernel Alloc Once                   32K        1 \nMALLOC                             3.6G      138 \nMALLOC guard page                  192K       12 \nMALLOC_LARGE (reserved)             16K        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.5M       31 \nStack                             23.7M       31 \nVM_ALLOCATE                        1.5G      664 \nVM_ALLOCATE (reserved)             256K        1         reserved VM address space (unallocated)\n__AUTH                            1116K      253 \n__AUTH_CONST                      19.0M      432 \n__CTF                               824        1 \n__DATA                            7000K      429 \n__DATA_CONST                      24.0M      447 \n__DATA_DIRTY                      1106K      140 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       542.2M       13 \n__OBJC_RO                         71.9M        1 \n__OBJC_RW                         2199K        1 \n__TEXT                           487.3M      463 \ndyld private memory                656K        4 \nmapped file                      256.5M      177 \nshared memory                     2336K       70 \n===========                     =======  ======= \nTOTAL                              6.5G     3492 \nTOTAL, minus reserved VM space     6.5G     3492 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "logWritingSignature" : "74b3c3c57be2c50c21bb46d03a7f30dea1c0ac60",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6246d6a916a70b047e454124",
      "factorPackIds" : {

      },
      "deploymentId" : 240000010
    },
    {
      "rolloutId" : "645197bf528fbf3c3af54105",
      "factorPackIds" : {
        "SIRI_VALUE_INFERENCE_PERVASIVE_ENTITY_RESOLUTION" : "663e65b4a1526e1ca0e288a1"
      },
      "deploymentId" : 240000002
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "c47ab4cc-c9c3-4b5d-a87c-e2433ce02597",
      "experimentId" : "6639bc6ba73d460582162323",
      "deploymentId" : 400000006
    },
    {
      "treatmentId" : "45f4e2a5-551b-4bc2-a2dc-19c244dda8f8",
      "experimentId" : "6643969b3099cf28e049862f",
      "deploymentId" : 400000007
    }
  ]
}
}

And this is from terminal

/Applications/Godot_mono.app/Contents/MacOS/Godot -d debug project.godot >> yat.logs
ERROR: Cannot open file 'res://.godot/imported/JetBrainsMono-VariableFont_wght.ttf-625e1dbb1828121b15f51627253037e2.fontdata'.
   at: load (core/io/resource_format_binary.cpp:1187)
ERROR: Failed loading resource: res://.godot/imported/JetBrainsMono-VariableFont_wght.ttf-625e1dbb1828121b15f51627253037e2.fontdata. Make sure resources have been imported by opening the project in the editor at least once.
   at: _load (core/io/resource_loader.cpp:275)
ERROR: Failed loading resource: res://addons/yat/assets/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf. Make sure resources have been imported by opening the project in the editor at least once.
   at: _load (core/io/resource_loader.cpp:275)
ERROR: Attempting to parent and popup a dialog that already has a parent.
   at: _try_parent_dialog (scene/main/window.cpp:1773)
ERROR: Condition "!EditorSettings::get_singleton() || !EditorSettings::get_singleton()->has_setting(p_setting)" is true. Returning: Variant()
   at: _EDITOR_GET (editor/editor_settings.cpp:1144)
ERROR: FATAL: Condition "!rc_owner" is true.
   at: _instance_binding_reference_callback (modules/mono/csharp_script.cpp:1379)
ERROR: BUG: Unreferenced static string to 0: rb_ssr
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rb_ssds
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: _update_scrollbars
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: thread_end
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: FocusViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: rulers_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: rulers
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPositionPrevious
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPosition
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPivot
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GroupViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: LockViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: hseparator
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: ReloadSmall
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: readonly_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: label_bg
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: label_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: font_offset
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: child_bg
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MethodOverride
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preload
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: assert
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: void
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: Variant
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: SceneUniqueName
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InspectorActionButton
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ImportFail
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ImportCheck
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bg_group_note
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: indent_box
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: inspector_margin
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: File
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: luminance_buffers
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: blur_1
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: color_upscaled
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: quarter_texture
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: half_texture
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: sky_buffers
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rb_ssil
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: reflection
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: final
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rb_ssao
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: blur_0
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: back_color
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: back_depth
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: normal_roughnesss
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: VRS
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: Fog
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: sdfgi
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: render_buffers
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rbgi
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: forward_clustered
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: rotation_control_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: rotation_control
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: _picking_viewports
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AudioBusBypass
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AudioBusMute
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AudioBusSolo
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BusVuFrozen
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BusVuActive
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: _update_script_names
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: AssetLib
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorStyles
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: ScriptEditorPanel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MovePoint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: RemoveInternal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditInternal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Uv
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: __instantiable
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: _skip_save_
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: ArrowDown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InstanceOptions
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TextureRegionPreviewFG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TextureRegionPreviewBG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Logo
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: status_source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: dark_color_1
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: dark_color_2
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PinPressed
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Mouse
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyboardLabel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyboardPhysical
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Keyboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Signals
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: NodeInfo
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: History
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Bucket
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Rectangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Line
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TileMapHighlightSelected
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Grid
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: WarningPattern
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_w
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_z
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_y
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color_x
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Unlinked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bg_selected
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: property_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Help
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorHandleDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Eraser
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Paint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Tools
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: status_source
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preview_picker_label
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preview_picker_overlay_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: preview_picker_overlay
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeDeselectAll
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeSelectFull
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeSelectAll
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ExpandTree
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CollapseTree
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: disabled_font_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeRemoveAllItems
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeRemoveCustomItems
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FontSize
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FontItem
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MemberConstant
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TabContainerOdd
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeEditorPreviewBG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ThemeEditorPreviewFG
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InsertAfter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InsertBefore
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ActionPaste
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: SpriteSheet
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Load
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AutoTriangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolTriangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TrackCapture
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TrackDiscrete
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditKey
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezierSelected
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezierHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezierPoint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyAnimation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyAudio
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBezier
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyCall
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyBlendShape
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyXScale
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyXRotation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyXPosition
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyValue
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Loop
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: NodeWarning
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AnimationFilter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AnimationTrackGroup
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditBezier
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Zoom
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Blend
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Rename
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Duplicate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: New
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Pin
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Onion
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayBackwards
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayStartBackwards
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayStart
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Hsize
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InterpWrapClamp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: InterpRaw
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TrackContinuous
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Save
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugContinue
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugNext
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugStep
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebugSkipBreakpointsOff
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DebuggerPanel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Warning
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CombineLines
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Clear
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_mono
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_bold_italic
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_italic
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source_bold
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: output_source
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: NotificationDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Notification
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MatchCase
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Information3dViewport
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoFogVolume
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoLightmapProbe
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoLightmapGI
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoVoxelGI
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoDecal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoReflectionProbe
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoCPUParticles3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoGPUParticles3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: axis_z_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: axis_y_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: axis_x_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoAudioListener3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Gizmo3DSamplePlayer
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoSpotLight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoLight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoDirectionalLight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GizmoCamera3D
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: color_picker_button_height
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PreviewEnvironment
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PreviewSun
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels4
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels3Alt
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels3
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels2Alt
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels2
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Panels1
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveClose
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveCurve
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveDelete
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveEdit
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CurveCreate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignFullRect
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignRightWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignVCenterWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignLeftWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignBottomWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignHCenterWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignTopWide
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignBottomRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterBottom
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignBottomLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignTopRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignCenterTop
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlAlignTopLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ContainerLayout
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ControlLayout
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ContextualToolbar
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: AutoKey
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyScale
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyRotation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: KeyPosition
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Ungroup
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Group
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Unlock
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Lock
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorControlAnchor
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditPivot
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Ruler
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolPan
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Bone
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Snap
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolRotate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolScale
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ToolMove
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ListSelect
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorRect2D
   at: unref (core/string/string_name.cpp:127)
ERROR: BUG: Unreferenced static string to 0: Sort
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ClassList
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: param_bg_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: kbd_bg_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: code_bg_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: link_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: kbd_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: code_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: type_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_keyboard_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_keyboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_source
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_italic
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc_bold
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: doc
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorHelp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: class_icon_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Groups
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ScriptRemove
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ScriptCreate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Instance
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Search
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayRemote
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MainMovieWrite
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MovieWriterButtonNormal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: LaunchPadNormal
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Pause
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Godot
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ExpandBottomDock
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: DistractionFree
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: top_bar_separation
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: window_border_margin
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Background
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Checkerboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CenterView
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: prop_subsection
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: visibility_visible
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorCurveHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: EditorPathSmoothHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Editor3DHandle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Bake
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: StatusError
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: StatusWarning
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: StatusSuccess
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main_button_font_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: main_button_font
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BottomPanelDebuggerOverride
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: BottomPanel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Progress1
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayCustom
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PlayScene
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MainPlay
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Heart
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ExternalLink
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: HelpSearch
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bold_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: bold
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileBigThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FolderBigThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileMediumThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FolderMediumThumb
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Filesystem
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ActionCopy
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveDown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MoveUp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileList
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: FileThumbnail
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Favorites
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: MenuHover
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Content
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Stop
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Breakpoint
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: TextEditorPlay
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeRegionFoldDownArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeRegionFoldedRightArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeFoldDownArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: CodeFoldedRightArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: source_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Close
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerCursor
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ColorPickerBarArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: OverbrightIndicator
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiMiniCheckerboard
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Add
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerShapeRectangleWheel
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerShapeRectangle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: PickerShapeCircle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ColorPick
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Reload
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Forward
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Back
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ArrowUp
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: Folder
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiGraphNodePort
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiResizer
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiResizerTopLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GridLayout
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: SnapGrid
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GridMinimap
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GridToggle
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ZoomReset
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ZoomMore
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ZoomLess
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: box_selection_stroke_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: box_selection_fill_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiProgressFill
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiProgressBar
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSpinboxUpdownDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSpinboxUpdown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: HeaderSmall
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSliderGrabber
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSliderGrabberHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollGrabberPressed
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollGrabberHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollGrabber
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollBg
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: title_size
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVsplitter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiHsplitter
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiSpace
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTab
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTabDropMark
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowLeftHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowRightHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiScrollArrowRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiClose
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTabMenuHl
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTabMenu
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiDropdown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeUpdown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeArrowLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeArrowRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiTreeArrowDown
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiIndeterminate
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVisibilityXray
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVisibilityVisible
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiVisibilityHidden
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ArrowLeft
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ArrowRight
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioUncheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioCheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiUncheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiCheckedDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioUnchecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiRadioChecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiUnchecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiChecked
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOffDisabledMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOffMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOnDisabledMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOnMirrored
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOffDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOff
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOnDisabled
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiToggleOn
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: GuiOptionArrow
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: accent_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: warning_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: success_color
   at: unref (core/string/string_name.cpp:129)
ERROR: BUG: Unreferenced static string to 0: ShaderCompilation
   at: unref (core/string/string_name.cpp:127)
libc++abi: terminating due to uncaught exception of type std::__1::system_error: recursive_mutex lock failed: Invalid argument
zsh: abort      /Applications/Godot_mono.app/Contents/MacOS/Godot -d debug project.godot >>

I'm terribly sorry for such a long output, but that's how it is. Is there anything I can help you with to resolve this bug?

MASSHUU12 commented 2 months ago

I'll still try to look for the source of the problem, although I doubt I'll be successful without having macOS hardware available with me. If I manage to find something, I will let you know.

buahaha commented 2 months ago

@MASSHUU12 Areyou from Polska 🇵🇱?

MASSHUU12 commented 2 months ago

Sure am

MASSHUU12 commented 2 months ago

Sorry, but I'll use English, after all we are talking on a public English repository. That said, I would be grateful for help from someone who has hardware with macOS.

Knowledge of GDExtension is not needed, as it is only a technology that allows the use of languages other than GDScript (in this case C#), and I hope it is not the one causing the problem. All you need to have to be able to help is a knowledge of C# to the extent that you can read it, knowledge of .NET commands, debugging skills, and error reading. If you are using Visual Studio Code, everything is already prepared in the repository (.vscode folder), including debugging support and extension recommendations. You can read more about usage of C# in Godot here.

If you are willing to try, maybe we could arrange some other place to talk not to make spam here.