Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.93k stars 302 forks source link

ProcDump crashes target process when monitoring for exceptions #202

Closed MarioHewardt closed 1 year ago

MarioHewardt commented 1 year ago

Expected behavior

A core dump should be generated when you target a .NET process and the exception of interest does not have an exception message.

Actual behavior

Crashes the monitored process

Steps to reproduce the behavior

  1. Monitor for System.OutOfMemoryException on a target .NET process that runs out of memory.

System information (e.g., distro, kernel version, etc.)

All