Commit 34d6ecf
Mike McLaughlin
Add runtime base address to Native AOT crash info JSON (#93790)
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.1 parent 08c8b0f commit 34d6ecf
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