Jason Koch

Results 62 comments of Jason Koch

sorry I'm not sure .. i believe you can safely delete however issue will recur next time you sync, long time since I checked though

first pass on my local machine resulted in a few failures ``` (294 326 532 918 1661). Failed 5 of 1305 tests ``` It was good to see it build...

A few extra packages required to support the pmdabpf implementation (since libbpf is available now on ubuntu22). From an ec2 instance with a built pcp-6.x trunk, I see the following...

I'll keep a list running list of issues found / resolved - Additional packages etc were required, to install `fakeroot` and the bpf PMDA dependencies. I put these in the...

With regard to libbpf0 and libelf1, libbpf0 depends directly on libelf1. libbpf deps has been listed in `qa/`, although it's probable I have misunderstood the build and packaging process when...

See #39 for details on this including a patch to MAT to generate the required index for faster opening of reports.

The patch in #39 was accepted to Eclipse MAT upstream last week (Nov 3rd), so it should be available in the next Eclipse MAT release, after which we will bring...

Could you paste the stack-trace please.

Hi @nikhildongre , does this show up if you open the hprof in Eclipse MAT?

If I'm not mistaken, I think the histogram comes through JIFA [from here](https://github.com/eclipse/jifa/blob/a2d63c4449cecb13228a429660a7b0383566005b/backend/heap-dump-analyzer/impl/src/main/java/org/eclipse/jifa/hda/impl/HeapDumpAnalyzerImpl.java#L1410): ``` return PageViewBuilder.fromList(records) .beforeMap(record -> $(() -> record .calculateRetainedSize(context.snapshot, true, true, Helper.VOID_LISTENER))) .paging(new PagingRequest(page, pageSize)) .map(record ->...