Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 6d333303671cfe93daabbfb3e313224b > files > 9

ElectricFence-2.2.2-30.fc14.i686.rpm

This is Electric Fence 2.2

Electric Fence is a different kind of malloc() debugger. It uses the virtual
memory hardware of your system to detect when software overruns the boundaries
of a malloc() buffer. It will also detect any accesses of memory that has
been released by free(). Because it uses the VM hardware for detection,
Electric Fence stops your program on the first instruction that causes
a bounds violation. It's then trivial to use a debugger to display the
offending statement.

This version should run on all systems that support POSIX mmap() and
mprotect(). This includes Linux, Unix, and I think even BeOS.

Complete information on the use of Electric Fence is in the manual page
efence.3 .

There is a mailing list to support Electric Fence. You can subscribe to it
using the web form at http://lists.perens.com/mailman/listinfo/electric-fence.

	Thanks

	Bruce Perens
	bruce@perens.com