godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.52k stars 149 forks source link

Godot 4.0.3 crash #477

Closed zhylmzr closed 1 year ago

zhylmzr commented 1 year ago

Godot version

v4.0.3.stable.official [5222a99f5]

VS Code version

1.78.2

Godot Tools VS Code extension version

1.3.1

System information

macOS 13.4

Issue description

When I use VSCode to edit gd scripts, Godot suddenly crashes, the possibility increases with the editing time.

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

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

Date/Time:             2023-06-05 16:15:19.1867 +0800
OS Version:            macOS 13.4 (22F66)
Report Version:        12
Anonymous UUID:        FB087205-156D-4804-8563-0D400259D6BE

Sleep/Wake UUID:       36661D2A-F613-414F-9CA3-2C3E810E7796

Time Awake Since Boot: 19000 seconds
Time Since Wake:       11584 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000000001b0
Exception Codes:       0x0000000000000001, 0x00000000000001b0

VM Region Info: 0x1b0 is not in any region.  Bytes before following region: 68719476304
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      commpage (reserved)        1000000000-7000000000   [384.0G] ---/--- SM=NUL  ...(unallocated)

Application Specific Information:
abort() called

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                 0x187988724 __pthread_kill + 8
1   libsystem_pthread.dylib                0x1879bfc28 pthread_kill + 288
2   libsystem_c.dylib                      0x1878cdae8 abort + 180
3   Godot                                  0x102b89760 0x1027ac000 + 4052832
4   libsystem_platform.dylib               0x1879eea24 _sigtramp + 56
5   ???                             0xffff8001878eb104 ???
6   libc++.1.dylib                         0x1878eb104 std::__1::recursive_mutex::lock() + 16
7   Godot                                  0x105437360 0x1027ac000 + 46707552
8   Godot                                  0x104a84e30 0x1027ac000 + 36539952
9   Godot                                  0x104a9011c 0x1027ac000 + 36585756
10  Godot                                  0x106758c48 0x1027ac000 + 66767944
11  Godot                                  0x1048528d4 0x1027ac000 + 34236628
12  Godot                                  0x106754d84 0x1027ac000 + 66751876
13  Godot                                  0x10675507c 0x1027ac000 + 66752636
14  Godot                                  0x1048e027c 0x1027ac000 + 34816636
15  Godot                                  0x102bd2698 0x1027ac000 + 4351640
16  Godot                                  0x102b864cc 0x1027ac000 + 4039884
17  Godot                                  0x102bafee4 0x1027ac000 + 4210404
18  dyld                                   0x187667f28 start + 2236

Thread 1:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x10629d368 _IP_ResolverPrivate::_thread_function(void*) + 136
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 2:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 3:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 5:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 7:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 8:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 9:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1067ac5b8 0x1027ac000 + 67110328
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 10:: AXSpeech
0   libsystem_kernel.dylib                 0x18797ff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x187992240 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x187988b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib                 0x187980290 mach_msg + 24
4   CoreFoundation                         0x187a9e7e4 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                         0x187a9d0c4 __CFRunLoopRun + 1208
6   CoreFoundation                         0x187a9c4b8 CFRunLoopRunSpecific + 612
7   Foundation                             0x188a15fcc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   libAXSpeechManager.dylib               0x214000688 -[AXSpeechThread main] + 552
9   Foundation                             0x188a0f54c __NSThread__start__ + 716
10  libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
11  libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 11:: com.apple.NSEventThread
0   libsystem_kernel.dylib                 0x18797ff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x187992240 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x187988b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib                 0x187980290 mach_msg + 24
4   CoreFoundation                         0x187a9e7e4 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                         0x187a9d0c4 __CFRunLoopRun + 1208
6   CoreFoundation                         0x187a9c4b8 CFRunLoopRunSpecific + 612
7   AppKit                                 0x18ade8334 _NSEventThread + 172
8   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
9   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 12:: caulk.messenger.shared:17
0   libsystem_kernel.dylib                 0x18797fe90 semaphore_wait_trap + 8
1   caulk                                  0x190ff3024 caulk::semaphore::timed_wait(double) + 212
2   caulk                                  0x190ff2ed8 caulk::concurrent::details::worker_thread::run() + 36
3   caulk                                  0x190ff2bc8 void* caulk::thread_proxy>>(void*) + 96
4   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
5   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 13:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib                 0x18797ff14 mach_msg2_trap + 8
1   libsystem_kernel.dylib                 0x187992240 mach_msg2_internal + 80
2   libsystem_kernel.dylib                 0x187988b78 mach_msg_overwrite + 604
3   libsystem_kernel.dylib                 0x187980290 mach_msg + 24
4   CoreAudio                              0x189dab624 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 104
5   CoreAudio                              0x189c98d14 HALC_ProxyIOContext::IOWorkLoop() + 3516
6   CoreAudio                              0x189c9787c invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 116
7   CoreAudio                              0x189dfa564 HALB_IOThread::Entry(void*) + 88
8   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
9   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 14:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1033f7300 0x1027ac000 + 12890880
4   Godot                                  0x1033f7180 0x1027ac000 + 12890496
5   Godot                                  0x1033f70a8 0x1027ac000 + 12890280
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 15:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x105b9b6b0 0x1027ac000 + 54458032
4   Godot                                  0x1057579e4 0x1027ac000 + 49986020
5   Godot                                  0x10618c550 0x1027ac000 + 60687696
6   Godot                                  0x10618caf4 0x1027ac000 + 60689140
7   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
8   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 16:
0   libsystem_kernel.dylib                 0x18798350c __semwait_signal + 8
1   libsystem_c.dylib                      0x1878642d0 nanosleep + 220
2   Godot                                  0x1036e8a34 0x1027ac000 + 15977012
3   Godot                                  0x1038303c0 0x1027ac000 + 17318848
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 17:
0   libsystem_kernel.dylib                 0x18798350c __semwait_signal + 8
1   libsystem_c.dylib                      0x1878642d0 nanosleep + 220
2   Godot                                  0x1036e8a34 0x1027ac000 + 15977012
3   Godot                                  0x103892c28 EditorExportPlatformIOS::_check_for_changes_poll_thread(void*) + 496
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 18:
0   libsystem_kernel.dylib                 0x18798350c __semwait_signal + 8
1   libsystem_c.dylib                      0x1878642d0 nanosleep + 220
2   Godot                                  0x1036e8a34 0x1027ac000 + 15977012
3   Godot                                  0x10392f480 0x1027ac000 + 18363520
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 19:
0   libsystem_kernel.dylib                 0x18798350c __semwait_signal + 8
1   libsystem_c.dylib                      0x1878642d0 nanosleep + 220
2   Godot                                  0x1036e8a34 0x1027ac000 + 15977012
3   Godot                                  0x104075538 0x1027ac000 + 25990456
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 20:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x1047a43b0 0x1027ac000 + 33522608
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 21:
0   libsystem_kernel.dylib                 0x18798350c __semwait_signal + 8
1   libsystem_c.dylib                      0x1878642d0 nanosleep + 220
2   Godot                                  0x1036e8a34 0x1027ac000 + 15977012
3   Godot                                  0x102ec8b70 0x1027ac000 + 7457648
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 22:
0   libsystem_kernel.dylib                 0x187983710 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x1879c0574 _pthread_cond_wait + 1232
2   libc++.1.dylib                         0x1878e8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28
3   Godot                                  0x103d0027c 0x1027ac000 + 22364796
4   Godot                                  0x10618c550 0x1027ac000 + 60687696
5   Godot                                  0x10618caf4 0x1027ac000 + 60689140
6   libsystem_pthread.dylib                0x1879bffa8 _pthread_start + 148
7   libsystem_pthread.dylib                0x1879bada0 thread_start + 8

Thread 23:
0   libsystem_pthread.dylib                0x1879bad8c start_wqthread + 0

Thread 24:
0   libsystem_pthread.dylib                0x1879bad8c start_wqthread + 0

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

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000060   x5: 0x000000017e362be0   x6: 0x0000000000000440   x7: 0x000000016d651300
    x8: 0x59ad67709c699f7f   x9: 0x59ad67717ef2417f  x10: 0x0000000000000002  x11: 0x00000000fffffffd
   x12: 0x0000010000000000  x13: 0x0000000000000000  x14: 0x0000000000000000  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x00000001e74e0f60  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001e29bde00  x21: 0x0000000000000103  x22: 0x00000001e29bdee0  x23: 0x0000000000000010
   x24: 0x00000001081d55d2  x25: 0x00000001081d55f2  x26: 0x000000016d651d68  x27: 0x00000001081d55e7
   x28: 0x0000000000000000   fp: 0x000000016d651460   lr: 0x00000001879bfc28
    sp: 0x000000016d651440   pc: 0x0000000187988724 cpsr: 0x40001000
   far: 0x00000001022b1b50  esr: 0x56000080  Address size fault

Binary Images:
       0x1027ac000 -        0x108527fff org.godotengine.godot (4.0.3) <8abdbef6-0bc1-3c0e-b487-9fa09057e64d> /Applications/Godot.app/Contents/MacOS/Godot
       0x112388000 -        0x11239bfff com.apple.AXSpeechImplementation (1.0) <0caa631f-e36f-31f5-8cec-b9d952cabb56> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/Versions/A/AXSpeechImplementation
       0x112360000 -        0x11236bfff com.apple.SiriTTSSpeechBundle (1.0) <3da9f200-7352-3765-9479-e8228b04e977> /System/Library/TTSPlugins/SiriTTSSpeechBundle.speechbundle/Contents/MacOS/SiriTTSSpeechBundle
       0x11234c000 -        0x11234ffff com.apple.accessibility.MauiTTSSpeechBundle (1.0) <0c62bc0c-3e87-381b-81e1-1ee8a8141031> /System/Library/TTSPlugins/MauiTTSSpeechBundle.speechbundle/Contents/MacOS/MauiTTSSpeechBundle
       0x112320000 -        0x11232bfff libobjc-trampolines.dylib (*) <570c31f7-94c6-3b86-ae44-1694db0a4bcd> /usr/lib/libobjc-trampolines.dylib
       0x11f55c000 -        0x11f68ffff com.apple.audio.units.Components (1.14)  /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x18797f000 -        0x1879b8fe7 libsystem_kernel.dylib (*) <42f503e2-9273-360a-a086-c1b19bbd3962> /usr/lib/system/libsystem_kernel.dylib
       0x1879b9000 -        0x1879c5fff libsystem_pthread.dylib (*) <46d35233-a051-3f4f-bba4-ba56dddc4d1a> /usr/lib/system/libsystem_pthread.dylib
       0x187857000 -        0x1878d5ff7 libsystem_c.dylib (*) <95a70e20-1df3-3ddf-900c-315ed0b2c067> /usr/lib/system/libsystem_c.dylib
       0x1879eb000 -        0x1879f1ffb libsystem_platform.dylib (*)  /usr/lib/system/libsystem_platform.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x1878d6000 -        0x187962ff7 libc++.1.dylib (*) <54e8fbe1-df0d-33a2-b8fa-356565c12929> /usr/lib/libc++.1.dylib
       0x187662000 -        0x1876f0553 dyld (*)  /usr/lib/dyld
       0x187a1f000 -        0x187ef8fff com.apple.CoreFoundation (6.9) <203e4401-8c2e-3157-a24b-92f52551d43e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1889b9000 -        0x18937efff com.apple.Foundation (6.9)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x213fee000 -        0x214007fff libAXSpeechManager.dylib (*) <6fb39615-aab6-3334-af9c-4af8a9e12290> /usr/lib/libAXSpeechManager.dylib
       0x18ac85000 -        0x18bb93fff com.apple.AppKit (6.9) <041c7d21-21cc-3eea-ae53-d39f5ca6a24e> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x190ff1000 -        0x191019fff com.apple.audio.caulk (1.0)  /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x189abc000 -        0x18a14ffff com.apple.audio.CoreAudio (5.0) <4c6d842e-31f6-30ca-984e-6281d387fe72> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
CG backing stores                 2560K        4 
CG image                          3472K       38 
ColorSync                          496K       25 
CoreAnimation                      144K        8 
CoreGraphics                        32K        2 
CoreUI image data                 1440K       10 
Dispatch continuations            64.0M        1 
Foundation                          16K        1 
Foundation (reserved)               16K        1         reserved VM address space (unallocated)
Kernel Alloc Once                   32K        1 
MALLOC                             1.1G      395 
MALLOC guard page                  192K       10 
MALLOC_LARGE (reserved)             32K        2         reserved VM address space (unallocated)
MALLOC_MEDIUM (reserved)          96.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.4M       26 
Stack                             21.3M       26 
VM_ALLOCATE                        304K       13 
__AUTH                            1237K      274 
__AUTH_CONST                      19.2M      462 
__CTF                               824        1 
__DATA                            6375K      453 
__DATA_CONST                      23.5M      469 
__DATA_DIRTY                      1335K      158 
__FONT_DATA                        2352        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       807.2M        7 
__OBJC_RO                         66.3M        1 
__OBJC_RW                         2011K        1 
__TEXT                           487.7M      485 
dyld private memory                464K        4 
mapped file                      264.7M       28 
shared memory                      912K       16 
===========                     =======  ======= 
TOTAL                              2.9G     2927 
TOTAL, minus reserved VM space     2.8G     2927 

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

{"app_name":"Godot","timestamp":"2023-06-05 16:15:19.00 +0800","app_version":"4.0.3","slice_uuid":"8abdbef6-0bc1-3c0e-b487-9fa09057e64d","build_version":"4.0.3","platform":1,"bundleID":"org.godotengine.godot","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4 (22F66)","roots_installed":0,"name":"Godot","incident_id":"251CD6B8-FE3E-46C5-9032-461F8ADD46BE"}
{
  "uptime" : 19000,
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookAir10,1",
  "coalitionID" : 3050,
  "osVersion" : {
    "train" : "macOS 13.4",
    "build" : "22F66",
    "releaseType" : "User"
  },
  "captureTime" : "2023-06-05 16:15:19.1867 +0800",
  "incident" : "251CD6B8-FE3E-46C5-9032-461F8ADD46BE",
  "pid" : 15689,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-06-05 16:13:01.3351 +0800",
  "procStartAbsTime" : 466477566037,
  "procExitAbsTime" : 469785916158,
  "procName" : "Godot",
  "procPath" : "\/Applications\/Godot.app\/Contents\/MacOS\/Godot",
  "bundleInfo" : {"CFBundleShortVersionString":"4.0.3","CFBundleVersion":"4.0.3","CFBundleIdentifier":"org.godotengine.godot"},
  "storeInfo" : {"deviceIdentifierForVendor":"E5825BC7-27CD-5F97-8DAE-64EB508A977E","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "org.godotengine.godot",
  "crashReporterKey" : "FB087205-156D-4804-8563-0D400259D6BE",
  "codeSigningID" : "org.godotengine.godot",
  "codeSigningTeamID" : "6K46PWY5DM",
  "codeSigningFlags" : 570491393,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 0,
  "wakeTime" : 11584,
  "sleepWakeUUID" : "36661D2A-F613-414F-9CA3-2C3E810E7796",
  "sip" : "enabled",
  "vmRegionInfo" : "0x1b0 is not in any region.  Bytes before following region: 68719476304\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  ...(unallocated)",
  "exception" : {"codes":"0x0000000000000001, 0x00000000000001b0","rawCodes":[1,432],"type":"EXC_BAD_ACCESS","signal":"SIGABRT","subtype":"KERN_INVALID_ADDRESS at 0x00000000000001b0"},
  "vmregioninfo" : "0x1b0 is not in any region.  Bytes before following region: 68719476304\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  ...(unallocated)",
  "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":1},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":195811,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":96},{"value":6412446688},{"value":1088},{"value":6130307840},{"value":6461934773704695679},{"value":6461934777505300863},{"value":2},{"value":4294967293},{"value":1099511627776},{"value":0},{"value":0},{"value":0},{"value":328},{"value":8175619936},{"value":0},{"value":6},{"value":8096833024,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8096833248,"symbolLocation":224,"symbol":"_main_thread"},{"value":16},{"value":4431107538},{"value":4431107570},{"value":6130310504},{"value":4431107559},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6570114088},"cpsr":{"value":1073745920},"fp":{"value":6130308192},"sp":{"value":6130308160},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6569887524,"matchesCrashFrame":1},"far":{"value":4331346768}},"queue":"com.apple.main-thread","frames":[{"imageOffset":38692,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":6},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":7},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":8},{"imageOffset":4052832,"imageIndex":0},{"imageOffset":14884,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":9},{"imageOffset":18446603342790439172,"imageIndex":10},{"imageOffset":86276,"symbol":"std::__1::recursive_mutex::lock()","symbolLocation":16,"imageIndex":11},{"imageOffset":46707552,"imageIndex":0},{"imageOffset":36539952,"imageIndex":0},{"imageOffset":36585756,"imageIndex":0},{"imageOffset":66767944,"imageIndex":0},{"imageOffset":34236628,"imageIndex":0},{"imageOffset":66751876,"imageIndex":0},{"imageOffset":66752636,"imageIndex":0},{"imageOffset":34816636,"imageIndex":0},{"imageOffset":4351640,"imageIndex":0},{"imageOffset":4039884,"imageIndex":0},{"imageOffset":4210404,"imageIndex":0},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":12}]},{"id":195821,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":61805416,"symbol":"_IP_ResolverPrivate::_thread_function(void*)","symbolLocation":136,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195822,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195823,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195824,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195825,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195826,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195827,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195828,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195829,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":67110328,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195830,"name":"AXSpeech","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":6},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":6},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":6},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":6},{"imageOffset":522212,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":13},{"imageOffset":516292,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":13},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":13},{"imageOffset":380876,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":14},{"imageOffset":75400,"symbol":"-[AXSpeechThread main]","symbolLocation":552,"imageIndex":15},{"imageOffset":353612,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":14},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195840,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":6},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":6},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":6},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":6},{"imageOffset":522212,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":13},{"imageOffset":516292,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":13},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":13},{"imageOffset":1454900,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":16},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195841,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":6},{"imageOffset":8228,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":212,"imageIndex":17},{"imageOffset":7896,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":17},{"imageOffset":7112,"symbol":"void* caulk::thread_proxy>>(void*)","symbolLocation":96,"imageIndex":17},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195843,"name":"com.apple.audio.IOThread.client","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":6},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":6},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":6},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":6},{"imageOffset":3077668,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":104,"imageIndex":18},{"imageOffset":1953044,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":3516,"imageIndex":18},{"imageOffset":1947772,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":116,"imageIndex":18},{"imageOffset":3401060,"symbol":"HALB_IOThread::Entry(void*)","symbolLocation":88,"imageIndex":18},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195845,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":12890880,"imageIndex":0},{"imageOffset":12890496,"imageIndex":0},{"imageOffset":12890280,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195846,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":54458032,"imageIndex":0},{"imageOffset":49986020,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195849,"frames":[{"imageOffset":17676,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":6},{"imageOffset":53968,"symbol":"nanosleep","symbolLocation":220,"imageIndex":8},{"imageOffset":15977012,"imageIndex":0},{"imageOffset":17318848,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195850,"frames":[{"imageOffset":17676,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":6},{"imageOffset":53968,"symbol":"nanosleep","symbolLocation":220,"imageIndex":8},{"imageOffset":15977012,"imageIndex":0},{"imageOffset":17722408,"symbol":"EditorExportPlatformIOS::_check_for_changes_poll_thread(void*)","symbolLocation":496,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195851,"frames":[{"imageOffset":17676,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":6},{"imageOffset":53968,"symbol":"nanosleep","symbolLocation":220,"imageIndex":8},{"imageOffset":15977012,"imageIndex":0},{"imageOffset":18363520,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195856,"frames":[{"imageOffset":17676,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":6},{"imageOffset":53968,"symbol":"nanosleep","symbolLocation":220,"imageIndex":8},{"imageOffset":15977012,"imageIndex":0},{"imageOffset":25990456,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195857,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":33522608,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195858,"frames":[{"imageOffset":17676,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":6},{"imageOffset":53968,"symbol":"nanosleep","symbolLocation":220,"imageIndex":8},{"imageOffset":15977012,"imageIndex":0},{"imageOffset":7457648,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":195865,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":6},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":7},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":28,"imageIndex":11},{"imageOffset":22364796,"imageIndex":0},{"imageOffset":60687696,"imageIndex":0},{"imageOffset":60689140,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":7},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":7}]},{"id":196331,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":196594,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":196834,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4336566272,
    "CFBundleShortVersionString" : "4.0.3",
    "CFBundleIdentifier" : "org.godotengine.godot",
    "size" : 98025472,
    "uuid" : "8abdbef6-0bc1-3c0e-b487-9fa09057e64d",
    "path" : "\/Applications\/Godot.app\/Contents\/MacOS\/Godot",
    "name" : "Godot",
    "CFBundleVersion" : "4.0.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4600659968,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AXSpeechImplementation",
    "size" : 81920,
    "uuid" : "0caa631f-e36f-31f5-8cec-b9d952cabb56",
    "path" : "\/System\/Library\/AccessibilityBundles\/AXSpeechImplementation.bundle\/Versions\/A\/AXSpeechImplementation",
    "name" : "AXSpeechImplementation",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4600496128,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.SiriTTSSpeechBundle",
    "size" : 49152,
    "uuid" : "3da9f200-7352-3765-9479-e8228b04e977",
    "path" : "\/System\/Library\/TTSPlugins\/SiriTTSSpeechBundle.speechbundle\/Contents\/MacOS\/SiriTTSSpeechBundle",
    "name" : "SiriTTSSpeechBundle",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4600414208,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.accessibility.MauiTTSSpeechBundle",
    "size" : 16384,
    "uuid" : "0c62bc0c-3e87-381b-81e1-1ee8a8141031",
    "path" : "\/System\/Library\/TTSPlugins\/MauiTTSSpeechBundle.speechbundle\/Contents\/MacOS\/MauiTTSSpeechBundle",
    "name" : "MauiTTSSpeechBundle",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4600233984,
    "size" : 49152,
    "uuid" : "570c31f7-94c6-3b86-ae44-1694db0a4bcd",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4820680704,
    "CFBundleShortVersionString" : "1.14",
    "CFBundleIdentifier" : "com.apple.audio.units.Components",
    "size" : 1261568,
    "uuid" : "d91330e5-bb99-30ba-afc8-954fd1d59ce6",
    "path" : "\/System\/Library\/Components\/CoreAudio.component\/Contents\/MacOS\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "1.14"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6569848832,
    "size" : 237544,
    "uuid" : "42f503e2-9273-360a-a086-c1b19bbd3962",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6570086400,
    "size" : 53248,
    "uuid" : "46d35233-a051-3f4f-bba4-ba56dddc4d1a",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6568636416,
    "size" : 520184,
    "uuid" : "95a70e20-1df3-3ddf-900c-315ed0b2c067",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6570291200,
    "size" : 28668,
    "uuid" : "f80c6971-c080-31f5-ab6e-be01311154af",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6569156608,
    "size" : 577528,
    "uuid" : "54e8fbe1-df0d-33a2-b8fa-356565c12929",
    "path" : "\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6566584320,
    "size" : 582996,
    "uuid" : "bd993f39-c902-37d6-8bd8-6d827c7f121e",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6570504192,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5087232,
    "uuid" : "203e4401-8c2e-3157-a24b-92f52551d43e",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1977"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6586863616,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 10248192,
    "uuid" : "d5337cc6-a075-3ca0-b5bf-b49da8878337",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1977"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 8925405184,
    "size" : 106496,
    "uuid" : "6fb39615-aab6-3334-af9c-4af8a9e12290",
    "path" : "\/usr\/lib\/libAXSpeechManager.dylib",
    "name" : "libAXSpeechManager.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6623350784,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15790080,
    "uuid" : "041c7d21-21cc-3eea-ae53-d39f5ca6a24e",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2299.60.124"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6727602176,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 167936,
    "uuid" : "d793971d-25be-323d-83a4-cc72fadafe8d",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6604701696,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.audio.CoreAudio",
    "size" : 6897664,
    "uuid" : "4c6d842e-31f6-30ca-984e-6281d387fe72",
    "path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "5.0"
  }
],
  "sharedCache" : {
  "base" : 6565920768,
  "size" : 3551805440,
  "uuid" : "7d9faa84-5c6b-3ef4-9379-faba64346673"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nCG backing stores                 2560K        4 \nCG image                          3472K       38 \nColorSync                          496K       25 \nCoreAnimation                      144K        8 \nCoreGraphics                        32K        2 \nCoreUI image data                 1440K       10 \nDispatch continuations            64.0M        1 \nFoundation                          16K        1 \nFoundation (reserved)               16K        1         reserved VM address space (unallocated)\nKernel Alloc Once                   32K        1 \nMALLOC                             1.1G      395 \nMALLOC guard page                  192K       10 \nMALLOC_LARGE (reserved)             32K        2         reserved VM address space (unallocated)\nMALLOC_MEDIUM (reserved)          96.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.4M       26 \nStack                             21.3M       26 \nVM_ALLOCATE                        304K       13 \n__AUTH                            1237K      274 \n__AUTH_CONST                      19.2M      462 \n__CTF                               824        1 \n__DATA                            6375K      453 \n__DATA_CONST                      23.5M      469 \n__DATA_DIRTY                      1335K      158 \n__FONT_DATA                        2352        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       807.2M        7 \n__OBJC_RO                         66.3M        1 \n__OBJC_RW                         2011K        1 \n__TEXT                           487.7M      485 \ndyld private memory                464K        4 \nmapped file                      264.7M       28 \nshared memory                      912K       16 \n===========                     =======  ======= \nTOTAL                              2.9G     2927 \nTOTAL, minus reserved VM space     2.8G     2927 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "78334beee274498b9dea8d55558f3b36c96e7028",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "62c751b6bcb0435c2153fe92",
      "factorPackIds" : {
        "SIRI_UNDERSTANDING_ASR_ASSISTANT" : "64711bae1264267577008439",
        "SIRI_UNDERSTANDING_MORPHUN" : "63f00b1c06644d312600c7bd"
      },
      "deploymentId" : 240000227
    },
    {
      "rolloutId" : "6297d96be2c9387df974efa4",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "d28d100b-301c-49ae-b6c9-57930102d4d4",
      "experimentId" : "64466b09a3b9440a82a18c34",
      "deploymentId" : 400000002
    },
    {
      "treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
      "experimentId" : "64406ba83deb637ac8a04419",
      "deploymentId" : 900000005
    }
  ]
}
}

Model: MacBookAir10,1, BootROM 8422.121.1, proc 8:4:4 processors, 16 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Memory Module: LPDDR4, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 12 2023 05:52:26 version 18.20.383.14.7.8.149 FWID 01-1469d19d
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Network Service: Tailscale Tunnel, VPN (io.tailscale.ipn.macos), utun3
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB3.1 Hub
USB Device: AX88179A
USB Device: USB2.1 Hub
USB Device: MC 1.1 Mouse
USB Device: USB 2.0 Hub
USB Device: USB Keyboard
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

Steps to reproduce

  1. Just open any project with Godot.
  2. Open the directory of the project from the previous step using VSCode.
  3. Edit the gd script in VSCode, I'm not sure if incorrect statements will increase the possibility of crashing.
  4. Save the code, repeat step 3, and at some point Godot will crash.
DaelonSuzuka commented 1 year ago

This is going to be a problem with the language server in the Godot Editor, not with this extension. You should open this issue on the engine's repository.

zhylmzr commented 1 year ago

Okay, this crash has already been tracked as an issue https://github.com/godotengine/godot/issues/71016