Closed
Bug 207968
Opened 22 years ago
Closed 21 years ago
Wrapped Exception "fills" in stack trace masking original stack
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.5R5
People
(Reporter: rknight, Assigned: norrisboyd)
Details
Attachments
(2 files)
824 bytes,
patch
|
Details | Diff | Splinter Review | |
824 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Build Identifier:
The line:
this.exception = exception.fillInStackTrace();
in the WrappedException constructor causes the original stack trace to be
masked. My suggestion is simply to remove this line.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
cc'ing Igor -
Assignee | ||
Comment 2•22 years ago
|
||
Sounds like a reasonable change to me.
Comment 3•21 years ago
|
||
Comment 4•21 years ago
|
||
Comment 5•21 years ago
|
||
I committed the fix.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•