Commit 06be17d
committed
Runner::registerOutOfMemoryShutdownMessage(): write error messages to STDERR
As we may not have access to any of our classes when the process runs out of memory and even if we did, we don't know whether the `StatusWriter` is paused, so to ensure that this out of memory helper info is send to `STDERR`, use a direct call to `fwrite(STDERR, ...)`.1 parent 781d06e commit 06be17d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
925 | | - | |
| 925 | + | |
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
| |||
0 commit comments