systemtap-python-tools icon indicating copy to clipboard operation
systemtap-python-tools copied to clipboard

Utilities for analyzing (C)Python code with SystemTap

Results 2 systemtap-python-tools issues
Sort by recently updated
recently updated
newest added

While probing for a very simple flask app which appends a string into a global variable, I sometimes get following. ``` sanket@tfs:~/workspace/systemtap-python-tools$ sudo ./scripts/memtrace -x 4630 -t 60 -v stap...

Looks like debug symbols on Ubuntu 18.04 Python 2.7.15rc1 does not contain said symbol. Instead one without underscore seems to work. `PyObject_Malloc` . Same for free function as well. ```...