BIND 10 #3095: Generic traceback handling
BIND 10 Development
do-not-reply at isc.org
Tue Aug 27 08:21:37 UTC 2013
#3095: Generic traceback handling
-------------------------------------+-------------------------------------
Reporter: vorner | Owner:
Type: enhancement | UnAssigned
Priority: medium | Status:
Component: Unclassified | reviewing
Keywords: | Milestone:
Sensitive: 0 | Sprint-20130903
Sub-Project: Core | Resolution:
Estimated Difficulty: 4 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by vorner):
* owner: vorner => UnAssigned
* status: accepted => reviewing
Comment:
Hello
The ticket is ready for review. However, I discovered a small catch there.
It
does handle exceptions if the main function already started. But not when
the
import statements are still being evaluated. So, this means it'll still
traceback the usual way when we are missing some of the libraries or if
there's
a syntax error. I don't know if it is a real problem and I don't know how
to
fix that anyway, so we'll probably have to live with that.
Proposed changelog:
{{{
[func] vorner
If there's an exception not handled in the code, it is now stored in a
temporary file and properly logged, instead of dumping to stderr.
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/3095#comment:5>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list