Skip to content

G1 parsing error #106

Closed
Closed
@pburka

Description

@pburka

Below I've pasted the top part of a G1 GC log which causes a parsing error. When this happens, GCViewer seems to be completely unable to parse the rest of the file.

The problem seems to be the "Total time for which application threads were stopped" lines. If I remove these, it parses OK. With them, I get an UnknownGcTypeException on every line from 14 on.

I haven't tried to debug this yet, but will do so when I have some time.

 0.035: [G1Ergonomics (Heap Sizing) expand the heap, requested expansion amount: 10737418240 bytes, attempted expansion amount: 10737418240 bytes]
2014-07-28T22:16:27.209+0000: 0.612: Total time for which application threads were stopped: 0.0001040 seconds
2014-07-28T22:16:28.009+0000: 1.412: Total time for which application threads were stopped: 0.0001290 seconds
2014-07-28T22:16:28.663+0000: 2.065: Total time for which application threads were stopped: 0.0001550 seconds
2014-07-28T22:16:28.823+0000: 2.225: Total time for which application threads were stopped: 0.0000970 seconds
2014-07-28T22:16:28.843+0000: 2.245: Total time for which application threads were stopped: 0.0000870 seconds
2014-07-28T22:16:28.927+0000: 2.330: Total time for which application threads were stopped: 0.0001140 seconds
2014-07-28T22:16:29.928+0000: 3.330: Total time for which application threads were stopped: 0.0001520 seconds
2014-07-28T22:16:30.164+0000: 3.566: [GC pause (young)
Desired survivor size 33554432 bytes, new threshold 15 (max 15)
 3.566: [G1Ergonomics (CSet Construction) start choosing CSet, _pending_cards: 6621, predicted base time: 29.86 ms, remaining time: 170.14 ms, target pause time: 200.00 ms]
 3.566: [G1Ergonomics (CSet Construction) add young regions to CSet, eden: 128 regions, survivors: 0 regions, predicted young region time: 7756.54 ms]
 3.566: [G1Ergonomics (CSet Construction) finish choosing CSet, eden: 128 regions, survivors: 0 regions, old: 0 regions, predicted pause time: 7786.40 ms, target pause time: 200.00 ms]
, 0.0305030 secs]
   [Parallel Time: 18.3 ms, GC Workers: 18]
      [GC Worker Start (ms): Min: 3566.2, Avg: 3566.8, Max: 3570.9, Diff: 4.7]
      [Ext Root Scanning (ms): Min: 0.0, Avg: 3.9, Max: 14.1, Diff: 14.1, Sum: 69.4]
      [Update RS (ms): Min: 0.0, Avg: 0.0, Max: 0.1, Diff: 0.1, Sum: 0.1]
         [Processed Buffers: Min: 0, Avg: 1.8, Max: 12, Diff: 12, Sum: 32]
      [Scan RS (ms): Min: 0.0, Avg: 0.0, Max: 0.2, Diff: 0.1, Sum: 0.6]
      [Code Root Scanning (ms): Min: 0.0, Avg: 0.0, Max: 0.1, Diff: 0.1, Sum: 0.2]
      [Object Copy (ms): Min: 1.2, Avg: 10.6, Max: 15.7, Diff: 14.6, Sum: 190.1]
      [Termination (ms): Min: 0.7, Avg: 3.1, Max: 3.6, Diff: 2.9, Sum: 56.4]
      [GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.1, Diff: 0.1, Sum: 0.6]
      [GC Worker Total (ms): Min: 13.5, Avg: 17.6, Max: 18.2, Diff: 4.7, Sum: 317.4]
      [GC Worker End (ms): Min: 3584.4, Avg: 3584.4, Max: 3584.4, Diff: 0.1]
   [Code Root Fixup: 0.1 ms]
   [Code Root Migration: 0.4 ms]
   [Clear CT: 0.2 ms]
   [Other: 11.4 ms]
      [Choose CSet: 0.0 ms]
      [Ref Proc: 10.8 ms]
      [Ref Enq: 0.3 ms]
      [Free CSet: 0.2 ms]
   [Eden: 512.0M(512.0M)->0.0B(488.0M) Survivors: 0.0B->24.0M Heap: 512.0M(10.0G)->24.0M(10.0G)]
 [Times: user=0.26 sys=0.01, real=0.03 secs] 

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions