Merge remote-tracking branch 'origin/master' into release/3.0
authorMike McLaughlin <mikem@microsoft.com>
Tue, 11 Jun 2019 22:26:21 +0000 (15:26 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Tue, 11 Jun 2019 22:26:21 +0000 (15:26 -0700)
1  2 
README.md

diff --cc README.md
index 30a100763aef2f4b76f06e6c9ba309f96e0da80e,3aa6de88e30d9a8ff3c454aa9b352e47b2bf6364..512ed73b250c23c923acceec87dcfb6024ea5f07
+++ b/README.md
@@@ -63,24 -64,9 +64,25 @@@ Before executing the "bt" command to du
  
      (lldb) loadsymbols
  
 +## Release Notes
 +
 +### dotnet-dump
 +
 +* Does not work on alpine and other MUSL based distros. Issue [#195](https://github.com/dotnet/diagnostics/issues/195).
 +* Not supported ARM32 or ARM64. Issue [#168](https://github.com/dotnet/diagnostics/issues/168).
 +* Not supported on MacOS.
 +* Dump collection (dotnet dump collect) requires SYS\_PTRACE docker capabilities (--cap-add=SYS\_PTRACE or --privileged).
 +* Dump analysis (dotnet dump analyze) in on Microsoft SDK Linux docker images throws `Unhandled exception: System.DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies` exception. Issue [#201](https://github.com/dotnet/diagnostics/issues/201). A work around is to install the "libc6-dev" package.
 +* Dump analysis on Windows is not supported. Minidump collection is support. Issue [#157](https://github.com/dotnet/diagnostics/issues/157).
 +
 +### dotnet-sos
 +
 +* Does not work on alpine and other MUSL based distros. Issue [#195](https://github.com/dotnet/diagnostics/issues/195).
 +* Not supported ARM32 or ARM64. Issue [#168](https://github.com/dotnet/diagnostics/issues/168).
 +
  ## Useful Links
  
+ * [FAQ](documentation/FAQ.md) - Frequently asked questions.
  * [The LLDB Debugger](http://lldb.llvm.org/index.html) - More information about lldb.
  * [SOS](https://msdn.microsoft.com/en-us/library/bb190764(v=vs.110).aspx) - More information about SOS.
  * [Debugging CoreCLR](https://github.com/dotnet/coreclr/blob/master/Documentation/building/debugging-instructions.md) - Instructions for debugging .NET Core and the CoreCLR runtime.