Giter Club home page Giter Club logo

Comments (7)

GitMensch avatar GitMensch commented on June 12, 2024

It seems that is handled in other places:

        if (type < 0) {
            qCWarning(LOG_PERFPARSER) << "Unexpected attribute id:" << sampleCost.attributeId << "Only know about"
                                      << attributeIdsToCostIds.size() << "attributes so far";
            return;
        }

So I'll do something similar.

from hotspot.

GitMensch avatar GitMensch commented on June 12, 2024

@the8472 please check the appimage from https://github.com/KDAB/hotspot/actions/runs/7291612961 - but I'd guess that fixes the crash.

from hotspot.

the8472 avatar the8472 commented on June 12, 2024

It does

from hotspot.

the8472 avatar the8472 commented on June 12, 2024

This let me figure out what the issue was with "{cycles,instructions}:S". perf doesn't attach to subprocesses for some reason.
Adding -a to do a system-wide record works. But then hotspot crashes again (either segfault or getting OOM-killed)

from hotspot.

GitMensch avatar GitMensch commented on June 12, 2024

if you can reproduce the crash and the perf recording is not huge - feel free to upload perf.data.gz (less than 50MB) here and I may be able to have another look.

from hotspot.

the8472 avatar the8472 commented on June 12, 2024

It's several GB in size. Also it's a whole-system profile, I'd rather not share that.
Perhaps it is related to the -a flag and processing debug info for all the processes on the system.

from hotspot.

GitMensch avatar GitMensch commented on June 12, 2024

from hotspot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.