/lldb-netcore

Primary LanguageDockerfile

lldb-netcore

Docker image with lldb debugger and SOS plugin, compiled from sources with lldb headers. By default loads process coredump from /tmp/coredump, loads SOS plugin and prints current exception, leaving lldb shell open. Image tag matches dotnet runtime version.

How to use

docker run --rm -it -v /stripe/upload/coredump:/tmp/coredump giammin/lldb-netcore
  • /stripe/upload/coredump - Path to coredump of crashed process on docker host machine

Use cases

  1. Process hang with idle CPU
  2. Process hang with high CPU usage
  3. Process crash
  4. Excessive memory usage