Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317289 - Extract information from Exception objects in the heap dumps
Summary: Extract information from Exception objects in the heap dumps
Status: RESOLVED FIXED
Alias: None
Product: MAT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.9.0   Edit
Assignee: Andrew Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 07:49 EDT by Krum Tsvetkov CLA
Modified: 2019-06-11 10:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krum Tsvetkov CLA 2010-06-18 07:49:34 EDT
Sometimes the stacktrace of an exception can be extracted from Exceptions objects found in the heap dump. I think this can be a useful feature to extract this information.
We could for example add a name resolver for the java.lang.StackTraceElement objects which displays the corresponding frame info.
Comment 1 Andrew Johnson CLA 2018-11-21 06:47:08 EST
This looks to be a simple change - I have some code to add a resolver for StackTraceElement and a test.
Comment 2 Eclipse Genie CLA 2018-11-21 06:50:16 EST
New Gerrit change created: https://git.eclipse.org/r/132823