ylatuya
- Karma
- 11
- Created
- June 3, 2010 (16y ago)
- Submissions
- 0
- Understanding DLL injection in Windows (fluendo.com)
- The GStreamer SDK is now available for Android (gstreamer.com)
GStreamer is a cross-platform multimedia framework widely used in many operating systems for developing rich multimedia applications like multimedia players, non-linear video editors, transcoders, DNLA servers or…
- Fixing a memory leak in a running python process with GDB (blog.ylatuya.es)
Today at work we had a really funny challenge: fixing a memory leak in a python process that was already running and couldn’t be stopped. Here is a short description on how I tried to fix it.