Skip to content
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

Update SOS FAQ with MacOS M1 lldb workaround #4959

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

mikem8361
Copy link
Member

Workaround for issues #4259 and #4551.

/cc: @am11, @janvorli, @lambdageek

@mikem8361 mikem8361 self-assigned this Sep 25, 2024
@mikem8361 mikem8361 requested a review from a team as a code owner September 25, 2024 22:36
Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
@mikem8361 mikem8361 merged commit 6cbc47c into dotnet:main Sep 26, 2024
2 checks passed
@mikem8361 mikem8361 deleted the faqupdate branch September 26, 2024 17:48
@@ -1,6 +1,32 @@
Frequently Asked Questions
==========================

* On MacOS M1 if you see any of the following errors:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it M1 specifically? Or do you think it would be MacOS arm64 (so M1, M2, M3)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think On macOS if you… is enough since the signing issue is arch agnostic.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a PR up to change this, just waiting for Mike's review, I will add you to it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has already been merged.

(lldb) plugin load libsosplugin.so
error: this file does not represent a loadable dylib
```
or if the sos plugin loads correct but you see this error on any command:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change correct to correctly (I don't know why it wouldn't let me add a suggestion and change it myself

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That PR is closed, but I put in MacOS arm64, so I can switch it to just Mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants