+2014-07-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * exceptions.cc (exception::myfault_handle): Rephrase comment.
+
2014-07-09 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc (exception::myfault_handle): Fix typo in comment.
case STATUS_ACCESS_VIOLATION:
case STATUS_DATATYPE_MISALIGNMENT:
#if 0
- /* Short-circuiting STATUS_STACK_OVERFLOW disables stack commits. */
+ /* PAGE_GUARD-based stack commits are based on structured exception
+ handling. Short-circuiting STATUS_STACK_OVERFLOW in a vectored
+ exception handler disables that, which can ultimately result in
+ a spurious SEGV. */
case STATUS_STACK_OVERFLOW:
#endif
case STATUS_ARRAY_BOUNDS_EXCEEDED: