Skip to content

Commit 7dec452

Browse files
authored
Improve OOM kill message (#108039)
1 parent ee53b27 commit 7dec452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/RunnerTemplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ exitcode_list[133]="SIGTRAP Breakpoint hit. Core dumped."
5656
exitcode_list[134]="SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped."
5757
exitcode_list[135]="IGBUS Unaligned memory access. Core dumped."
5858
exitcode_list[136]="SIGFPE Bad floating point arguments. Core dumped."
59-
exitcode_list[137]="SIGKILL Killed either due to out of memory/resources (see /var/log/messages) or by explicit kill."
59+
exitcode_list[137]="SIGKILL Killed either due to out of memory/resources (see /var/log/messages) or by explicit kill. No dump will be available for this."
6060
exitcode_list[139]="SIGSEGV Illegal memory access. Deref invalid pointer, overrunning buffer, stack overflow etc. Core dumped."
6161
exitcode_list[143]="SIGTERM Terminated. Usually before SIGKILL."
6262
exitcode_list[159]="SIGSYS Bad System Call."

0 commit comments

Comments
 (0)