node-usb: Electron App crash.

Hello everyone. I have some strange problem. I use webusb and sometimes my app crash

Tested on macos and windows. Could you help me please.

static async getDeviceByProductId(productId) {
    const customWebUSB = new WebUSB({
      devicesFound: (devices) => devices.find((device) => device.productId === productId),
    });

    return customWebUSB.requestDevice({ filters: [{}] });
  }

  static async checkConnect(productId) 
    const device = await this.getDeviceByProductId(productId);
    await device.open();
    await device.close();
  }

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

Process:               Electron Helper (Renderer) [99466]
Path:                  /Users/USER/*/Electron.app/Contents/Frameworks/Electron Helper (Renderer).app/Contents/MacOS/Electron Helper (Renderer)
Identifier:            com.github.Electron.helper
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        Electron [93391]
Responsible:           webstorm [78579]
User ID:               501

Date/Time:             2022-04-02 15:57:58.4093 +0300
OS Version:            macOS 12.2.1 (21D62)
Report Version:        12
Bridge OS Version:     3.0 (14Y910)
Anonymous UUID:        49D68D9F-851C-B63E-5D5B-B3DE0E9F648D

Sleep/Wake UUID:       DDDA2746-9B29-4F7B-BD1C-66B3558D3A9E

Time Awake Since Boot: 670000 seconds
Time Since Wake:       21898 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000091f2a
Exception Codes:       0x0000000000000001, 0x0000000000091f2a
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [99466]

VM Region Info: 0x91f2a is not in any region.  Bytes before following region: 4484931798
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      10b5bc000-10b5de000    [  136K] r-x/r-x SM=COW  ...er (Renderer)

Thread 0 Crashed:: CrRendererMain Dispatch queue: com.apple.main-thread
0   node.napi.node                	       0x10ea0c9ff libusb_free_transfer + 21
1   node.napi.node                	       0x10ea05594 Transfer::~Transfer() + 66
2   node.napi.node                	       0x10ea05666 Transfer::~Transfer() + 14
3   node.napi.node                	       0x10ea06a59 Napi::ObjectWrap<Transfer>::FinalizeCallback(napi_env__*, void*, void*) + 55
4   Electron Framework            	       0x11e5eb6e7 node_api_get_module_file_name + 5207
5   Electron Framework            	       0x11e5cd5a7 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 214823
6   Electron Framework            	       0x11e5cce18 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 212888
7   Electron Framework            	       0x11e5cc890 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 211472
8   Electron Framework            	       0x117f70c04 uv_check_start + 260
9   Electron Framework            	       0x117f6b000 uv_run + 336
10  Electron Framework            	       0x1180ce963 v8::CodeEvent::GetScriptName() + 198019
11  Electron Framework            	       0x11ada524e node::AsyncResource::get_async_id() const + 8500126
12  Electron Framework            	       0x11adc3049 node::AsyncResource::get_async_id() const + 8622489
13  Electron Framework            	       0x11ae02695 node::AsyncResource::get_async_id() const + 8882149
14  Electron Framework            	       0x11ae01802 node::AsyncResource::get_async_id() const + 8878418
15  Electron Framework            	       0x11ae01dcf node::AsyncResource::get_async_id() const + 8879903
16  CoreFoundation                	    0x7ff8180738fd __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
17  CoreFoundation                	    0x7ff818073865 __CFRunLoopDoSource0 + 180
18  CoreFoundation                	    0x7ff8180735e4 __CFRunLoopDoSources0 + 242
19  CoreFoundation                	    0x7ff81807201b __CFRunLoopRun + 893
20  CoreFoundation                	    0x7ff8180715dd CFRunLoopRunSpecific + 563
21  Foundation                    	    0x7ff818ed866e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216
22  Electron Framework            	       0x11ae02e39 node::AsyncResource::get_async_id() const + 8884105
23  Electron Framework            	       0x11ae01872 node::AsyncResource::get_async_id() const + 8878530
24  Electron Framework            	       0x11adc39da node::AsyncResource::get_async_id() const + 8624938
25  Electron Framework            	       0x11ad8d6e1 node::AsyncResource::get_async_id() const + 8402993
26  Electron Framework            	       0x11e3dd769 node::CommonEnvironmentSetup::event_loop() const + 19578793
27  Electron Framework            	       0x11824b3d6 v8::internal::ExternalReference::fast_c_call_caller_pc_address(v8::internal::Isolate*) + 2454
28  Electron Framework            	       0x11824bdd9 v8::internal::ExternalReference::fast_c_call_caller_pc_address(v8::internal::Isolate*) + 5017
29  Electron Framework            	       0x11824a3ed v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 12173
30  Electron Framework            	       0x11824ad23 v8::internal::ExternalReference::fast_c_call_caller_pc_address(v8::internal::Isolate*) + 739
31  Electron Framework            	       0x117f7cb98 ElectronMain + 152
32  Electron Helper (Renderer)    	       0x10b5bc980 0x10b5bc000 + 2432
33  dyld                          	       0x117eb04fe start + 462

Thread 1:
0   libsystem_pthread.dylib       	    0x7ff817fa7fec start_wqthread + 0

Thread 2:: ThreadPoolServiceThread
0   libsystem_kernel.dylib        	    0x7ff817f789c6 kevent64 + 10
1   Electron Framework            	       0x11ae24350 node::AsyncResource::get_async_id() const + 9020576
2   Electron Framework            	       0x11adc39da node::AsyncResource::get_async_id() const + 8624938
3   Electron Framework            	       0x11ad8d6e1 node::AsyncResource::get_async_id() const + 8402993
4   Electron Framework            	       0x11addf908 node::AsyncResource::get_async_id() const + 8739416
5   Electron Framework            	       0x11adcd04d node::AsyncResource::get_async_id() const + 8663453
6   Electron Framework            	       0x11addfa9d node::AsyncResource::get_async_id() const + 8739821
7   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
8   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 3:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add950d node::AsyncResource::get_async_id() const + 8713821
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 4:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	    0x7ff817f789c6 kevent64 + 10
1   Electron Framework            	       0x11ae24350 node::AsyncResource::get_async_id() const + 9020576
2   Electron Framework            	       0x11adc39da node::AsyncResource::get_async_id() const + 8624938
3   Electron Framework            	       0x11ad8d6e1 node::AsyncResource::get_async_id() const + 8402993
4   Electron Framework            	       0x11addf908 node::AsyncResource::get_async_id() const + 8739416
5   Electron Framework            	       0x11addfa9d node::AsyncResource::get_async_id() const + 8739821
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 5:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 6:: GpuMemoryThread
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11ae08a6e node::AsyncResource::get_async_id() const + 8907710
4   Electron Framework            	       0x11ad6e6fc node::AsyncResource::get_async_id() const + 8276044
5   Electron Framework            	       0x11adc39da node::AsyncResource::get_async_id() const + 8624938
6   Electron Framework            	       0x11ad8d6e1 node::AsyncResource::get_async_id() const + 8402993
7   Electron Framework            	       0x11addf908 node::AsyncResource::get_async_id() const + 8739416
8   Electron Framework            	       0x11addfa9d node::AsyncResource::get_async_id() const + 8739821
9   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
10  libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
11  libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 7:: Compositor
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11ad6e6cd node::AsyncResource::get_async_id() const + 8275997
4   Electron Framework            	       0x11adc39da node::AsyncResource::get_async_id() const + 8624938
5   Electron Framework            	       0x11ad8d6e1 node::AsyncResource::get_async_id() const + 8402993
6   Electron Framework            	       0x119e163c3 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 2562435
7   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
8   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
9   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 8:: ThreadPoolSingleThreadSharedForegroundBlocking0
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9712 node::AsyncResource::get_async_id() const + 8714338
5   Electron Framework            	       0x11add95cd node::AsyncResource::get_async_id() const + 8714013
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 9:: CompositorTileWorker1
0   libsystem_kernel.dylib        	    0x7ff817f72506 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff817faca69 _pthread_cond_wait + 1224
2   Electron Framework            	       0x11adfb54b node::AsyncResource::get_async_id() const + 8853147
3   Electron Framework            	       0x11e3c9331 node::CommonEnvironmentSetup::event_loop() const + 19495793
4   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
5   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 10:: CompositorTileWorker2
0   libsystem_kernel.dylib        	    0x7ff817f72506 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff817faca69 _pthread_cond_wait + 1224
2   Electron Framework            	       0x11adfb54b node::AsyncResource::get_async_id() const + 8853147
3   Electron Framework            	       0x11e3c9331 node::CommonEnvironmentSetup::event_loop() const + 19495793
4   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
5   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 11:: CompositorTileWorker3
0   libsystem_kernel.dylib        	    0x7ff817f72506 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff817faca69 _pthread_cond_wait + 1224
2   Electron Framework            	       0x11adfb54b node::AsyncResource::get_async_id() const + 8853147
3   Electron Framework            	       0x11e3c9331 node::CommonEnvironmentSetup::event_loop() const + 19495793
4   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
5   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 12:: CompositorTileWorker4
0   libsystem_kernel.dylib        	    0x7ff817f72506 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff817faca69 _pthread_cond_wait + 1224
2   Electron Framework            	       0x11adfb54b node::AsyncResource::get_async_id() const + 8853147
3   Electron Framework            	       0x11e3c9331 node::CommonEnvironmentSetup::event_loop() const + 19495793
4   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
5   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 13:: CompositorTileWorkerBackground
0   libsystem_kernel.dylib        	    0x7ff817f72506 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	    0x7ff817faca69 _pthread_cond_wait + 1224
2   Electron Framework            	       0x11adfb54b node::AsyncResource::get_async_id() const + 8853147
3   Electron Framework            	       0x11e3c9331 node::CommonEnvironmentSetup::event_loop() const + 19495793
4   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
5   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
6   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 14:
0   libsystem_kernel.dylib        	    0x7ff817f6faf6 semaphore_wait_trap + 10
1   Electron Framework            	       0x117f77380 uv_sem_wait + 16
2   Electron Framework            	       0x1180ce839 v8::CodeEvent::GetScriptName() + 197721
3   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
4   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 15:: org.libusb.device-hotplug
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   CoreFoundation                	    0x7ff818073af2 __CFRunLoopServiceMachPort + 319
3   CoreFoundation                	    0x7ff8180721cb __CFRunLoopRun + 1325
4   CoreFoundation                	    0x7ff8180715dd CFRunLoopRunSpecific + 563
5   CoreFoundation                	    0x7ff8180f962e CFRunLoopRun + 40
6   node.napi.node                	       0x10ea108fa 0x10e9f1000 + 129274
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 16:
0   libsystem_kernel.dylib        	    0x7ff817f761ae poll + 10
1   node.napi.node                	       0x10ea0e8b9 usbi_wait_for_events + 94
2   node.napi.node                	       0x10ea0d82b 0x10e9f1000 + 116779
3   node.napi.node                	       0x10ea0d580 libusb_handle_events_timeout_completed + 254
4   node.napi.node                	       0x10ea0dc59 libusb_handle_events + 33
5   node.napi.node                	       0x10e9f4033 USBThreadFn() + 16
6   node.napi.node                	       0x10e9f9e1f 0x10e9f1000 + 36383
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 17:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 18:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 19:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 20:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 21:: ThreadPoolForegroundWorker
0   Electron Framework            	       0x1198e8de2 v8::internal::compiler::TopLevelLiveRange::AddUsePosition(v8::internal::compiler::UsePosition*, bool) + 100786
1   Electron Framework            	       0x119ae89ce v8::internal::compiler::Pipeline::AllocateRegistersForTesting(v8::internal::RegisterConfiguration const*, v8::internal::compiler::InstructionSequence*, bool, bool) + 10670
2   Electron Framework            	       0x119ae6710 v8::internal::compiler::Pipeline::AllocateRegistersForTesting(v8::internal::RegisterConfiguration const*, v8::internal::compiler::InstructionSequence*, bool, bool) + 1776
3   Electron Framework            	       0x119ae2674 v8::internal::compiler::Operator::PrintPropsTo(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const + 27348
4   Electron Framework            	       0x119adddd7 v8::internal::compiler::Operator::PrintPropsTo(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const + 8759
5   Electron Framework            	       0x119add626 v8::internal::compiler::Operator::PrintPropsTo(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const + 6790
6   Electron Framework            	       0x11900fcdb v8::internal::OptimizedCompilationJob::ExecuteJob(v8::internal::RuntimeCallStats*, v8::internal::LocalIsolate*) + 43
7   Electron Framework            	       0x11903ddc8 v8::internal::OptimizingCompileDispatcher::CompileNext(v8::internal::OptimizedCompilationJob*, v8::internal::LocalIsolate*) + 40
8   Electron Framework            	       0x11903ee10 v8::internal::OptimizingCompileDispatcher::QueueForOptimization(v8::internal::OptimizedCompilationJob*) + 2192
9   Electron Framework            	       0x11ada524e node::AsyncResource::get_async_id() const + 8500126
10  Electron Framework            	       0x11adcac67 node::AsyncResource::get_async_id() const + 8654263
11  Electron Framework            	       0x11adca1fa node::AsyncResource::get_async_id() const + 8651594
12  Electron Framework            	       0x11adfbba8 node::AsyncResource::get_async_id() const + 8854776
13  Electron Framework            	       0x11adc9fd3 node::AsyncResource::get_async_id() const + 8651043
14  Electron Framework            	       0x11add9a02 node::AsyncResource::get_async_id() const + 8715090
15  Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
16  Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
17  libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
18  libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15

Thread 22:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	    0x7ff817f6faba mach_msg_trap + 10
1   libsystem_kernel.dylib        	    0x7ff817f6fe2b mach_msg + 59
2   Electron Framework            	       0x11ae08bdf node::AsyncResource::get_async_id() const + 8908079
3   Electron Framework            	       0x11add8f8e node::AsyncResource::get_async_id() const + 8712414
4   Electron Framework            	       0x11add9b14 node::AsyncResource::get_async_id() const + 8715364
5   Electron Framework            	       0x11add959d node::AsyncResource::get_async_id() const + 8713965
6   Electron Framework            	       0x11adfc0e8 node::AsyncResource::get_async_id() const + 8856120
7   libsystem_pthread.dylib       	    0x7ff817fac4f4 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff817fa800f thread_start + 15


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000091f22  rbx: 0x00007fbcd526f7a8  rcx: 0x00000000d6a1a05a  rdx: 0x00000000d6c1a837
  rdi: 0x00007fbcd526f7a8  rsi: 0x00006000024a5440  rbp: 0x00007ff7b493eb00  rsp: 0x00007ff7b493eaf0
   r8: 0x0000000000001440   r9: 0x0000000000000060  r10: 0x00000000000007fb  r11: 0x00000000000000aa
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x00006000024a5248  r15: 0x0000600001522cc0
  rip: 0x000000010ea0c9ff  rfl: 0x0000000000010202  cr2: 0x0000000000091f2a
  
Logical CPU:     2
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Thread 0 instruction stream:
  c0 74 2e 48 89 c3 46 89-34 38 4a 89 84 38 88 00  .t.H..F.48J..8..
  00 00 4a 8d 3c 38 48 83-c7 48 31 f6 e8 8c 8a 00  ..J.<8H..H1.....
  00 85 c0 75 21 4c 01 fb-48 81 c3 90 00 00 00 eb  ...u!L..H.......
  02 31 db 48 89 d8 48 83-c4 08 5b 41 5e 41 5f 5d  .1.H..H...[A^A_]
  c3 e8 86 7b 00 00 e8 60-7b 00 00 55 48 89 e5 53  ...{...`{..UH..S
  50 48 85 ff 74 7e 48 89-fb 48 8b 07 48 8b 40 58  PH..t~H..H..H.@X
 [48]8b 78 08 48 8d 15 ca-ed 00 00 48 8d 0d d8 ed  H.x.H......H....	<==
  00 00 be 04 00 00 00 49-89 d8 31 c0 e8 2b b6 ff  .......I..1..+..
  ff f6 43 08 02 74 09 48-8b 7b 30 e8 0d 88 00 00  ..C..t.H.{0.....
  48 8d 7b b8 e8 0e 8a 00-00 85 c0 75 3e 48 81 c3  H.{........u>H..
  70 ff ff ff 48 8d 05 66-92 01 00 48 8b 80 20 01  p...H..f...H.. .
  00 00 48 83 c0 07 48 83-e0 f8 48 89 df 48 29 c7  ..H...H...H..H).

Binary Images:
       0x10e9f1000 -        0x10ea24fff node.napi.node (*) <7fd0c8d0-0db6-3e03-be4b-fa58735f038b> /Users/USER/*/node.napi.node
       0x117f63000 -        0x11faf4fff com.github.Electron.framework (*) <4c4c446c-5555-3144-a1e5-a51bb1ced09b> /Users/USER/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
    0x7ff817ff3000 -     0x7ff8184f5fff com.apple.CoreFoundation (6.9) <9b112884-be6c-3c7f-9a2a-a47c491105db> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff818e79000 -     0x7ff819233fff com.apple.Foundation (6.9) <bf00b016-c645-3574-b74f-4386750fb009> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x10b5bc000 -        0x10b5ddfff com.github.Electron.helper (*) <4c4c4437-5555-3144-a15b-7dd1140e1c5d> /Users/USER/*/Electron.app/Contents/Frameworks/Electron Helper (Renderer).app/Contents/MacOS/Electron Helper (Renderer)
       0x117eab000 -        0x117f16fff dyld (*) <7de33963-bbc5-3996-ba6e-f1d562c17c95> /usr/lib/dyld
    0x7ff817fa6000 -     0x7ff817fb1fff libsystem_pthread.dylib (*) <ee564342-d8f2-396d-b642-40092cf34d82> /usr/lib/system/libsystem_pthread.dylib
    0x7ff817f6f000 -     0x7ff817fa5fff libsystem_kernel.dylib (*) <c1d58a50-5a4d-3bcb-a1fc-ec0902ce34d3> /usr/lib/system/libsystem_kernel.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

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.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)
Writable regions: Total=867.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=867.7M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
ColorSync                           76K        4 
Kernel Alloc Once                    8K        1 
MALLOC                           190.2M      493 
MALLOC guard page                   16K        4 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Mach message                        24K        3 
Memory Tag 253                    31.8G     1559 
Memory Tag 255                     8.0G      191 
STACK GUARD                       56.1M       23 
Stack                            161.7M       24 
VM_ALLOCATE                      174.4M      125 
__DATA                            38.0M      508 
__DATA_CONST                      29.4M      328 
__DATA_DIRTY                      1599K      210 
__FONT_DATA                          4K        1 
__LINKEDIT                       643.9M       15 
__OBJC_RO                         81.8M        1 
__OBJC_RW                         3136K        2 
__TEXT                           599.9M      523 
__UNICODE                          588K        1 
dyld private memory               1024K        1 
mapped file                       58.2M       11 
shared memory                      220K       11 
===========                     =======  ======= 
TOTAL                             42.2G     4041 
TOTAL, minus reserved VM space    41.8G     4041 



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

{"app_name":"Electron Helper (Renderer)","timestamp":"2022-04-02 15:57:58.00 +0300","app_version":"","slice_uuid":"4c4c4437-5555-3144-a15b-7dd1140e1c5d","build_version":"","platform":1,"bundleID":"com.github.Electron.helper","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.2.1 (21D62)","incident_id":"093529D7-2DB1-4DF9-8DF2-CB417CC23302","name":"Electron Helper (Renderer)"}
{
  "uptime" : 670000,
  "procLaunch" : "2022-04-02 15:47:25.3785 +0300",
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro14,3",
  "procStartAbsTime" : 670634344773358,
  "coalitionID" : 245688,
  "osVersion" : {
    "train" : "macOS 12.2.1",
    "build" : "21D62",
    "releaseType" : "User"
  },
  "captureTime" : "2022-04-02 15:57:58.4093 +0300",
  "incident" : "093529D7-2DB1-4DF9-8DF2-CB417CC23302",
  "bug_type" : "309",
  "pid" : 99466,
  "procExitAbsTime" : 671267401235411,
  "cpuType" : "X86-64",
  "procName" : "Electron Helper (Renderer)",
  "procPath" : "\/Users\/USER\/*\/Electron.app\/Contents\/Frameworks\/Electron Helper (Renderer).app\/Contents\/MacOS\/Electron Helper (Renderer)",
  "bundleInfo" : {"CFBundleIdentifier":"com.github.Electron.helper"},
  "storeInfo" : {"deviceIdentifierForVendor":"67CE4536-2ACB-5A82-A9C1-395C8032EDB5","thirdParty":true},
  "parentProc" : "Electron",
  "parentPid" : 93391,
  "coalitionName" : "com.jetbrains.WebStorm",
  "crashReporterKey" : "49D68D9F-851C-B63E-5D5B-B3DE0E9F648D",
  "responsiblePid" : 78579,
  "responsibleProc" : "webstorm",
  "wakeTime" : 21898,
  "bridgeVersion" : {"build":"14Y910","train":"3.0"},
  "sleepWakeUUID" : "DDDA2746-9B29-4F7B-BD1C-66B3558D3A9E",
  "sip" : "enabled",
  "vmRegionInfo" : "0x91f2a is not in any region.  Bytes before following region: 4484931798\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10b5bc000-10b5de000    [  136K] r-x\/r-x SM=COW  ...er (Renderer)",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000091f2a","rawCodes":[1,597802],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000091f2a"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":99466},
  "vmregioninfo" : "0x91f2a is not in any region.  Bytes before following region: 4484931798\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10b5bc000-10b5de000    [  136K] r-x\/r-x SM=COW  ...er (Renderer)",
  "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" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{"bytes":[192,116,46,72,137,195,70,137,52,56,74,137,132,56,136,0,0,0,74,141,60,56,72,131,199,72,49,246,232,140,138,0,0,133,192,117,33,76,1,251,72,129,195,144,0,0,0,235,2,49,219,72,137,216,72,131,196,8,91,65,94,65,95,93,195,232,134,123,0,0,232,96,123,0,0,85,72,137,229,83,80,72,133,255,116,126,72,137,251,72,139,7,72,139,64,88,72,139,120,8,72,141,21,202,237,0,0,72,141,13,216,237,0,0,190,4,0,0,0,73,137,216,49,192,232,43,182,255,255,246,67,8,2,116,9,72,139,123,48,232,13,136,0,0,72,141,123,184,232,14,138,0,0,133,192,117,62,72,129,195,112,255,255,255,72,141,5,102,146,1,0,72,139,128,32,1,0,0,72,131,192,7,72,131,224,248,72,137,223,72,41,199],"offset":96}},"frames":[{"imageOffset":113151,"symbol":"libusb_free_transfer","symbolLocation":21,"imageIndex":0},{"imageOffset":83348,"symbol":"Transfer::~Transfer()","symbolLocation":66,"imageIndex":0},{"imageOffset":83558,"symbol":"Transfer::~Transfer()","symbolLocation":14,"imageIndex":0},{"imageOffset":88665,"symbol":"Napi::ObjectWrap<Transfer>::FinalizeCallback(napi_env__*, void*, void*)","symbolLocation":55,"imageIndex":0},{"imageOffset":107513575,"symbol":"node_api_get_module_file_name","symbolLocation":5207,"imageIndex":1},{"imageOffset":107390375,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":214823,"imageIndex":1},{"imageOffset":107388440,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":212888,"imageIndex":1},{"imageOffset":107387024,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":211472,"imageIndex":1},{"imageOffset":56324,"symbol":"uv_check_start","symbolLocation":260,"imageIndex":1},{"imageOffset":32768,"symbol":"uv_run","symbolLocation":336,"imageIndex":1},{"imageOffset":1489251,"symbol":"v8::CodeEvent::GetScriptName()","symbolLocation":198019,"imageIndex":1},{"imageOffset":48505422,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8500126,"imageIndex":1},{"imageOffset":48627785,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8622489,"imageIndex":1},{"imageOffset":48887445,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8882149,"imageIndex":1},{"imageOffset":48883714,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8878418,"imageIndex":1},{"imageOffset":48885199,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8879903,"imageIndex":1},{"imageOffset":526589,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":17,"imageIndex":2},{"imageOffset":526437,"symbol":"__CFRunLoopDoSource0","symbolLocation":180,"imageIndex":2},{"imageOffset":525796,"symbol":"__CFRunLoopDoSources0","symbolLocation":242,"imageIndex":2},{"imageOffset":520219,"symbol":"__CFRunLoopRun","symbolLocation":893,"imageIndex":2},{"imageOffset":517597,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":2},{"imageOffset":390766,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":3},{"imageOffset":48889401,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8884105,"imageIndex":1},{"imageOffset":48883826,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8878530,"imageIndex":1},{"imageOffset":48630234,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8624938,"imageIndex":1},{"imageOffset":48408289,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8402993,"imageIndex":1},{"imageOffset":105359209,"symbol":"node::CommonEnvironmentSetup::event_loop() const","symbolLocation":19578793,"imageIndex":1},{"imageOffset":3048406,"symbol":"v8::internal::ExternalReference::fast_c_call_caller_pc_address(v8::internal::Isolate*)","symbolLocation":2454,"imageIndex":1},{"imageOffset":3050969,"symbol":"v8::internal::ExternalReference::fast_c_call_caller_pc_address(v8::internal::Isolate*)","symbolLocation":5017,"imageIndex":1},{"imageOffset":3044333,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":12173,"imageIndex":1},{"imageOffset":3046691,"symbol":"v8::internal::ExternalReference::fast_c_call_caller_pc_address(v8::internal::Isolate*)","symbolLocation":739,"imageIndex":1},{"imageOffset":105368,"symbol":"ElectronMain","symbolLocation":152,"imageIndex":1},{"imageOffset":2432,"imageIndex":4},{"imageOffset":21758,"symbol":"start","symbolLocation":462,"imageIndex":5}],"id":8399696,"triggered":true,"threadState":{"r13":{"value":0},"rax":{"value":597794},"rflags":{"value":66050},"cpu":{"value":2},"r14":{"value":105553154691656},"rsi":{"value":105553154692160},"r8":{"value":5184},"cr2":{"value":597802},"rdx":{"value":3603015735},"r10":{"value":2043},"r9":{"value":96},"r15":{"value":105553138429120},"rbx":{"value":140449006679976},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":170},"rip":{"value":4540385791,"matchesCrashFrame":1},"rbp":{"value":140701863242496},"rsp":{"value":140701863242480},"r12":{"value":0},"rcx":{"value":3600916570},"flavor":"x86_THREAD_STATE","rdi":{"value":140449006679976}},"name":"CrRendererMain"},{"id":8399697,"frames":[{"imageOffset":8172,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":8399702,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":39366,"symbol":"kevent64","symbolLocation":10,"imageIndex":7},{"imageOffset":49025872,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9020576,"imageIndex":1},{"imageOffset":48630234,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8624938,"imageIndex":1},{"imageOffset":48408289,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8402993,"imageIndex":1},{"imageOffset":48744712,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8739416,"imageIndex":1},{"imageOffset":48668749,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8663453,"imageIndex":1},{"imageOffset":48745117,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8739821,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399704,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719117,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713821,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399705,"name":"Chrome_ChildIOThread","frames":[{"imageOffset":39366,"symbol":"kevent64","symbolLocation":10,"imageIndex":7},{"imageOffset":49025872,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9020576,"imageIndex":1},{"imageOffset":48630234,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8624938,"imageIndex":1},{"imageOffset":48408289,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8402993,"imageIndex":1},{"imageOffset":48744712,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8739416,"imageIndex":1},{"imageOffset":48745117,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8739821,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399706,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399707,"name":"GpuMemoryThread","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48913006,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8907710,"imageIndex":1},{"imageOffset":48281340,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8276044,"imageIndex":1},{"imageOffset":48630234,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8624938,"imageIndex":1},{"imageOffset":48408289,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8402993,"imageIndex":1},{"imageOffset":48744712,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8739416,"imageIndex":1},{"imageOffset":48745117,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8739821,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399708,"name":"Compositor","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48281293,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8275997,"imageIndex":1},{"imageOffset":48630234,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8624938,"imageIndex":1},{"imageOffset":48408289,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8402993,"imageIndex":1},{"imageOffset":32191427,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":2562435,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399709,"name":"ThreadPoolSingleThreadSharedForegroundBlocking0","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48719634,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8714338,"imageIndex":1},{"imageOffset":48719309,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8714013,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399710,"name":"CompositorTileWorker1","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27241,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":6},{"imageOffset":48858443,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8853147,"imageIndex":1},{"imageOffset":105276209,"symbol":"node::CommonEnvironmentSetup::event_loop() const","symbolLocation":19495793,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399711,"name":"CompositorTileWorker2","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27241,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":6},{"imageOffset":48858443,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8853147,"imageIndex":1},{"imageOffset":105276209,"symbol":"node::CommonEnvironmentSetup::event_loop() const","symbolLocation":19495793,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399712,"name":"CompositorTileWorker3","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27241,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":6},{"imageOffset":48858443,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8853147,"imageIndex":1},{"imageOffset":105276209,"symbol":"node::CommonEnvironmentSetup::event_loop() const","symbolLocation":19495793,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399713,"name":"CompositorTileWorker4","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27241,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":6},{"imageOffset":48858443,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8853147,"imageIndex":1},{"imageOffset":105276209,"symbol":"node::CommonEnvironmentSetup::event_loop() const","symbolLocation":19495793,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399714,"name":"CompositorTileWorkerBackground","frames":[{"imageOffset":13574,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27241,"symbol":"_pthread_cond_wait","symbolLocation":1224,"imageIndex":6},{"imageOffset":48858443,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8853147,"imageIndex":1},{"imageOffset":105276209,"symbol":"node::CommonEnvironmentSetup::event_loop() const","symbolLocation":19495793,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399716,"frames":[{"imageOffset":2806,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":82816,"symbol":"uv_sem_wait","symbolLocation":16,"imageIndex":1},{"imageOffset":1488953,"symbol":"v8::CodeEvent::GetScriptName()","symbolLocation":197721,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399828,"name":"org.libusb.device-hotplug","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":527090,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":2},{"imageOffset":520651,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":2},{"imageOffset":517597,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":2},{"imageOffset":1074734,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":2},{"imageOffset":129274,"imageIndex":0},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8399829,"frames":[{"imageOffset":29102,"symbol":"poll","symbolLocation":10,"imageIndex":7},{"imageOffset":121017,"symbol":"usbi_wait_for_events","symbolLocation":94,"imageIndex":0},{"imageOffset":116779,"imageIndex":0},{"imageOffset":116096,"symbol":"libusb_handle_events_timeout_completed","symbolLocation":254,"imageIndex":0},{"imageOffset":117849,"symbol":"libusb_handle_events","symbolLocation":33,"imageIndex":0},{"imageOffset":12339,"symbol":"USBThreadFn()","symbolLocation":16,"imageIndex":0},{"imageOffset":36383,"imageIndex":0},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8406022,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8406073,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8406074,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8406077,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8406081,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":26762722,"symbol":"v8::internal::compiler::TopLevelLiveRange::AddUsePosition(v8::internal::compiler::UsePosition*, bool)","symbolLocation":100786,"imageIndex":1},{"imageOffset":28858830,"symbol":"v8::internal::compiler::Pipeline::AllocateRegistersForTesting(v8::internal::RegisterConfiguration const*, v8::internal::compiler::InstructionSequence*, bool, bool)","symbolLocation":10670,"imageIndex":1},{"imageOffset":28849936,"symbol":"v8::internal::compiler::Pipeline::AllocateRegistersForTesting(v8::internal::RegisterConfiguration const*, v8::internal::compiler::InstructionSequence*, bool, bool)","symbolLocation":1776,"imageIndex":1},{"imageOffset":28833396,"symbol":"v8::internal::compiler::Operator::PrintPropsTo(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const","symbolLocation":27348,"imageIndex":1},{"imageOffset":28814807,"symbol":"v8::internal::compiler::Operator::PrintPropsTo(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const","symbolLocation":8759,"imageIndex":1},{"imageOffset":28812838,"symbol":"v8::internal::compiler::Operator::PrintPropsTo(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const","symbolLocation":6790,"imageIndex":1},{"imageOffset":17485019,"symbol":"v8::internal::OptimizedCompilationJob::ExecuteJob(v8::internal::RuntimeCallStats*, v8::internal::LocalIsolate*)","symbolLocation":43,"imageIndex":1},{"imageOffset":17673672,"symbol":"v8::internal::OptimizingCompileDispatcher::CompileNext(v8::internal::OptimizedCompilationJob*, v8::internal::LocalIsolate*)","symbolLocation":40,"imageIndex":1},{"imageOffset":17677840,"symbol":"v8::internal::OptimizingCompileDispatcher::QueueForOptimization(v8::internal::OptimizedCompilationJob*)","symbolLocation":2192,"imageIndex":1},{"imageOffset":48505422,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8500126,"imageIndex":1},{"imageOffset":48659559,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8654263,"imageIndex":1},{"imageOffset":48656890,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8651594,"imageIndex":1},{"imageOffset":48860072,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8854776,"imageIndex":1},{"imageOffset":48656339,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8651043,"imageIndex":1},{"imageOffset":48720386,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715090,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":8406082,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":7},{"imageOffset":48913375,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8908079,"imageIndex":1},{"imageOffset":48717710,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8712414,"imageIndex":1},{"imageOffset":48720660,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8715364,"imageIndex":1},{"imageOffset":48719261,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8713965,"imageIndex":1},{"imageOffset":48861416,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8856120,"imageIndex":1},{"imageOffset":25844,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8207,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4540272640,
    "size" : 212992,
    "uuid" : "7fd0c8d0-0db6-3e03-be4b-fa58735f038b",
    "path" : "\/Users\/USER\/*\/node.napi.node",
    "name" : "node.napi.node"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4696977408,
    "CFBundleIdentifier" : "com.github.Electron.framework",
    "size" : 129572864,
    "uuid" : "4c4c446c-5555-3144-a1e5-a51bb1ced09b",
    "path" : "\/Users\/USER\/*\/Electron.app\/Contents\/Frameworks\/Electron Framework.framework\/Versions\/A\/Electron Framework",
    "name" : "Electron Framework",
    "CFBundleVersion" : "17.2.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703531216896,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5255168,
    "uuid" : "9b112884-be6c-3c7f-9a2a-a47c491105db",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1856.107"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703546445824,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 3911680,
    "uuid" : "bf00b016-c645-3574-b74f-4386750fb009",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1856.107"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4485529600,
    "CFBundleIdentifier" : "com.github.Electron.helper",
    "size" : 139264,
    "uuid" : "4c4c4437-5555-3144-a15b-7dd1140e1c5d",
    "path" : "\/Users\/USER\/*\/Electron.app\/Contents\/Frameworks\/Electron Helper (Renderer).app\/Contents\/MacOS\/Electron Helper (Renderer)",
    "name" : "Electron Helper (Renderer)"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4696223744,
    "size" : 442368,
    "uuid" : "7de33963-bbc5-3996-ba6e-f1d562c17c95",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703530901504,
    "size" : 49152,
    "uuid" : "ee564342-d8f2-396d-b642-40092cf34d82",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703530676224,
    "size" : 225280,
    "uuid" : "c1d58a50-5a4d-3bcb-a1fc-ec0902ce34d3",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 140703527669760,
  "size" : 15216836608,
  "uuid" : "0939015d-8308-3e69-b095-bd928f835202"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=867.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=867.7M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                           76K        4 \nKernel Alloc Once                    8K        1 \nMALLOC                           190.2M      493 \nMALLOC guard page                   16K        4 \nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nMach message                        24K        3 \nMemory Tag 253                    31.8G     1559 \nMemory Tag 255                     8.0G      191 \nSTACK GUARD                       56.1M       23 \nStack                            161.7M       24 \nVM_ALLOCATE                      174.4M      125 \n__DATA                            38.0M      508 \n__DATA_CONST                      29.4M      328 \n__DATA_DIRTY                      1599K      210 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       643.9M       15 \n__OBJC_RO                         81.8M        1 \n__OBJC_RW                         3136K        2 \n__TEXT                           599.9M      523 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nmapped file                       58.2M       11 \nshared memory                      220K       11 \n===========                     =======  ======= \nTOTAL                             42.2G     4041 \nTOTAL, minus reserved VM space    41.8G     4041 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrRendererMain",
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "6193d03f2171a2330e561dfc"
      },
      "deploymentId" : 240000303
    },
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "622657ce37186c771d5404ad"
      },
      "deploymentId" : 240000416
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000128
    },
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 240000313
    },
    {
      "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
      "factorPackIds" : {

      },
      "deploymentId" : 240000014
    }
  ],
  "experiments" : [

  ]
}
}

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (4 by maintainers)

Most upvoted comments

That’s the plan, yes. libusb v1.0.26 is scheduled to be released on April 10th, but we may release the current rc earlier.

If we downgrade to 2.1.* then we have error invalid argument

This is also expected since the fix (#492) only landed in v2.2.x. You’ll have to wait a bit until v2.2.1 if you need both fixes.

@thegecko maybe we should create an issue template

Opened in #504