Télécharger le paquet source electric-fence :
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.
|
|
|
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| alpha | 25,3 ko | 120 ko | [liste des fichiers] |
| amd64 | 22,0 ko | 108 ko | [liste des fichiers] |
| armel | 21,0 ko | 96 ko | [liste des fichiers] |
| hppa | 24,7 ko | 104 ko | [liste des fichiers] |
| hurd-i386 | 21,3 ko | 96 ko | [liste des fichiers] |
| i386 | 21,5 ko | 96 ko | [liste des fichiers] |
| ia64 | 27,5 ko | 124 ko | [liste des fichiers] |
| kfreebsd-amd64 | 22,0 ko | 74 ko | [liste des fichiers] |
| kfreebsd-i386 | 21,2 ko | 64 ko | [liste des fichiers] |
| m68k (portage non officiel) | 21,0 ko | 96 ko | [liste des fichiers] |
| mips | 22,0 ko | 108 ko | [liste des fichiers] |
| mipsel | 22,0 ko | 108 ko | [liste des fichiers] |
| powerpc | 24,2 ko | 108 ko | [liste des fichiers] |
| s390 | 23,4 ko | 104 ko | [liste des fichiers] |
| sparc | 21,8 ko | 100 ko | [liste des fichiers] |