Ben Frederickson
Ben Frederickson
I think this might be a change with SIP (system integrity protection) on the latest version of OSX - where SIP prevents us from attaching to programs in /Library/Frameworks/ as...
Can you provide a backtrace? It's hard to tell just looking at this what the error could be
There is an option to output raw data in v0.2.0 now - you can use this to generate intermediate output to pass to flamegraph.pl with custom options now
I've got the first part of this done in #492 - this adds support for the subprocesses flag in dump (but not limiting the depth of the subprocesses). This will...
Great idea! I definitely want to expand the visualization options here, and I think writing out callgrind formatted output should be relatively easy to do
Current plan for this is laid out here: https://github.com/rbspy/rbspy/issues/180
you will have to build from source - but it should work. I'd try following the steps from the previous issue: https://github.com/benfred/py-spy/issues/277#issuecomment-690610439
Pypi has added support for uploading binary powerpc wheels with manylinux2014 - we should extend the solution that was put in place for ARM to also upload powerpc wheels.
Thanks for the heads up! It looks like the error is on these lines of code https://github.com/benfred/py-spy/blob/a01ceeb98fcba54ff5c6f0cdeabf588e163bb516/src/python_spy.rs#L763-L767 Can you share how you're profiling ? Is this with the ```--subprocesses``` flag?...
The fix I put in #509 is in the latest release - let me know if you still see this happening