Re: Why do we capture the call stack when close() is called?

2007-02-10 Thread robert burrell donkin
On 2/9/07, Craig L Russell [EMAIL PROTECTED] wrote: On Feb 8, 2007, at 3:32 PM, Patrick Linskey wrote: It's there for debugging purposes. We could probably check for TRACE-level logging; if not enabled, the exception would not be created and the assertion would include a localized string

Re: Why do we capture the call stack when close() is called?

2007-02-08 Thread Craig L Russell
On Feb 8, 2007, at 3:32 PM, Patrick Linskey wrote: It's there for debugging purposes. We could probably check for TRACE-level logging; if not enabled, the exception would not be created and the assertion would include a localized string instructing the user to turn on TRACE logging to get