We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| --- | --- | | Bugzilla Link | 582791 | | Status | ASSIGNED | | Importance | P3 normal | | Reported | Dec 18, 2023 15:05 EDT | | Modified | Jan 06, 2024 06:02 EDT | | Reporter | Kevin Grigorenko |
Core dump truncation is a common issue when loading dumps for IBM Java and IBM Semeru Runtimes. The most common manifestation of this is the error, "Unable to find Java runtime [...]". Recent versions of DTFJ have the Image.isTruncated method that checks for this condition: https://eclipse.dev/openj9/docs/api/jdk8/platform/dtfj/com/ibm/dtfj/image/Image.html#isTruncated--
It would be nice if MAT performed this check, if available, and gave the user a more detailed error message along with common causes of truncation.
The text was updated successfully, but these errors were encountered:
By Kevin Grigorenko on Dec 29, 2023 10:55
https://git.eclipse.org/c/mat/org.eclipse.mat.git/commit/?id=0f522dfba36f39b05a1d2cfd2d973e17a05b2547
https://git.eclipse.org/r/c/mat/org.eclipse.mat/+/205881
Sorry, something went wrong.
No branches or pull requests
| --- | --- |
| Bugzilla Link | 582791 |
| Status | ASSIGNED |
| Importance | P3 normal |
| Reported | Dec 18, 2023 15:05 EDT |
| Modified | Jan 06, 2024 06:02 EDT |
| Reporter | Kevin Grigorenko |
Description
Core dump truncation is a common issue when loading dumps for IBM Java and IBM Semeru Runtimes. The most common manifestation of this is the error, "Unable to find Java runtime [...]". Recent versions of DTFJ have the Image.isTruncated method that checks for this condition: https://eclipse.dev/openj9/docs/api/jdk8/platform/dtfj/com/ibm/dtfj/image/Image.html#isTruncated--
It would be nice if MAT performed this check, if available, and gave the user a more detailed error message along with common causes of truncation.
The text was updated successfully, but these errors were encountered: