-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLDB Doesn't Work #614
Comments
Fgured out how to get a core dump, turned out |
Reinstalled my prefix and it works now! |
@TheBrokenRail could you share how you got a core dump from Darling? |
I had to use |
Was accidentally using an older version of the CLT, this is till an issue. |
Note: You may run into LKM freezing. Please follow instructions on the wiki for a working lldb. |
This also happens if you call
swift
with no arguments.I found this while trying to debug #600, and noticed no core dumps seem to be generated, even after running
ulimit -c unlimited
.The text was updated successfully, but these errors were encountered: