Commit 8cce4db
authored
Fix keepRuntimeAlive in the case where EXIT_RUNTIME=0 and noExitRuntime is not referenced (#22542)
Essentially the `keepRuntimeAlive` was relying on the `noExitRuntime`
variable being set based on `EXIT_RUNTIME` but when `noExitRuntime` was
absent the `EXIT_RUNTIME` settings was being ignored and the runtime was
exiting even though `EXIT_RUNTIME=0` was set (the default).
Fixes: #206361 parent 4cb7739 commit 8cce4db
File tree
6 files changed
+48
-5
lines changed- src
- test
- other
- tools
6 files changed
+48
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2136 | 2136 | | |
2137 | 2137 | | |
2138 | 2138 | | |
2139 | | - | |
2140 | 2139 | | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
2141 | 2144 | | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
2142 | 2152 | | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
2143 | 2157 | | |
2144 | 2158 | | |
2145 | 2159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4997 | 4997 | | |
4998 | 4998 | | |
4999 | 4999 | | |
| 5000 | + | |
| 5001 | + | |
| 5002 | + | |
5000 | 5003 | | |
5001 | 5004 | | |
5002 | 5005 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | 661 | | |
665 | 662 | | |
666 | 663 | | |
| |||
918 | 915 | | |
919 | 916 | | |
920 | 917 | | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
| |||
0 commit comments