Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Edited Issue: [0.3.x] memory leak in typeInfo [14135]

$
0
0
This python code has not GC ref leak, but process memory is leaking very fast
```
from pykd import *
heap = module('ntdll').type('_HEAP')
while True:
  fields = heap.fields()
```

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>