electric-fence 2.2.4 source package in Ubuntu

Changelog

electric-fence (2.2.4) unstable; urgency=medium (high for hurd users)


  * Patch from Richard Kettlewell to improve the semaphore strategy of
    efence. We no longer use recursive mutexes, and the code is instead
    clearer about when it should and shouldn't be locking. This means that
    electric-fence builds on hurd, which it hasn't previously.

 -- Matthew Vernon <email address hidden>  Tue, 17 Jul 2012 18:40:21 +0100

Upload details

Uploaded by:
Matthew Vernon
Uploaded to:
Sid
Original maintainer:
Matthew Vernon
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
electric-fence_2.2.4.dsc 1.3 KiB 401c59f7c6726cf8953ccc900dfe64735b73db300d4c1de9d50b6b5b97f36f95
electric-fence_2.2.4.tar.gz 31.3 KiB ff230f9d1776c836f1caaff96b3993ad20033d2202400e26175ed9400653c612

Available diffs

No changes file available.

Binary packages built by this source

electric-fence: A malloc(3) debugger

 Electric Fence is a debugger that uses virtual memory hardware to detect
 illegal memory accesses. It can detect two common programming bugs: software
 that overruns or underruns the boundaries of a malloc() memory allocation,
 and software that touches a memory allocation that has been released by
 free().
 .
 Unlike other malloc() debuggers, Electric Fence will detect read accesses as
 well as writes, and it will stop and pinpoint the exact instruction that
 causes an error. It is not as thorough as Purify, however.
 .
 In order to debug a program it needs to be linked with Electric Fence's
 library or dynamic linking needs to be used; README.Debian explains that in
 detail.

electric-fence-dbgsym: No summary available for electric-fence-dbgsym in ubuntu zesty.

No description available for electric-fence-dbgsym in ubuntu zesty.