about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-13 02:20:04 +0000
committerEric Wong <e@80x24.org>2021-02-13 02:20:04 +0000
commite1a4e5d1c0361d31fe771b6b83b0da50690635df (patch)
treeffea5d3b7c78fe2901685646ae615c0a7a0ffcdc
parentf441da11c290373e444771d4806dfe58d4d6d972 (diff)
downloadcmogstored-master.tar.gz
This release fixes a segfault on some systems/toolchains where
our per-thread stack size was too small.  Given the prevalance
of 64-bit systems nowadays, using a small stack is unlikely to
yield any benefits.

Users on 32-bit systems who wish to continue with a minimal
stack should use "ulimit -s" in startup scripts or configure
their process manager appropriately (e.g. setting the
"LimitSTACK" directive in described in systemd.exec(5)).

Thanks to Xiao Yu <xyu@automattic.com> for reporting and
testing at our public mailbox:
https://yhbt.net/cmogstored-public/CABfxMcW+kb5gwq3pSB_89P49EVv+4UkJXz+mUPQTy19AdrwbAg@mail.gmail.com/T/
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e934369..5e76388 100644
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ Source tarballs suitable for distribution are housed here:
 * https://yhbt.net/cmogstored/files/
 
 The latest stable release is:
-        https://yhbt.net/cmogstored/files/cmogstored-1.8.0.tar.gz
+        https://yhbt.net/cmogstored/files/cmogstored-1.8.1.tar.gz
 
 See https://yhbt.net/cmogstored/NEWS for release notes