From: Mike McLaughlin Date: Tue, 11 Jun 2019 22:26:21 +0000 (-0700) Subject: Merge remote-tracking branch 'origin/master' into release/3.0 X-Git-Tag: submit/tizen/20190813.035844~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=911fd518b417b69a6c9b2c7ea73c66c627261555;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Merge remote-tracking branch 'origin/master' into release/3.0 --- 911fd518b417b69a6c9b2c7ea73c66c627261555 diff --cc README.md index 30a100763,3aa6de88e..512ed73b2 --- a/README.md +++ 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.