Skip to content

Releases: xudesheng/stv

Release_v0.1.7

27 Aug 18:44
Compare
Choose a tag to compare
  • add support to convert .jfr file to .stacktrace file

Release_v0.1.6

23 Aug 06:21
Compare
Choose a tag to compare
  • add support for .jfr file

Release_v0.1.5

19 Mar 18:25
Compare
Choose a tag to compare
  • add dedicated support for ".gz" file, not part of the "tar.gz"

Release_v0.1.4

24 Aug 06:12
Compare
Choose a tag to compare
  • Don't filter the thread with name: ForkJoinPool, query-#, sys-, p2p-#, data-streamer-stripe and ConnectionServiceHub.

Release_v0.1.3

05 Aug 22:22
Compare
Choose a tag to compare
  • Windows uses deflate64 to compress the file when the size is over 2G by default. This version temporarly supports the default64 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

20 Jul 05:24
Compare
Choose a tag to compare
  • fix a bug in the jstack generated small file parsing.

Release_v0.1.1

17 Jul 03:28
c42d4ad
Compare
Choose a tag to compare
  • support the dump captured via kill -3 command.