Paketname | electric-fence |
Beschreibung | A malloc(3) debugger |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.1.16 |
Sektion | devel |
Priorität | extra |
Installierte Größe | 108 Byte |
Hängt ab von | libc6 (>= 2.7-1) |
Empfohlene Pakete | |
Paketbetreuer | Matthew Vernon |
Quelle | |
Paketgröße | 22040 Byte |
Prüfsumme MD5 | 36bf8fdd3857e4ca76c35bd399fceaeb |
Prüfsumme SHA1 | 4e3c7fd4d42e91d1582c4d51b8303bec81c97667 |
Prüfsumme SHA256 | 7b51b4190394fcf36f9c84608e8d8415ca08ae38c5ae27f244e02c2f9247d542 |
Link zum Herunterladen | electric-fence_2.1.16_i386.deb |
Ausführliche Beschreibung | 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.
|