From baa8c511dcb6248abb18a69fcf5dce4c7ce35157 Mon Sep 17 00:00:00 2001 From: Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> Date: Tue, 22 Oct 2013 19:11:57 +0200 Subject: errors inside finalizers generate a full stack just like any other error --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 20a5c3f..2436ba0 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ </p> <p> - This document was revised on 11-Oct-13, and applies to version <tt>3.7.0</tt>. + This document was revised on 22-Oct-13, and applies to version <tt>3.7.1</tt>. </p> </font> </center> @@ -893,6 +893,7 @@ <p> An error in a finalizer itself overrides the state of the regular chunk (in practise, it would be highly preferable <i>not</i> to have errors in finalizers). If one finalizer errors, the others may not get called. + If a finalizer error occurs after an error in the lane body, then this new error replaces the previous one (including the full stack trace). </p> <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> -- cgit v1.2.3-55-g6feb