atsevan / garbagecat

Automatically exported from code.google.com/p/garbagecat
0 stars 0 forks source link

JdkRegEx.SIZE only support sizes up to 10^8 K #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On a 64-bit JDK run a program that produces heap sizes greater than 100GB.
2. Parse the logs with Garbage Cat.
3. Note the many unknown log entries.

What is the expected output? What do you see instead?
I expect to see these entries appropriately parsed.

What version of the product are you using? On what operating system?
I'm running Garbage Cat 1.0.1 & trunk against logs produced with:
-XX:+PrintGC
-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps
-Xloggc:gc.log

JDK:
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

Please provide any additional information below.
Lines like the following are failing to parse:
1006.751: [GC [PSYoungGen: 61139904K->20643840K(67413056K)] 
119561147K->80396669K(129092672K), 3.8993460 secs] [Times: user=66.40 sys=3.73, 
real=3.89 secs] 

Original issue reported on code.google.com by thegreen...@gmail.com on 16 Sep 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Thank you for reporting this and providing the logging example. I apologize for 
the delay. This is now fixed in r77.

Original comment by mgm...@gmail.com on 16 Oct 2012 at 7:03