DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameelectric-fence
BeschreibungA malloc(3) debugger
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.1.14.1
Sektionuniverse/devel
Prioritätextra
Installierte Größe96 Byte
Hängt ab vonlibc6 (>= 2.3.4-1)
Empfohlene Pakete
PaketbetreuerMatthew Vernon
Quelle
Paketgröße21386 Byte
Prüfsumme MD5255c49791b0f5180014e89d04318adbd
Prüfsumme SHA158c47b6e29ee872289553241139fede82affbd7d
Prüfsumme SHA256bf18d8dd594211e2b938fc5318f4f73e0d953492605a6bb7424f8ee035ae35eb
Link zum Herunterladenelectric-fence_2.1.14.1_i386.deb
Ausführliche BeschreibungElectric 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.


Impressum
Linux is a registered trademark of Linus Torvalds