Releases: xudesheng/stv
Releases · xudesheng/stv
Release_v0.1.7
Release_v0.1.6
- add support for .jfr file
Release_v0.1.5
- add dedicated support for ".gz" file, not part of the "tar.gz"
Release_v0.1.4
- Don't filter the thread with name:
ForkJoinPool
,query-#
,sys-
,p2p-#
,data-streamer-stripe
andConnectionServiceHub
.
Release_v0.1.3
-
Windows uses
deflate64
to compress the file when the size is over 2G by default. This version temporarly supports thedefault64
compressed format. Once the zip-rs library gets the support, this version will be upgraded to use the latest version of zip-rs. -
When nothing can be grabbed from the input file, "No stack trace found" will be displayed.
-
In a compressed file which includes multiple individual files, the file which doesn't have any stack trace will be ignored.
Release_v0.1.2
- fix a bug in the jstack generated small file parsing.
Release_v0.1.1
- support the dump captured via
kill -3
command.