Giter Club home page Giter Club logo

Comments (5)

benfred avatar benfred commented on May 19, 2024

I think that this might be an artifact of how I'm collecting the stack trace: I'm not pausing the python program, and the stack trace is gotten by traversing a linked list of frame objects from the target python processes memory. If the python program returns from a function call while this is happening, it could mess up this traversal and lead to results like you saw.

I've been thinking about adding an option to pause the python process while the stack is collected - which should prevent this (with the downside of potentially slowing the process down slightly).

from py-spy.

benfred avatar benfred commented on May 19, 2024

I think I've managed to replicate this - it seems to mainly happen with deep-ish callstacks, where the python functions aren't taking any significant time.

It'd be great to figure out a way to discard these callstacks so we can keep the profiler from blocking the python program - but I can't see any way of doing it right now (just with a higher error rate during sampling). The problem is that the end of the a legitimate call stack is indicated by a null pointer on the 'next' frame - which is the same thing that is happening here. Going to see if pausing the python program with ptrace etc resolves this

from py-spy.

benfred avatar benfred commented on May 19, 2024

This commit seems to fix: e25656c

from py-spy.

benfred avatar benfred commented on May 19, 2024

fixed in v0.1.9

from py-spy.

Pike avatar Pike commented on May 19, 2024

Sweet, thanks. Updated and my use-case seems to be working fine now.

Also, the slow-down is just 3% in the case I tried.

Tested on macos 10.13

from py-spy.

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.