diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-10-22 19:11:57 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-10-22 19:11:57 +0200 |
commit | 162a8ed6d5abf8bb1e36a4f5794073f7870fd20c (patch) | |
tree | 1de1ff5e19d4cd0a34b41498194424bea61ea769 /docs | |
parent | 44540b9335f3bbd2f6fda3e13329b28ec76b6d7a (diff) | |
download | lanes-162a8ed6d5abf8bb1e36a4f5794073f7870fd20c.tar.gz lanes-162a8ed6d5abf8bb1e36a4f5794073f7870fd20c.tar.bz2 lanes-162a8ed6d5abf8bb1e36a4f5794073f7870fd20c.zip |
errors inside finalizers generate a full stack just like any other error
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 20a5c3f..2436ba0 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -70,7 +70,7 @@ | |||
70 | </p> | 70 | </p> |
71 | 71 | ||
72 | <p> | 72 | <p> |
73 | This document was revised on 11-Oct-13, and applies to version <tt>3.7.0</tt>. | 73 | This document was revised on 22-Oct-13, and applies to version <tt>3.7.1</tt>. |
74 | </p> | 74 | </p> |
75 | </font> | 75 | </font> |
76 | </center> | 76 | </center> |
@@ -893,6 +893,7 @@ | |||
893 | 893 | ||
894 | <p> | 894 | <p> |
895 | 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. | 895 | 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. |
896 | 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). | ||
896 | </p> | 897 | </p> |
897 | 898 | ||
898 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> | 899 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> |