Skip to content

Commit

Permalink
Nit documentation fix (#4963)
Browse files Browse the repository at this point in the history
@mikem8361 Does this apply to just the M1? Or is it relevant to all
MacOS arm64 machines?
  • Loading branch information
mikelle-rogers authored Sep 26, 2024
1 parent 6cbc47c commit b1a4c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Frequently Asked Questions
==========================

* On MacOS M1 if you see any of the following errors:
* On MacOS arm64 if you see any of the following errors:
```
(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:
or if the sos plugin loads correctly but you see this error on any command:
```
(lldb) setsymbolserver -ms
Error: Fail to initialize coreclr 80070008
Expand Down

0 comments on commit b1a4c22

Please sign in to comment.