nmosier wrote: Thanks for the suggestions. Unfortunately, it's still crashing, now on the line ```c process_sp->SetID(static_cast<lldb::pid_t>(pid)); ``` because the prior call to `CreateProcess` on line 107 returned null. https://github.com/llvm/llvm-project/pull/77252