Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-07 23:58:16 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-07 23:58:16 +0400
commite1d158a04fb1ebce2cc64c317415003b7440ddea (patch)
tree8cf9f7526d7976d951dc2e71158015ad90d07710 /winsup/cygwin/release
parent7bd00a0bef1d58c3723601f0e5cf57935b01a57c (diff)
* exceptions.cc (exception::myfault_handle): Disable handling
STATUS_STACK_OVERFLOW. Explain why.
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.312
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.31 b/winsup/cygwin/release/1.7.31
index 400216469..cdd1ca458 100644
--- a/winsup/cygwin/release/1.7.31
+++ b/winsup/cygwin/release/1.7.31
@@ -13,3 +13,5 @@ What changed:
Bug Fixes
---------
+- Don't catch STATUS_STACK_OVERFLOW preliminary on 64 bit.
+ Fixes: https://cygwin.com/ml/cygwin/2014-07/msg00046.html