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 Debian Archiv squeeze (main)
Version2.1.16
Sektiondevel
Prioritätextra
Installierte Größe108 Byte
Hängt ab vonlibc6 (>= 2.7-1)
Empfohlene Pakete
PaketbetreuerMatthew Vernon
Quelle
Paketgröße22040 Byte
Prüfsumme MD536bf8fdd3857e4ca76c35bd399fceaeb
Prüfsumme SHA14e3c7fd4d42e91d1582c4d51b8303bec81c97667
Prüfsumme SHA2567b51b4190394fcf36f9c84608e8d8415ca08ae38c5ae27f244e02c2f9247d542
Link zum Herunterladenelectric-fence_2.1.16_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