From b7868e74103541f3271a170fe3bc2b19a00cc8cf Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 9 Jan 2024 14:12:31 +0000 Subject: Cygwin: Disable writing core dumps by default. Change the default core limit from unlimited to 0 (disabled) --- winsup/doc/new-features.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'winsup/doc') diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index f8e38f5..17c688f 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -103,6 +103,12 @@ is now written on a fatal error. Otherwise, if it's greater than zero, a text format .stackdump file is written, as previously. + +The default RLIMIT_CORE is now 0, disabling the generation of core dump or +stackdump files. Use e.g. ulimit -c unlimited or ulimit -c +1024 to enable them again. + + -- cgit v1.1