Xcode's lldb-rpc-server
crashing on macOS 13.3
#1046
khronokernel
started this conversation in
Reports being investigated
Replies: 1 comment
-
this is confirmed "fixed" with dsce |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the exact cause is unknown, however @ASentientBot believes the issue is likely due to LLDB trying to parse binaries extracted from the dyld shared cache with DSCE.
Originally reported by NSGod, they've provided a sample project to replicate the issue:
One project is built and ran, you should see an
lldb-rpc-server
crash in~/Library/Logs/DiagnosticReports
such as this one:Notes:
Debug executable
can work-around the crash (reference)Due to the implications with DSCE and our lack of on-disk binaries, we cannot comment if this issue can be resolved in a reasonable time. Recommend downgrading your OS if this is critical to your workflow.
Beta Was this translation helpful? Give feedback.
All reactions