Ruby: fixed segfault on SIGTERM signal.

This closes #562 issue on GitHub.
This commit is contained in:
Zhidao HONG
2022-07-28 11:00:15 +08:00
parent 9b4b4925b3
commit 2bd4a45527
2 changed files with 8 additions and 2 deletions

View File

@@ -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>