nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

lldb fails to attach to live process on OS X on CI #362

Open mmarchini opened 4 years ago

mmarchini commented 4 years ago

https://github.com/nodejs/llnode/runs/603630513?check_suite_focus=true

Running on a local OS X machine which exhibits the same issues shows that lldb is failing to start a process and attach to it via run. This is a lldb issue but it is preventing us from running our tests on CI.