Skip to content

Releases: Sysinternals/ProcDump-for-Linux

ProcDump 3.2

05 Feb 19:08
7464e53
Compare
Choose a tag to compare

Changes:

  • Add mmap/munmap to resource tracking (#230)
  • Fix gc generation configuration printout (#229)

ProcDump 3.1

23 Jan 23:27
a6daf68
Compare
Choose a tag to compare

Changes:

  • c368649 Add support for multiple signals (-sig) and specifying core dump contents (-mc) (#226)
  • 3df0ee2 Cleanup a lots of unused variables (#223)
  • daa2621 Doc: How to implement a trigger (#220)

ProcDump 3.0

07 Dec 15:03
ec32a73
Compare
Choose a tag to compare

Changes:

  • Adds memory leak tracking and reporting (-restrack)

ProcDump 2.2

06 Sep 18:59
eb1e00b
Compare
Choose a tag to compare

Changes:

  • Add Azure Linux package and install instructions (#210)
  • Fixing some leaks in src/Monitor.c code (#204)

ProcDump 2.1

11 Aug 13:44
059f34b
Compare
Choose a tag to compare

Changes:

  • Fix crash in monitored .NET process when an exception does not have an exception message (#201)
  • Add thread ID to logging (#200)

ProcDump 2.0

26 Jul 17:13
3d9576c
Compare
Choose a tag to compare

Changes:

  • Generate a dump when the size of the .NET generation exceeds threshold (#197)
  • Generate a dump when a .NET gen collection starts and ends (#196)
  • Generate a dump when each of the specified GC memory thresholds are exceeded (#194)
  • Add VSCode dev container support (#193)
  • Update existing memory triggers to be able to take a list of mem… (#192)
  • Add more descriptive error when failing to connect to .NET diagnostic… (#187)
  • Fixes incorrect tracing and adds some extended errno tracing (#185)

ProcDump 1.5

01 Jun 00:31
094b0a0
Compare
Choose a tag to compare

Changes:

  • Security hardening

ProcDump 1.4.1

09 Mar 22:10
0cb7d54
Compare
Choose a tag to compare

Changes:

  • Add support to filter on exception message (#160)
  • Add wildcard filtering support when dump on exceptions (#154)

ProcDump 1.4

12 Dec 18:59
af3cdda
Compare
Choose a tag to compare

Changes:

  • Adds the capability to generate core dumps when specified exceptions occur in a .NET process. (#151)

ProcDump 1.3

03 Nov 16:54
ee60dc5
Compare
Choose a tag to compare

Changes:

  • BREAKING CHANGE: CLI interface has been changed to match ProcDump for Windows.
  • Added new process group trigger (-pgid) which allows monitoring all processes running in the same process group.
  • Build integration improvements
  • Various bug fixes