Gabriel Corona
Gabriel Corona
See #108.
Look OK to me.
I might try to implement this when I have some time.
One benefit is that if someone anywhere write a some code to write `flamegraph.pl` data, he would automatically be able to send it to `gprofdot`. For example, I could send...
I'm using the version shipped in Debian testing. I tried the debugging instructions but did not find anything helpful.
``--debug` output: ** Message: nm-ssh-service (version 1.2.0) starting... ** Message: real_need_secrets: connection ------------------------------------- connection id : "SSH tunnel" (s) uuid : "88c65655-c085-4438-b0fc-3d97fe8bd193" (s) interface-name : NULL (sd) type : "vpn"...
@danfruehauf, No problem. In fact, I intended to have a (closer) look myself but didn't find time to investigate it yet.
Looks like an IPv4/IPv6 problem. When running from an IPv4 only network, I does not work. From another computer in a IPv4+IPv6 network, it does work. On this computer, switching...
This fixes pyflame on 3.6 (including 3.6.6+) for me. It won't work for 3.7 because there is no `_PyThreadState_Current` symbol anymore. ~~~c # define _PyThreadState_Current _PyRuntime.gilstate.tstate_current ~~~ I'll try to...