Commit 82d1e68
Distinguish memory read failures from corrupt method tables in SOS error messages (#5680)
SOS commands like `!dumpheap -stat` throw identical error messages for
two distinct failure modes: memory read failures vs. successfully
reading a zero/invalid MethodTable. These require different diagnostic
approaches.
NOTE: LLDB reports missing memory as if it were zeroed memory so SOS is still going
to claim corrupt method tables in place of missing memory there.
Co-authored-by: noahfalk <[email protected]>1 parent 4d81a12 commit 82d1e68
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments