diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-07-28 11:00:15 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-07-28 11:00:15 +0800 |
commit | 2bd4a455278dbce756c1dc8be07515f73d611e3b (patch) | |
tree | dc566608191d92d031500d9bba9b49c5550e4788 /docs | |
parent | 9b4b4925b38333b8d7795331d27db9811f43d72a (diff) | |
download | unit-2bd4a455278dbce756c1dc8be07515f73d611e3b.tar.gz unit-2bd4a455278dbce756c1dc8be07515f73d611e3b.tar.bz2 |
Ruby: fixed segfault on SIGTERM signal.
This closes #562 issue on GitHub.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 158f98e9..3ff434aa 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -81,6 +81,12 @@ force SCRIPT_NAME in Ruby to always be an empty string. </para> </change> +<change type="bugfix"> +<para> +the ruby application process could crash if it's interrupted by SIGTERM signal. +</para> +</change> + </changes> |