Commit 19e7456
[release/10.0] Revert forwarding activation signal (#124879)
Backport of #124877 to release/10.0
/cc @janvorli
## Customer Impact
- [ ] Customer reported
- [x] Found internally
A recent change that was backported to .NET 10.0.4
(#124308) was found to cause
problems to vsdbg. That problem is caused by part of the change that was
actually additional to the fix that that change made and that is not
that important. That part of the change started to forward activation
signal to handlers registered before the coreclr. This change just
reverts that part.
## Regression
- [x] Yes
- [ ] No
#124308
## Testing
Local testing
## Risk
Low. It just stops forwarding the signal which was the behavior until
the recent change.
Co-authored-by: Jan Vorlicek <janvorli@microsoft.com>1 parent d0bbd28 commit 19e7456
1 file changed
+13
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | 939 | | |
947 | 940 | | |
948 | | - | |
949 | | - | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
950 | 948 | | |
951 | | - | |
952 | | - | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
953 | 955 | | |
954 | 956 | | |
955 | 957 | | |
| |||
0 commit comments