Matan Green
Matan Green
## Summary of changes Fixed various snapshot serialization issues that resulted in failure of producing snapshots. ## Test coverage Added a test `MultidimensionalArrayTest` that reproduced an issue seen in a...
## Summary of changes Implemented the core of Exception Debugging according to my internal [Exception Debugging V1 RFC](https://docs.google.com/document/d/1DmmOH6HkrDAUQl1sbczu_d3ERLbJ96z8b6SW4GYxaB8/edit#heading=h.vtd7rc7pyxu5). Exception Debugging enables customers to pinpoint the root cause and sequence of...
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details
## Summary of changes This PR introduces a new configuration setting to address a customer issue where the profiler would sample threads transitioning into unmanaged code via P/Invoke, potentially causing...
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details
## Summary of changes Fixed a race condition in `ProbeStatusPoller` where disposing during active polling could lead to accessing disposed timer objects. ## Reason for change Log describing the error:...