Download List

Descripción del Proyecto

Memcheck provides the ability to fault on pointer

overrun (read or write) or freed pointer

deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc, optionally reverses the behavior of overrun and underrun, "churns" reallocations to always return a different pointer, and logs pointer overruns instead of faulting. It has a very small performance impact, with the tradeoff of a large memory footprint. It includes a validation test suite to verify correctness of the library. It is tested on a variety of architectures, including Alpha, ARM, HPPA, PPC, ix86, IA64, rs6000, S390, SPARC, and SPARC64. It is tested on a variety of platforms, including OSF, FreeBSD, NetBSD, OpenBSD, Linux, HP/UX, Mac OSX, AIX, SCO, and Solaris.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-07-08 23:12
0.2.1

Algunos backtraces desaparecidos eran fijos. Un sustituto atexit se implementó para la asignación de capturas que son liberados por los controladores de atexit instalado anteriormente. Deeper backtraces se almacenan y se manejan recurrencias internos.
Tags: Stable, Minor bugfixes
Some missing backtraces were fixed. An atexit
replacement was implemented to catch allocations
that are freed by previously installed atexit
handlers. Deeper backtraces are stored, and
internal recursions are handled.

2004-07-18 06:14
0.1.4

Esta versión corrige un error al eliminar una limitación de reallocs cuántos de los memcheck mismo bloque puede manejar adecuadamente.
Tags: Stable, Minor bugfixes
This release fixes a bug by removing a limitation of how
many reallocs of the same block memcheck could handle
properly.

2003-07-28 18:04
0.1.3

El sistema de construcción se volvió a utilizar una versión CVS de libtool / autoconf, bibliotecas causado desde entonces comparte la versión del CVS que se cree sin el '. Lo que' la extensión en el nombre. Una ayuda parcial para la sparc64-linux-plataforma desconocido fue añadida. El "Nunca liberados" mensaje ya no está escrito en la terminación de la aplicación de una manera sincronizada. Esto resulta en una importante aceleración en la terminación del proceso.
Tags: Stable, Major bugfixes
The build system was reverted to use a non-CVS
version of libtool/autoconf, since the CVS version
caused shared libraries to be created without the
'.so' extension in the name. Partial support for
the sparc64-unknown-linux platform was added. The
"Never freed" message is no longer written at the
termination of the application in a synchronous
manner. This results in a significant speed-up at
process termination.

2003-07-16 05:25
0.1.2

Dos nuevas características opcionales están disponibles: el registro de "grandes" las asignaciones y deliberadamente ejecuta fuera de la memoria. Stacktraces son ahora soportados en sistemas con glibc. El importe de la tala puede ser controlado ahora. La mayoría de las plataformas previamente parcialmente apoyado ahora son completamente compatibles. Nuevas plataformas soportadas incluyen i386-pc-sco3.2v5.0.4, s390-IBM-linux-gnu, sparc-unknown-netbsdelf1.5, y x86_64-unknown-linux-gnu. La configuración se hace ahora con una sola variable MEMCHECK medio ambiente.
Tags: Stable, Minor feature enhancements
Two new optional features are now available: logging of "large" allocations and deliberately running out-of-memory. Stacktraces are now supported on systems with glibc. The amount of logging can now be controlled. Most of the previously partially-supported platforms are now completely supported. New platforms supported include i386-pc-sco3.2v5.0.4, s390-ibm-linux-gnu, sparc-unknown-netbsdelf1.5, and x86_64-unknown-linux-gnu. Configuration is now done with a single MEMCHECK environment variable.

2002-08-30 01:48
0.1.1

Tags: Stable, Initial freshmeat announcement

Project Resources