Download List

Descripción del Proyecto

Electric Fence (efence) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buffer. GDB will then display the source-code line that causes the bug. It works by using the virtual-memory hardware to create a red-zone at the border of each buffer - touch that, and your program stops. Catch all of those formerly impossible-to-catch overrun bugs that have been bothering you for years.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12 Back to release list
2.2.0

Electric Fence ahora depurar programas multihilo correctamente. Además de la versión estática, es cargable como una biblioteca compartida usando LD_PRELOAD, así que no tienes que volver a vincular el programa a depurar con Electric Fence. El comando "EF <command> se ejecutará cualquier dinámica ligada al ejecutable bajo Electric Fence y un error relativo a EF_PROTECT_FREE ha sido reparado.
Electric Fence will now debug multi-threaded programs correctly.
Besides the static version, it's loadable as a shared library
using LD_PRELOAD, thus you don't have to re-link your program to
debug it with Electric Fence. The command "ef &lt;command&gt;
will run any dynamic-linked executable under Electric
Fence and a bug concerning EF_PROTECT_FREE has been repaired.

Project Resources