Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        ElectricFence: A debugger which detects memory allocation violations.
        
        
            | Name: | ElectricFence | Vendor: | CERN (http://cern.ch/linux) | 
        
            | Version: | 2.2.2 | License: | GPL | 
        
            | Release: | 15 | URL: |  | 
        
        
        - Summary
- ElectricFence is a utility for C programming and
debugging. ElectricFence uses the virtual memory hardware of your
system to detect when software overruns malloc() buffer boundaries,
and/or to detect any accesses of memory released by
free(). ElectricFence will then stop the program on the first
instruction that caused a bounds violation and you can use your
favorite debugger to display the offending statement.
Install ElectricFence if you need a debugger to find malloc()
violations.
Changelog
        
            - * Mon Feb  3 04:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com>
- - never call semaphore routines in between
  __libc_malloc_pthread_startup(true) and
  __libc_malloc_pthread_startup(false) (#83111)
- only use semaphore locking if application or its dependencies
  are linked against -lpthread, don't link libefence.so against
  -lpthread
- run tests as part of the build process 
            - * Wed Jan 22 04:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- - rebuilt 
            - * Tue Jan  7 04:00:00 2003 Jeff Johnson <jbj{%}redhat{*}com> 2.2.2-13
- - don't include -debuginfo files in package.