Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.3
-
None
Description
Logged thread dumps utilize ThreadInfo.toString() to serialize the thread contents. At least Oracle JDK's implementation of ThreadInfo.toString() truncates the stack traces to 8 frames, reducing the odds these thread dumps can be used to diagnose issues post-mortem. Implement an alternative serialization mechanism which provides all frames from the stack.