Commit 11ad607
Add runtime base address to Native AOT crash info JSON (#93791)
The Native AOT Watson and SOS support needs to the module's base address containing
the runtime for adequate performance. Add the module base address in the crash info
as "runtime_base". Changed the "runtime" to the clearer "runtime_version" property.
Verified the address in local testing. Modified the !crashinfo command in SOS to display this new base address.
Very low. Native AOT unhandled exception crash info.
Co-authored-by: Mike McLaughlin <[email protected]>1 parent 53d9916 commit 11ad607
File tree
1 file changed
+6
-1
lines changed- src/coreclr/nativeaot/System.Private.CoreLib/src/System
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments