File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ The RFC outlines why
8
8
2 . Running of tests with disable appdomain is important for resiliency
9
9
10
10
## Motivation
11
- In past we have seen customer hitting issue with Appdomain .Unload. There are two main issues with Appdoamin .Unload call
11
+ In past we have seen customer hitting issue with AppDomain .Unload. There are two main issues with AppDomain .Unload call
12
12
13
- 1 . Hang in Appdoamin .Unload (Tracking issue https://github.com/Microsoft/testfx/issues/225 )
13
+ 1 . Hang in AppDomain .Unload (Tracking issue https://github.com/Microsoft/testfx/issues/225 )
14
14
15
15
2 . AppDomain.Unload call can crash the process even if you have an exception handler in code (check next section for details)
16
16
17
17
18
18
## Details of one such crash during Appdomain.Unload
19
19
20
- Below is one of the analysis done for one of the crash dump while calling Appdomain .Unload
20
+ Below is one of the analysis done for one of the crash dump while calling AppDomain .Unload
21
21
22
22
1. An HWND (call it X) has a WndProc that is implemented in managed code.
23
23
2. The app domain that owns the WndProc code shuts down.
You can’t perform that action at this time.
0 commit comments