Re: [pypy-dev] Making Pyrasite work with PyPy

2016-03-05 Thread Maciej Fijalkowski
Hi Tin This is very much on topic for pypy-dev. One obvious solution would be to check for the existance of symbols in gdb (if there is a symbol called PyPyRun_SimpleString, then obviously you're running on PyPy). I'm not sure how to express it under gdb, but there must be a way On Sun, Mar 6, 20

[pypy-dev] Making Pyrasite work with PyPy

2016-03-05 Thread Tin Tvrtković
Hello, in case you haven't heard of it, Pyrasite (https://github.com/lmacken/pyrasite) is a tool for injecting code into running Python processes. Personally I have found it invaluable for forensics on services running in production and have successfully solved memory leaks, connection leaks and d