forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes failures in the diagnostics MacOS createdump testing (dotnet#43364
) Fixes failures in the diagnostics MacOS createdump testing The triage or heap MacOS coredumps generated with createdump can have the managed assembly PE headers missing because they are artifically added to the module list but the header may not end up in the coredump (except for full dumps). The fix is to explicitly add the first page of the assemblies in ReplaceModuleMapping. ReadProcessMemory returns properly returns partial reads successfully ReadProcessMemory casting changes DataTarget::ReadVirtual tracing on error Replace vm_read with ReadProcessMemory temp Apply same fixes to PAL_ReadProcessMemory Add check to native unwind to limit endless loop issue (dotnet#42980)
- Loading branch information
Showing
5 changed files
with
108 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters