
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
| |
Size |
|
chain.diff |
2007-04-23 05:53 PM |
Knut Anders Hatlen |
22 kB |
|
chain.stat |
2007-04-23 05:53 PM |
Knut Anders Hatlen |
2 kB |
|
|
| Resolution Date: |
24/Apr/07 08:25 AM
|
|
Some places in the code where SanityManager.THROWASSERT is used to wrap unexpected exceptions, the underlying exception is not linked to the assert exception. Therefore, the original stack trace, and possibly the message text, are lost. THROWASSERT(Throwable) or THROWASSERT(String,THROWABLE) should be used instead in these cases.
|
|
Description
|
Some places in the code where SanityManager.THROWASSERT is used to wrap unexpected exceptions, the underlying exception is not linked to the assert exception. Therefore, the original stack trace, and possibly the message text, are lost. THROWASSERT(Throwable) or THROWASSERT(String,THROWABLE) should be used instead in these cases. |
Show » |
|