Commit 3836b79
* Serialize unhandled exception for crash dump analysis when ExceptionHandler.RaiseUnhandledExceptionEvent is called
* Use cheaper locking mechanism for SerializeCrashInfo
* Remove superfluous assignment
* Apply suggestions from code review
* Block secondary calls to SerializeCrashInfo until the data has been serialized (prevents early process exit)
* Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeExceptionHelpers.cs
* Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeExceptionHelpers.cs
---------
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Jeff Schwartz <jeffschw@microsoft.com>
1 parent af84ec9 commit 3836b79
File tree
2 files changed
+38
-17
lines changed- src
- coreclr/nativeaot/System.Private.CoreLib/src/System
- libraries/System.Private.CoreLib/src/System
2 files changed
+38
-17
lines changedLines changed: 35 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
195 | 226 | | |
196 | 227 | | |
197 | 228 | | |
198 | 229 | | |
199 | 230 | | |
200 | 231 | | |
201 | | - | |
202 | | - | |
203 | 232 | | |
204 | 233 | | |
205 | 234 | | |
206 | 235 | | |
207 | 236 | | |
208 | 237 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | 238 | | |
213 | 239 | | |
214 | 240 | | |
| |||
264 | 290 | | |
265 | 291 | | |
266 | 292 | | |
| 293 | + | |
267 | 294 | | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
| 295 | + | |
278 | 296 | | |
279 | 297 | | |
280 | 298 | | |
| |||
310 | 328 | | |
311 | 329 | | |
312 | 330 | | |
313 | | - | |
314 | | - | |
| 331 | + | |
| 332 | + | |
315 | 333 | | |
316 | 334 | | |
317 | 335 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| |||
0 commit comments