Closed thelazyoxymoron closed 4 months ago
I just tried on my mac (Intel), on macOS 13.6 (Ventura latest to date), using Bruno version 0.16.4 (latest to date), loaded with one collection and a few requests.
I don't have this issue, either by closing the app:
I also checked, no remaining process in macOS "Activity monitor" after closing the app.
Thanks for the feedback.
I tried googling a bit on that - could it be a process/thread still running within electron while quitting? From this (rather) old stack overflow post...
Diagnosing: You can learn more about the cause of your crash by clicking "Report" when the "unexpected" dialog appears, and then reading the text of the displayed crash report. It will say which thread crashed, and it will contain the current native call stack of every other thread.
...can you get such a report, and maybe copy/paste its interesting parts here?
The answer of this post also presents what might be possible ways to deal with this kind of issue (if applicable to what you experience, of course).
Here's the relevant crash report:
Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
abort() called
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x7ff812964ffe __pthread_kill + 10
1 libsystem_pthread.dylib 0x7ff81299b1ff pthread_kill + 263
2 libsystem_c.dylib 0x7ff8128e6d24 abort + 123
3 Electron Framework 0x1172da374 uv_mutex_lock + 20
4 Electron Framework 0x11dbb5f26 napi_release_threadsafe_function + 38
5 .com.usebruno.app.8yPHAd 0x106fec821 fse_instance_destroy + 145
6 Electron Framework 0x11dbb6337 node_api_get_module_file_name + 759
7 Electron Framework 0x11dba97bf node::Stop(node::Environment*) + 703
8 Electron Framework 0x11dbb6176 node_api_get_module_file_name + 310
9 Electron Framework 0x11dbb6e1c node_api_get_module_file_name + 3548
10 Electron Framework 0x11dbb6e8e node_api_get_module_file_name + 3662
11 Electron Framework 0x11dbb71b3 node_api_get_module_file_name + 4467
12 Electron Framework 0x1172cde18 uv_run + 536
13 Electron Framework 0x11db98104 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 302404
14 Electron Framework 0x11db98630 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 303728
15 Electron Framework 0x11db4be94 node::FreeEnvironment(node::Environment*) + 164
16 Electron Framework 0x1173c43d5 v8::Signature::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>) + 12213
17 Electron Framework 0x1173ae3a7 v8::internal::compiler::RawMachineAssembler::TargetParameter() + 11383
18 Electron Framework 0x1194db20d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3881965
19 Electron Framework 0x1194dca53 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3888179
20 Electron Framework 0x1194d88ff v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3871455
21 Electron Framework 0x1175981d1 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 15249
22 Electron Framework 0x117599105 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 19141
23 Electron Framework 0x117598f26 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 18662
24 Electron Framework 0x117597c5b v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 13851
25 Electron Framework 0x117597d86 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 14150
26 Electron Framework 0x1172e0308 ElectronMain + 152
27 dyld 0x10e3b052e start + 462
Hi again
Not a specialist at all, but it looks a bit short to me 😄
"Thread 0" crashing looks a lot like the one in here (Evernote forums). Attempt to exit and then getting killed?
I guess more relevant information could be in the rest of the report?
Rest of the report was general information about other threads. Thread 0 was the one which crashed. However, I'm not familiar with Electron at all, so maybe there'd be something there in the rest of the report as well.
I'll share in some time.
Edit: Here's the full crash log: crash-log.txt
Thanks ; I suspect (we'll see, if we can see) that other threads can also hold (blocked, waiting?) tasks from Electron/bruno, and that leads to macOS killing the whole lot after a timeout, or something like that. Leading to the warning you encounter.
Same here.
Process: Bruno [45688] Path: /Applications/Bruno.app/Contents/MacOS/Bruno Identifier: com.usebruno.app Version: 1.5.1 (1.5.1) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501
Date/Time: 2024-01-04 15:51:24.7860 +0800 OS Version: macOS 13.4 (22F66) Report Version: 12 Bridge OS Version: 7.5 (20P5058) Anonymous UUID: C67FAFB0-5258-3187-1AF0-367EABD457DD
Sleep/Wake UUID: 08B46E58-6C29-4AED-BAED-82F481222B26
Time Awake Since Boot: 300000 seconds Time Since Wake: 195313 seconds
System Integrity Protection: disabled
Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information: abort() called
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x7ff8008e01f2 __pthread_kill + 10
1 libsystem_pthread.dylib 0x7ff800917ee6 pthread_kill + 263
2 libsystem_c.dylib 0x7ff80083eb45 abort + 123
3 Electron Framework 0x114503374 uv_mutex_lock + 20
4 Electron Framework 0x11addef26 napi_release_threadsafe_function + 38
5 .com.usebruno.app.DIF4Ov 0x10ba19821 fse_instance_destroy + 145
6 Electron Framework 0x11addf337 node_api_get_module_file_name + 759
7 Electron Framework 0x11add27bf node::Stop(node::Environment) + 703
8 Electron Framework 0x11addf176 node_api_get_module_file_name + 310
9 Electron Framework 0x11addfe1c node_api_get_module_file_name + 3548
10 Electron Framework 0x11addfe8e node_api_get_module_file_name + 3662
11 Electron Framework 0x11ade01b3 node_api_get_module_file_name + 4467
12 Electron Framework 0x1144f6e18 uv_run + 536
13 Electron Framework 0x11adc1104 node::EmitAsyncDestroy(node::Environment, node::async_context) + 302404
14 Electron Framework 0x11adc1630 node::EmitAsyncDestroy(node::Environment, node::async_context) + 303728
15 Electron Framework 0x11ad74e94 node::FreeEnvironment(node::Environment) + 164
16 Electron Framework 0x1145ed3d5 v8::Signature::New(v8::Isolate, v8::Local
Thread 1: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 2: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 3: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 4: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 5:: ThreadPoolServiceThread 0 libsystem_kernel.dylib 0x7ff8008e2e16 kevent64 + 10 1 Electron Framework 0x11752c0b5 node::AsyncResource::get_async_id() const + 9150741 2 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 3 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 4 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 5 Electron Framework 0x1174e6cad node::AsyncResource::get_async_id() const + 8867085 6 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 7 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 8 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 6:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 7:: ThreadPoolBackgroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f657d node::AsyncResource::get_async_id() const + 8930781 8 Electron Framework 0x1174f6502 node::AsyncResource::get_async_id() const + 8930658 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 8:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 9:: Chrome_IOThread 0 libsystem_kernel.dylib 0x7ff8008e2e16 kevent64 + 10 1 Electron Framework 0x11752c0b5 node::AsyncResource::get_async_id() const + 9150741 2 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 3 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 4 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 5 Electron Framework 0x116706a7f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3892319 6 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 7 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 8 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 10:: MemoryInfra 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x117525cce node::AsyncResource::get_async_id() const + 9125166 6 Electron Framework 0x117488868 node::AsyncResource::get_async_id() const + 8480968 7 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 8 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 9 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 10 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 11 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 12 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 13 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 11: 0 libsystem_kernel.dylib 0x7ff8008de1ee kevent + 10 1 Electron Framework 0x11450885c uv_free_interface_addresses + 1340 2 Electron Framework 0x1144f6d40 uv_run + 320 3 Electron Framework 0x11ae8a0df node::CommonEnvironmentSetup::context() const + 174223 4 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 12: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x11ae8a29a node::CommonEnvironmentSetup::context() const + 174666 4 Electron Framework 0x11ae87df0 node::CommonEnvironmentSetup::context() const + 165280 5 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 13: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x11ae8a29a node::CommonEnvironmentSetup::context() const + 174666 4 Electron Framework 0x11ae87df0 node::CommonEnvironmentSetup::context() const + 165280 5 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 14: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x11ae8a29a node::CommonEnvironmentSetup::context() const + 174666 4 Electron Framework 0x11ae87df0 node::CommonEnvironmentSetup::context() const + 165280 5 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 15: 0 libsystem_kernel.dylib 0x7ff8008d952e semaphore_wait_trap + 10 1 Electron Framework 0x1145039a0 uv_sem_wait + 16 2 Electron Framework 0x11aefefbd node::SetTracingController(v8::TracingController*) + 54861 3 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 16: 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 CoreFoundation 0x7ff8009f406f CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8009f2af0 CFRunLoopRun + 1365 6 CoreFoundation 0x7ff8009f1f31 CFRunLoopRunSpecific + 560 7 CoreFoundation 0x7ff800a75655 CFRunLoopRun + 40 8 .com.usebruno.app.DIF4Ov 0x10ba196cd fse_run_loop + 93 9 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 10 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 17:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 CoreFoundation 0x7ff8009f406f CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8009f2af0 CFRunLoopRun + 1365 6 CoreFoundation 0x7ff8009f1f31 CFRunLoopRunSpecific + 560 7 Foundation 0x7ff80187e2c3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216 8 Electron Framework 0x11751f37e node::AsyncResource::get_async_id() const + 9098206 9 Electron Framework 0x11751cc9a node::AsyncResource::get_async_id() const + 9088250 10 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 11 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 12 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 13 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 14 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 15 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 16 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 18:: CrShutdownDetector 0 libsystem_kernel.dylib 0x7ff8008d9fde read + 10 1 Electron Framework 0x1146b3a36 v8::CodeEvent::GetFunctionName() + 23142 2 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 3 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 19:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 CoreFoundation 0x7ff8009f406f CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8009f2af0 CFRunLoopRun + 1365 6 CoreFoundation 0x7ff8009f1f31 CFRunLoopRunSpecific + 560 7 Foundation 0x7ff80187e2c3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216 8 Electron Framework 0x11751f37e node::AsyncResource::get_async_id() const + 9098206 9 Electron Framework 0x11751cc9a node::AsyncResource::get_async_id() const + 9088250 10 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 11 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 12 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 13 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 14 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 15 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 16 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 20:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 21:: ThreadPoolSingleThreadForegroundBlocking0 0 libsystem_kernel.dylib 0x7ff8008df20e __wait4 + 10 1 Electron Framework 0x11752140d node::AsyncResource::get_async_id() const + 9106541 2 Electron Framework 0x116c6fbde v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap) + 9565630 3 Electron Framework 0x116748e05 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap) + 4163557 4 Electron Framework 0x1174c1c1e node::AsyncResource::get_async_id() const + 8715390 5 Electron Framework 0x1174e98e2 node::AsyncResource::get_async_id() const + 8878402 6 Electron Framework 0x1174e9fd0 node::AsyncResource::get_async_id() const + 8880176 7 Electron Framework 0x1174e92f9 node::AsyncResource::get_async_id() const + 8876889 8 Electron Framework 0x1174f6878 node::AsyncResource::get_async_id() const + 8931544 9 Electron Framework 0x1174f666d node::AsyncResource::get_async_id() const + 8931021 10 Electron Framework 0x1174f6559 node::AsyncResource::get_async_id() const + 8930745 11 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 12 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 13 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 22:: CompositorTileWorker1 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x117517324 node::AsyncResource::get_async_id() const + 9065348 3 Electron Framework 0x118504bd5 node::AsyncResource::get_async_id() const + 25766965 4 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 5 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 23:: ThreadPoolSingleThreadSharedForeground1 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f663d node::AsyncResource::get_async_id() const + 8930973 8 Electron Framework 0x1174f654a node::AsyncResource::get_async_id() const + 8930730 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 24: 0 libsystem_kernel.dylib 0x7ff8008d952e semaphore_wait_trap + 10 1 Electron Framework 0x1145039a0 uv_sem_wait + 16 2 Electron Framework 0x11465ba49 v8_inspector::V8DebuggerId::V8DebuggerId(std::Cr::pair<long long, long long>) + 22089 3 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 25:: Dispatch queue: com.apple.CFMachPort 0 libsystem_platform.dylib 0x7ff800942fb7 os_unfair_lock_lock + 14 1 CoreFoundation 0x7ff800a15d44 _cfmp_source_invalidated + 66 2 CoreFoundation 0x7ff800a15cf3 ___CFMachPortCreateWithPort2_block_invoke + 19 3 libdispatch.dylib 0x7ff800775d91 _dispatch_call_block_and_release + 12 4 libdispatch.dylib 0x7ff800777033 _dispatch_client_callout + 8 5 libdispatch.dylib 0x7ff800779b65 _dispatch_continuation_pop + 463 6 libdispatch.dylib 0x7ff80078c0c1 _dispatch_source_cancel_callout + 153 7 libdispatch.dylib 0x7ff80078b426 _dispatch_source_invoke + 1279 8 libdispatch.dylib 0x7ff80077d088 _dispatch_lane_serial_drain + 393 9 libdispatch.dylib 0x7ff80077dd39 _dispatch_lane_invoke + 366 10 libdispatch.dylib 0x7ff8007883fc _dispatch_workloop_worker_thread + 765 11 libsystem_pthread.dylib 0x7ff800914c55 _pthread_wqthread + 327 12 libsystem_pthread.dylib 0x7ff800913bbf start_wqthread + 15
Thread 26:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 CoreFoundation 0x7ff8009f406f CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8009f2af0 CFRunLoopRun + 1365 6 CoreFoundation 0x7ff8009f1f31 CFRunLoopRunSpecific + 560 7 Foundation 0x7ff80187e2c3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216 8 Electron Framework 0x11751f37e node::AsyncResource::get_async_id() const + 9098206 9 Electron Framework 0x11751cc9a node::AsyncResource::get_async_id() const + 9088250 10 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 11 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 12 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 13 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 14 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 15 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 16 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 27:: CacheThread_BlockFile 0 libsystem_kernel.dylib 0x7ff8008e2e16 kevent64 + 10 1 Electron Framework 0x11752c0b5 node::AsyncResource::get_async_id() const + 9150741 2 Electron Framework 0x1174e0e5a node::AsyncResource::get_async_id() const + 8842938 3 Electron Framework 0x1174a73e5 node::AsyncResource::get_async_id() const + 8606789 4 Electron Framework 0x1174fcd38 node::AsyncResource::get_async_id() const + 8957336 5 Electron Framework 0x1174fcecf node::AsyncResource::get_async_id() const + 8957743 6 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 7 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 8 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 28: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 29:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 CoreFoundation 0x7ff8009f406f CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8009f2af0 CFRunLoopRun + 1365 6 CoreFoundation 0x7ff8009f1f31 CFRunLoopRunSpecific + 560 7 AppKit 0x7ff803be6789 _NSEventThread + 132 8 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 30: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 31: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 32: 0 libsystem_pthread.dylib 0x7ff800913bb0 start_wqthread + 0
Thread 33:: ThreadPoolBackgroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f657d node::AsyncResource::get_async_id() const + 8930781 8 Electron Framework 0x1174f6502 node::AsyncResource::get_async_id() const + 8930658 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 34:: ThreadPoolSingleThreadSharedBackgroundBlocking2 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f674f node::AsyncResource::get_async_id() const + 8931247 7 Electron Framework 0x1174f65ad node::AsyncResource::get_async_id() const + 8930829 8 Electron Framework 0x1174f651f node::AsyncResource::get_async_id() const + 8930687 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 35:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 36:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 37:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 38:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f6981 node::AsyncResource::get_async_id() const + 8931809 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 39:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff8008d95b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8008e772d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8008e05e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff8008d989a mach_msg + 19 4 Electron Framework 0x117525e37 node::AsyncResource::get_async_id() const + 9125527 5 Electron Framework 0x1174f5fbe node::AsyncResource::get_async_id() const + 8929310 6 Electron Framework 0x1174f674f node::AsyncResource::get_async_id() const + 8931247 7 Electron Framework 0x1174f660d node::AsyncResource::get_async_id() const + 8930925 8 Electron Framework 0x1174f6567 node::AsyncResource::get_async_id() const + 8930759 9 Electron Framework 0x117517d58 node::AsyncResource::get_async_id() const + 9067960 10 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 40: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x1144f2b88 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 41: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x1144f2b88 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 42: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x1144f2b88 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 43: 0 libsystem_kernel.dylib 0x7ff8008dc0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff800918758 _pthread_cond_wait + 1242 2 Electron Framework 0x1145033a9 uv_cond_wait + 9 3 Electron Framework 0x1144f2b88 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff8009181d3 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff800913bd3 thread_start + 15
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007ff843ff4640 rcx: 0x00007ff7b48be9f8 rdx: 0x0000000000000000 rdi: 0x0000000000000103 rsi: 0x0000000000000006 rbp: 0x00007ff7b48bea20 rsp: 0x00007ff7b48be9f8 r8: 0x000000000000001f r9: 0x00007fdc45900000 r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x0000000000000103 r13: 0x0000000000000000 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007ff8008e01f2 rfl: 0x0000000000000246 cr2: 0x0000000116d4eb00
Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133
Binary Images:
0x10b640000 - 0x10b641fff com.usebruno.app (1.5.1) <4c4c4442-5555-3144-a172-82724dfe3fa7> /Applications/Bruno.app/Contents/MacOS/Bruno
0x114168000 - 0x11c286fff com.github.Electron.framework () <4c4c4405-5555-3144-a15f-b97a17802b7c> /Applications/Bruno.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
0x10b6b0000 - 0x10b6c3fff com.github.Squirrel (1.0) <4c4c444e-5555-3144-a16e-e4b0de137603> /Applications/Bruno.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
0x10b737000 - 0x10b778fff com.electron.reactive (3.1.0) <4c4c44f0-5555-3144-a1fb-0af27f497077> /Applications/Bruno.app/Contents/Frameworks/ReactiveObjC.framework/Versions/A/ReactiveObjC
0x10b6d6000 - 0x10b6e1fff org.mantle.Mantle (1.0) <4c4c4403-5555-3144-a14b-17b380fa9d8e> /Applications/Bruno.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
0x10ba2d000 - 0x10bc7bfff libffmpeg.dylib () <4c4c44da-5555-3144-a1ba-d67d529071ff> /Applications/Bruno.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib
0x10ba15000 - 0x10ba1cfff .com.usebruno.app.DIF4Ov () <900041af-31d4-3edb-82f2-3242455560d4> /private/var/folders//.com.usebruno.app.DIF4Ov
0x114132000 - 0x114141fff libobjc-trampolines.dylib () <48a76ddd-8a45-3498-a5a3-86a9976e68e5> /usr/lib/libobjc-trampolines.dylib
0x7ff8008d8000 - 0x7ff800911ff7 libsystem_kernel.dylib () <84597863-2c70-3a4a-b0f1-84b39d731209> /usr/lib/system/libsystem_kernel.dylib
0x7ff800912000 - 0x7ff80091dfff libsystem_pthread.dylib () <8cb0b396-011f-31f2-8915-94cde1abae84> /usr/lib/system/libsystem_pthread.dylib
0x7ff8007bf000 - 0x7ff800846ff7 libsystem_c.dylib () <5ca0d0cf-fcdd-3180-af7b-f137fe1e7aca> /usr/lib/system/libsystem_c.dylib
0x7ff8005b8000 - 0x7ff8006505cf dyld () <9e98a840-a3ac-31c1-ab97-829af9bd6864> /usr/lib/dyld
0x7ff800977000 - 0x7ff800e13fef com.apple.CoreFoundation (6.9) <1370704c-922d-3ffd-bf48-d4117306c8f4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff80181f000 - 0x7ff8021a7ff8 com.apple.Foundation (6.9)
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=917.3M resident=0K(0%) swapped_out_or_unallocated=917.3M(100%) Writable regions: Total=599.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=599.1M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 128K 1 Activity Tracing 256K 1 CG backing stores 5568K 8 CG image 56K 3 ColorSync 248K 28 CoreAnimation 52K 7 CoreGraphics 16K 3 CoreGraphics (reserved) 8K 1 reserved VM address space (unallocated) CoreServices 60K 1 CoreUI image data 920K 6 Dispatch continuations 96.0M 1 Foundation 40K 2 IOKit 23.3M 3 Kernel Alloc Once 8K 1 MALLOC 147.1M 79 MALLOC guard page 32K 8 Mach message 16K 2 Memory Tag 253 32.0G 2 Memory Tag 255 1.1T 523 STACK GUARD 56.2M 44 Stack 253.9M 44 VM_ALLOCATE 244K 28 CTF 824 1 DATA 40.4M 582 DATA_CONST 38.3M 373 __DATA_DIRTY 1792K 223 FONT_DATA 2352 1 INFO_FILTER 8 1 LINKEDIT 174.7M 10 OBJC_RO 66.3M 1 OBJC_RW 2013K 2 __TEXT 742.6M 606 dyld private memory 260K 2 mapped file 205.9M 37 shared memory 800K 21 =========== ======= ======= TOTAL 1.1T 2656 TOTAL, minus reserved VM space 1.1T 2656
{"app_name":"Bruno","timestamp":"2024-01-04 15:51:25.00 +0800","app_version":"1.5.1","slice_uuid":"4c4c4442-5555-3144-a172-82724dfe3fa7","build_version":"1.5.1","platform":1,"bundleID":"com.usebruno.app","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4 (22F66)","roots_installed":0,"name":"Bruno","incident_id":"A9C4B4B1-DC05-4409-A0F5-CF486FF50573"}
{
"uptime" : 300000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro16,1",
"coalitionID" : 32852,
"osVersion" : {
"train" : "macOS 13.4",
"build" : "22F66",
"releaseType" : "User"
},
"captureTime" : "2024-01-04 15:51:24.7860 +0800",
"incident" : "A9C4B4B1-DC05-4409-A0F5-CF486FF50573",
"pid" : 45688,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-01-04 15:51:18.2495 +0800",
"procStartAbsTime" : 306376103138259,
"procExitAbsTime" : 306382638130393,
"procName" : "Bruno",
"procPath" : "\/Applications\/Bruno.app\/Contents\/MacOS\/Bruno",
"bundleInfo" : {"CFBundleShortVersionString":"1.5.1","CFBundleVersion":"1.5.1","CFBundleIdentifier":"com.usebruno.app"},
"storeInfo" : {"deviceIdentifierForVendor":"E397A50C-721E-5DF6-871D-1C42F56507ED","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.usebruno.app",
"crashReporterKey" : "C67FAFB0-5258-3187-1AF0-367EABD457DD",
"codeSigningID" : "com.usebruno.app",
"codeSigningTeamID" : "W7LPPWA48L",
"codeSigningFlags" : 570490881,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 0,
"wakeTime" : 195313,
"bridgeVersion" : {"build":"20P5058","train":"7.5"},
"sleepWakeUUID" : "08B46E58-6C29-4AED-BAED-82F481222B26",
"sip" : "disabled",
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"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" : 0,
"threads" : [{"triggered":true,"id":3600291,"threadState":{"r13":{"value":0},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":31},"cr2":{"value":4678019840},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":140584036597760},"r15":{"value":22},"rbx":{"value":140704269420096,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703137923570,"matchesCrashFrame":1},"rbp":{"value":140701862717984},"rsp":{"value":140701862717944},"r12":{"value":259},"rcx":{"value":140701862717944},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":33266,"symbol":"pthread_kill","symbolLocation":10,"imageIndex":8},{"imageOffset":24294,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":9},{"imageOffset":523077,"symbol":"abort","symbolLocation":123,"imageIndex":10},{"imageOffset":3781492,"symbol":"uv_mutex_lock","symbolLocation":20,"imageIndex":1},{"imageOffset":113733414,"symbol":"napi_release_threadsafe_function","symbolLocation":38,"imageIndex":1},{"imageOffset":18465,"symbol":"fse_instance_destroy","symbolLocation":145,"imageIndex":6},{"imageOffset":113734455,"symbol":"node_api_get_module_file_name","symbolLocation":759,"imageIndex":1},{"imageOffset":113682367,"symbol":"node::Stop(node::Environment)","symbolLocation":703,"imageIndex":1},{"imageOffset":113734006,"symbol":"node_api_get_module_file_name","symbolLocation":310,"imageIndex":1},{"imageOffset":113737244,"symbol":"node_api_get_module_file_name","symbolLocation":3548,"imageIndex":1},{"imageOffset":113737358,"symbol":"node_api_get_module_file_name","symbolLocation":3662,"imageIndex":1},{"imageOffset":113738163,"symbol":"node_api_get_module_file_name","symbolLocation":4467,"imageIndex":1},{"imageOffset":3730968,"symbol":"uv_run","symbolLocation":536,"imageIndex":1},{"imageOffset":113611012,"symbol":"node::EmitAsyncDestroy(node::Environment, node::async_context)","symbolLocation":302404,"imageIndex":1},{"imageOffset":113612336,"symbol":"node::EmitAsyncDestroy(node::Environment, node::async_context)","symbolLocation":303728,"imageIndex":1},{"imageOffset":113299092,"symbol":"node::FreeEnvironment(node::Environment)","symbolLocation":164,"imageIndex":1},{"imageOffset":4740053,"symbol":"v8::Signature::New(v8::Isolate, v8::Local
},
"deploymentId" : 240000025
},
{
"rolloutId" : "62c751b6bcb0435c2153fe92",
"factorPackIds" : {
"SIRI_UNDERSTANDING_ASR_ASSISTANT" : "6317ae3a3d24842ff84fd83f",
"SIRI_UNDERSTANDING_MORPHUN" : "64e514ddc83b9a3d50649ddc"
},
"deploymentId" : 240000366
}
], "experiments" : [
] } }
Model: MacBookPro16,1, BootROM 1968.120.12.0.0 (iBridge: 20.16.5058.0.0,0), 6 processors, 6-Core Intel Core i7, 2.6 GHz, 16 GB, SMC Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In Graphics: AMD Radeon Pro 5300M, AMD Radeon Pro 5300M, PCIe, 4 GB Display: Color LCD, 3072 x 1920 Retina, Main, MirrorOff, Online Display: DELL U2720QM, 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition), MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2667 MHz, Micron, 8ATF1G64HZ-2G6E1 Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2667 MHz, Micron, 8ATF1G64HZ-2G6E1 AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Dec 9 2022 17:02:25 version 9.30.492.0.32.5.87 FWID 01-e7856862 Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: hub_device USB Device: Gaming Mouse G302 USB Device: hub_device USB Device: HHKB Professional USB Device: composite_device USB Device: T2Bus USB Device: composite_device USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5 Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
I get the following error when closing the app on mac, either via red cross, or CTRL+Q