Bluetopia
Bluetopia
Similar issues with another file, slightly different in format. ``` 218982.552: [GC [PSYoungGen: 463514K->98518K(531328K)] 2167820K->1805185K(2239360K), 0.0933556 secs] ``` [parallel_simple_nostamps.zip](https://github.com/microsoft/gctoolkit/files/15238660/parallel_simple_nostamps.zip) Sample file attached.
I may have addressed this locally by changing the indexes from 5 to 8 for trace.getOccupancyBeforeAfterWithMemoryPoolSizeSummary() and from 11 to 14 for getTotalOccupancyBeforeAfterWithTotalHeapPoolSizeSummary() in the following lines in GenerationalHeapParser (new...
Some further observations: * It doesn't appear that the library performs any format validation on the files it processes. I was able to reproduce the NPE with a generic text...
I may have a fix for a similar issue (#352) and wanted to see if it happens to handle your situation as well, but I can't download your sample GC...